Skip to content
Snippets Groups Projects
Commit 6ad69916 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Some options for OSF/1's compiler.

Rev: src/configure.in:1.108
parent a4dbbb01
Branches
Tags
No related merge requests found
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_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -181,6 +181,9 @@ if test $cflags_is_set = no; then ...@@ -181,6 +181,9 @@ if test $cflags_is_set = no; then
### Non-gcc thingies. This should probably be enhanced... ### Non-gcc thingies. This should probably be enhanced...
AC_SYS_COMPILER_FLAG(-fast,fast) AC_SYS_COMPILER_FLAG(-fast,fast)
AC_SYS_OS_COMPILER_FLAG(OSF1,-g3,g3) 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
dnl This does not work with Digital UNIX cc/ld (cc thinks it is ok, ld does not) dnl This does not work with Digital UNIX cc/ld (cc thinks it is ok, ld does not)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment