diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-09-07 13:35:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-09-07 13:35:07 +0000 |
commit | ae0228cdb340de85f42c25024986ce0e557503a3 (patch) | |
tree | 55439cdf267c7cd8eef9a0ce6fa0c1775b3a133f /solenv/inc/unxlngmips.mk | |
parent | 9d7d35bce00ec0b2676d0428872300cc257e3288 (diff) |
CWS-TOOLING: integrate CWS kick4nt
Diffstat (limited to 'solenv/inc/unxlngmips.mk')
-rw-r--r-- | solenv/inc/unxlngmips.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngmips.mk b/solenv/inc/unxlngmips.mk index 668579f2ee87..258d0677267c 100644 --- a/solenv/inc/unxlngmips.mk +++ b/solenv/inc/unxlngmips.mk @@ -38,7 +38,7 @@ JAVAFLAGSDEBUG=-g # filter for supressing verbose messages from linker #not needed at the moment -#LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" +#LINKOUTPUT_FILTER=" |& $(SOLARENV)/bin/msg_filter" # _PTHREADS is needed for the stl CDEFS+=$(PTHREAD_CFLAGS) -DGLIBC=2 -DMIPS -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 @@ -67,7 +67,7 @@ CXX*=g++ # name of C Compiler CC*=gcc .IF "$(SYSBASE)"!="" -CFLAGS_SYSBASE:=-isystem $(SYSBASE)$/usr$/include +CFLAGS_SYSBASE:=-isystem $(SYSBASE)/usr/include CXX+:=$(CFLAGS_SYSBASE) CC+:=$(CFLAGS_SYSBASE) .ENDIF # "$(SYSBASE)"!="" @@ -201,7 +201,7 @@ SONAME_SWITCH=-Wl,-h STDLIBCPP=-lstdc++ # default objectfilenames to link -STDOBJVCL=$(L)$/salmain.o +STDOBJVCL=$(L)/salmain.o STDOBJGUI= STDSLOGUI= STDOBJCUI= |