mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
try to get PICFLAG right for HP-UX with gcc
This commit is contained in:
parent
b258c5fa67
commit
f7ba8ba5c3
@ -71,13 +71,12 @@ case "$host_os" in
|
||||
PICFLAG="-O2"
|
||||
;;
|
||||
*hpux*)
|
||||
if test $ac_cv_prog_cc_Ae = yes; then
|
||||
PICFLAG="+z +ESnolit"
|
||||
elif test "${GCC}" = "yes"; then
|
||||
if test "${GCC}" = "yes"; then
|
||||
PICFLAG="-fPIC"
|
||||
fi
|
||||
if test "$host_cpu" = "ia64"; then
|
||||
PICFLAG="+z"
|
||||
elif test "$host_cpu" = "ia64"; then
|
||||
PICFLAG="+z"
|
||||
elif test $ac_cv_prog_cc_Ae = yes; then
|
||||
PICFLAG="+z +ESnolit"
|
||||
fi
|
||||
;;
|
||||
*osf*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user