diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:50:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 17:50:29 +0000 |
commit | dfdd705f1b5736d41c19d4c92acdb2cd45e93445 (patch) | |
tree | 2a9fca9905a640ec95d59067400188ca70282115 /store/util | |
parent | 991081917b569af1aff02643969d2a2b9b22b8a1 (diff) |
INTEGRATION: CWS geordi2q14 (1.11.10); FILE MERGED
2004/01/30 12:57:09 hr 1.11.10.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'store/util')
-rw-r--r-- | store/util/makefile.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk index 732ea5578225..2fdf6834e069 100644 --- a/store/util/makefile.mk +++ b/store/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hjs $ $Date: 2003-08-18 14:47:54 $ +# last change: $Author: hr $ $Date: 2004-02-02 18:50:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -102,14 +102,10 @@ SHL1STDLIBS= $(SALLIB) # On gcc3 __Unwind_SetIP is not in supc++ but in libgcc_s.so .IF "$(COMID)"=="gcc3" -.IF "$(OS)"=="FREEBSD" +.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" || "$(OS)"=="MACOSX" SHL1STDLIBS+= -lsupc++ .ELSE -.IF "$(OS)"!="MACOSX" SHL1STDLIBS+= -lsupc++ -lgcc_s -.ELSE -SHL1STDLIBS+= -lsupc++ -.ENDIF .ENDIF .ENDIF |