Kaydet (Commit) 020ab352 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst 7a1b190d
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: unxlngppc4.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -108,7 +108,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions ...@@ -108,7 +108,7 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions
# -fpermissive should be removed as soon as possible # -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 -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 # Compiler flags for compiling static object in single threaded environment with graphical user interface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment