diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-23 16:59:20 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-23 16:59:20 +0000 |
commit | 4f5bd652ca948ff1e14511f8cd93040ca8a10c57 (patch) | |
tree | 26d22f57acb882355e0f53baddabc7bb77b625f3 | |
parent | 799ecf1a764db97300a15b93517e5360f6e73acc (diff) |
Mac OS X updates
-rw-r--r-- | solenv/inc/unxmacxp.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk index 959d5a107de3..e0376f9256bc 100644 --- a/solenv/inc/unxmacxp.mk +++ b/solenv/inc/unxmacxp.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxmacxp.mk,v $ # -# $Revision: 1.38 $ +# $Revision: 1.39 $ # -# last change: $Author: pluby $ $Date: 2001-03-20 03:48:53 $ +# last change: $Author: pluby $ $Date: 2001-03-23 17:59:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -109,11 +109,7 @@ OBJCFLAGS=-no-precomp CFLAGSEXCEPTIONS=-fexceptions CFLAGS_NO_EXCEPTIONS=-fno-exceptions -CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-operator-names - -.IF "$(shell uname -r)"!="1.2" -CFLAGSCXX+=-fno-coalesce -.ENDIF +CFLAGSCXX=-pipe -fno-for-scope -fpermissive -fno-operator-names -fno-coalesce CFLAGSOBJGUIST=-fPIC CFLAGSOBJCUIST=-fPIC |