mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Some small changes to configure to remove things like -X4 etc on compiles.
(This used to be commit ec6c5da124
)
This commit is contained in:
parent
70a51f9a37
commit
4353ea7d25
@ -662,19 +662,18 @@ case "$host_os" in
|
||||
if test "${ac_cv_prog_CC}" = "gcc"; then
|
||||
PICFLAG="-fPIC"
|
||||
else
|
||||
PICFLAG="-KPIC -xO4"
|
||||
PICFLAG="-KPIC"
|
||||
POBAD_CC=""
|
||||
PICSUFFIX="po.o"
|
||||
fi
|
||||
;;
|
||||
*sunos*) AC_DEFINE(SUNOS4)
|
||||
BLDSHARED="true"
|
||||
LDSHFLAGS="-Wl,-h,\$@ -G"
|
||||
PICFLAG="-KPIC -O2" # Is this correct for SunOS
|
||||
PICFLAG="-KPIC" # Is this correct for SunOS
|
||||
;;
|
||||
*bsd*) BLDSHARED="true"
|
||||
LDSHFLAGS="-Wl,-soname,\$@ -shared"
|
||||
PICFLAG="-fPIC -O2"
|
||||
PICFLAG="-fPIC"
|
||||
;;
|
||||
*irix*) AC_DEFINE(IRIX)
|
||||
case "$host_os" in
|
||||
|
Loading…
Reference in New Issue
Block a user