From 6ad69916483e65dea6ac4cbf8eb19d0a3d159027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 30 Aug 1997 20:33:45 +0200 Subject: [PATCH] Some options for OSF/1's compiler. Rev: src/configure.in:1.108 --- src/configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/configure.in b/src/configure.in index 87ad7196fd..09e3154cc2 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -AC_REVISION("$Id: configure.in,v 1.107 1997/08/28 02:04:06 hubbe Exp $") +AC_REVISION("$Id: configure.in,v 1.108 1997/08/30 18:33:45 grubba Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -181,6 +181,9 @@ if test $cflags_is_set = no; then ### Non-gcc thingies. This should probably be enhanced... AC_SYS_COMPILER_FLAG(-fast,fast) AC_SYS_OS_COMPILER_FLAG(OSF1,-g3,g3) + AC_SYS_OS_COMPILER_FLAG(OSF1,-std,std) + AC_SYS_OS_COMPILER_FLAG(OSF1,-host,host) + AC_SYS_OS_COMPILER_FLAG(OSF1,-warnprotos,warnprotos) dnl dnl This does not work with Digital UNIX cc/ld (cc thinks it is ok, ld does not) -- GitLab