mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3773 Allow users to specify CXXFLAGS and LDFLAGS for Solaris gcc
X-SVN-Rev: 15409
This commit is contained in:
parent
25a36a641f
commit
15ebb51971
1 changed files with 2 additions and 2 deletions
|
@ -189,8 +189,8 @@ case $platform in
|
|||
SOLARISGCC)
|
||||
THE_OS=SOLARIS
|
||||
THE_COMP="the GNU C++"
|
||||
CXXFLAGS=-I/usr/local/include/g++; export CXXFLAGS
|
||||
LDFLAGS=-R/usr/local/lib; export LDFLAGS
|
||||
CXXFLAGS="$CXXFLAGS -I/usr/local/include/g++"; export CXXFLAGS
|
||||
LDFLAGS="$LDFLAGS -R/usr/local/lib"; export LDFLAGS
|
||||
RELEASE_CXXFLAGS=-O
|
||||
RELEASE_CFLAGS=-O3
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue