diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:38:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:38:18 +0000 |
commit | 020ab35254a11e7dd057c0233a90c960bbbaecaf (patch) | |
tree | 966e034e01cb164e0fce2c6a0322a7df62240764 /solenv | |
parent | 7a1b190d461479a6a12e27b14a280575ae5c1be9 (diff) |
INTEGRATION: CWS ooo20031216 (1.5.76); FILE MERGED
2004/01/26 14:21:31 mh 1.5.76.2: RESYNC: (1.5-1.6); FILE MERGED
2003/12/14 14:25:05 khendricks 1.5.76.1: Issue number:
Issue number: 21906 and 22301
Submitted by: Kevin Hendricks
Reviewed by: ppc linux code owner (me)
Removing -fpermissive and -fno-for-scope form the unxlngpp4.mk
file since Ken's latest changes has remvoed the need for them
anymore.
Also I added in -frtti since my tests show no real impact on
stripped size or startup speed on PPC Linux, in the hopes this might
prevent future rtti related missing symbol problems
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unxlngppc4.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxlngppc4.mk b/solenv/inc/unxlngppc4.mk index a598113de102..e88f75ca0d82 100644 --- a/solenv/inc/unxlngppc4.mk +++ b/solenv/inc/unxlngppc4.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngppc4.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2003-12-17 18:09:56 $ +# last change: $Author: hr $ $Date: 2004-02-04 12:38:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -108,7 +108,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions # -fpermissive should be removed as soon as possible # CFLAGSCXX= -fsigned-char -pipe -fno-for-scope -fpermissive -frtti -CFLAGSCXX= -fsigned-char -pipe -fno-for-scope -fpermissive -fno-rtti +CFLAGSCXX= -fsigned-char -pipe -frtti # Compiler flags for compiling static object in single threaded environment with graphical user interface |