mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
trim some whitespace for hpux checks
This commit is contained in:
@@ -74,14 +74,14 @@ char buf[1]; getentropy(buf, 1);
|
||||
;;
|
||||
*hpux*)
|
||||
HOST_OS=hpux;
|
||||
if test "`echo $host_os | cut -c 1-4`" = "ia64" ; then
|
||||
if test "`echo $CC | cut -d ' ' -f 1`" = "gcc" ; then
|
||||
if test "echo $host_os | cut -c 1-4" = "ia64" ; then
|
||||
if test "echo $CC | cut -d ' ' -f 1" = "gcc" ; then
|
||||
CFLAGS="$CFLAGS -mlp64"
|
||||
else
|
||||
CFLAGS="+DD64"
|
||||
fi
|
||||
fi
|
||||
if ! test "`echo $CC | cut -d ' ' -f 1`" = "gcc" ; then
|
||||
if ! test "echo $CC | cut -d ' ' -f 1" = "gcc" ; then
|
||||
CFLAGS="-g -O2 +Otype_safety=off $CFLAGS $USER_CFLAGS"
|
||||
fi
|
||||
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600 -D__STRICT_ALIGNMENT"
|
||||
|
||||
Reference in New Issue
Block a user