Kaydet (Commit) cfd266db authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS solarisgcc02 (1.3.22); FILE MERGED

2005/02/15 20:20:53 pjanik 1.3.22.1: #i42555#: Do not define -DKERNEL for gcc on Solaris/x86.

Patch contributed by Taniguchi Yasuaki (JCA).
üst c8a19799
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: vg $ $Date: 2005-02-24 16:18:05 $
# last change: $Author: kz $ $Date: 2005-03-03 17:34:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -86,6 +86,7 @@ CFLAGS+=-D_GNU_SOURCE
.IF "$(OS)" == "SOLARIS"
.IF "$(CPU)" == "I"
.IF "$(COM)" != "GCC"
CFLAGS+=-D_KERNEL
.ENDIF
.ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment