pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-30
1997-08-30 18:33:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6ad69916483e65dea6ac4cbf8eb19d0a3d159027 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Some options for OSF/1's compiler.
Rev: src/configure.in:1.108
1:
-
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:
### 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)