mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Maked Solaris gcc ICU build unified
This commit is contained in:
parent
3710721105
commit
262e540f9b
4
extern/icu/source/config/mh-solaris-gcc
vendored
4
extern/icu/source/config/mh-solaris-gcc
vendored
@ -25,8 +25,8 @@ LD_RPATH_PRE=
|
||||
LD_SONAME = -h $(notdir $(MIDDLE_SO_TARGET))
|
||||
|
||||
## The type of assembly needed when pkgdata is used for generating shared libraries.
|
||||
GENCCODE_ASSEMBLY=-a gcc
|
||||
##Was -a sun causes errors
|
||||
#GENCCODE_ASSEMBLY=-a gcc
|
||||
##Was -a sun causes errors moved to runConfigure
|
||||
|
||||
## Shared object suffix
|
||||
SO= so
|
||||
|
9
extern/icu/source/runConfigureICU
vendored
9
extern/icu/source/runConfigureICU
vendored
@ -182,6 +182,7 @@ case $platform in
|
||||
LDFLAGS="$LDFLAGS -R/usr/local/lib -threads "; export LDFLAGS
|
||||
RELEASE_CXXFLAGS=-O
|
||||
RELEASE_CFLAGS=-O3
|
||||
GENCCODE_ASSEMBLY=-a gcc
|
||||
;;
|
||||
SOLARISCC)
|
||||
THE_OS=SOLARIS
|
||||
@ -202,10 +203,14 @@ case $platform in
|
||||
SOLARISGCC)
|
||||
THE_OS=SOLARIS
|
||||
THE_COMP="the GNU C++"
|
||||
CXXFLAGS="$CXXFLAGS -I/usr/local/include/g++"; export CXXFLAGS
|
||||
LDFLAGS="$LDFLAGS -R/usr/local/lib"; export LDFLAGS
|
||||
CC=`which gcc`; export CC
|
||||
CXX=`which g++`; export CXX
|
||||
C_FLAGS="-w -threads";export C_FLAGS
|
||||
CXXFLAGS="$CXXFLAGS -I/usr/local/include/g++ -threads"; export CXXFLAGS
|
||||
LDFLAGS="$LDFLAGS -R/usr/local/lib -threads "; export LDFLAGS
|
||||
RELEASE_CXXFLAGS=-O
|
||||
RELEASE_CFLAGS=-O3
|
||||
GENCCODE_ASSEMBLY=-a gcc
|
||||
;;
|
||||
HP-UX11CC)
|
||||
THE_OS="HP-UX 11"
|
||||
|
Loading…
Reference in New Issue
Block a user