Index: unxlngi4.mk =================================================================== RCS file: /cvs/tools/solenv/inc/unxlngi4.mk,v retrieving revision 1.12.12.4 diff -u -b -B -r1.12.12.4 unxlngi4.mk --- unxlngi4.mk 14 Feb 2003 15:16:34 -0000 1.12.12.4 +++ unxlngi4.mk 18 Mar 2003 13:48:28 -0000 @@ -89,12 +89,7 @@ # name of C Compiler CC*=gcc # flags for C and C++ Compiler -# do not use standard header search paths -# if installed elsewhere -.IF "$(BUILD_SOSL)"!="" -CFLAGS= -.ENDIF -CFLAGS+=-fmessage-length=0 -c $(INCLUDE) -g +CFLAGS+=-fmessage-length=0 -c $(INCLUDE) # flags for the C++ Compiler CFLAGSCC= -pipe -mcpu=pentiumpro # Flags for enabling exception handling @@ -103,7 +98,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions # -fpermissive should be removed as soon as possible -CFLAGSCXX= -pipe -mcpu=pentiumpro -fno-for-scope -fpermissive -fno-rtti +CFLAGSCXX= -pipe -mcpu=pentiumpro -fno-for-scope -fpermissive # HACK: enable Hamburg developers to build on glibc-2.2 machines but compile vs. glibc-2.1 headers .IF "$(BUILD_SPECIAL)"=="" @@ -138,7 +133,7 @@ # Enable all warnings CFLAGSWALL=-Wall # Set default warn level -CFLAGSDFLTWARN=-w +CFLAGSDFLTWARN= # switches for dynamic and static linking STATIC = -Wl,-Bstatic