From e619a53655caf6f8521d46048786d594952582a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 9 Aug 1998 16:43:06 +0200 Subject: [PATCH] Added +ESlit for HPUX. Rev: src/configure.in:1.229 --- src/configure.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/configure.in b/src/configure.in index ea07cae301..10b97c8b3c 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -AC_REVISION("$Id: configure.in,v 1.228 1998/08/09 12:46:03 grubba Exp $") +AC_REVISION("$Id: configure.in,v 1.229 1998/08/09 14:43:06 grubba Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -325,10 +325,14 @@ if test $cflags_is_set = no; then # HP-UX AC_SYS_OS_COMPILER_FLAG(HP-UX,-D__STDC_EXT__,stdc_ext,CFLAGS) + AC_SYS_OS_COMPILER_FLAG(HP-UX,+ESlit,plus_ESlit,OPTIMIZE) AC_SYS_OS_COMPILER_FLAG(HP-UX,+Odataprefetch,plus_Odataprefetch,OPTIMIZE) AC_SYS_OS_COMPILER_FLAG(HP-UX,+Ofailsafe,plus_Ofailsafe,OPTIMIZE) AC_SYS_OS_COMPILER_FLAG(HP-UX,+O3,plus_O3,OPTIMIZE) - # Ignore warnings 530 and 414 if you turn this on. + # Ignore the following warnings if you enable +w1 + # 414 Optimization reduced to +O2 for compatibility with Debug. + # 530 Casting from loose to strict alignment + # 558 Empty declaration. # AC_SYS_OS_COMPILER_FLAG(HP-UX,+w1,plus_w1,WARN) # OSF/1 -- GitLab