mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-227 Fixed for SOLARIS gcc.
X-SVN-Rev: 806
This commit is contained in:
parent
eccb780f34
commit
c5de5a21d6
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ case $platform in
|
|||
SOLARISGCC)
|
||||
echo Running configure for Solaris using gcc compiler ...
|
||||
CXXFLAGS=-I/usr/local/include/g++; export CXXFLAGS
|
||||
LDFLAGS=-R/usr/local/lib; export LDFLAGS
|
||||
./configure;;
|
||||
SOL2.7CC)
|
||||
echo Running configure for SOLARIS2.7cc using native CC compiler
|
||||
|
|
Loading…
Add table
Reference in a new issue