modify for HP-UX build, choose correct CFLAGS for gcc.
This commit is contained in:
parent
b0565945e4
commit
97c910ecfd
@ -42,7 +42,7 @@ case $host_os in
|
||||
;;
|
||||
*hpux*)
|
||||
HOST_OS=hpux;
|
||||
if [ $CC = "gcc" ]; then
|
||||
if test "`echo $CC | cut -d ' ' -f 1`" = "gcc" ; then
|
||||
CFLAGS="$CFLAGS -mlp64"
|
||||
else
|
||||
CFLAGS="-g -O2 +DD64 $USER_CFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user