ICU-3025 The AIX gcc configuration should use the default gcc optimization flags.
X-SVN-Rev: 14355
This commit is contained in:
parent
f74b4bdfad
commit
0be9aee20c
@ -156,9 +156,6 @@ case $platform in
|
||||
THE_COMP="gcc"
|
||||
CC=`which gcc`; export CC
|
||||
CXX=`which g++`; export CXX
|
||||
RELEASE_CFLAGS="-O2"
|
||||
RELEASE_CXXFLAGS="-O2"
|
||||
#LDFLAGS=-L/usr/lpp/xlC/lib; export LDFLAGS
|
||||
;;
|
||||
# Just use --enable-threads=no. Visual Age makes no distinction between xlC and xlC_r or any other _r programs.
|
||||
# AIX4.3VA_nothreads)
|
||||
|
Loading…
Reference in New Issue
Block a user