pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-04-11
1997-04-11 03:45:27 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a8970089a629c070eeafd5356ce84449d33b977d (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
minor bugs fixed
Rev: src/configure.in:1.77
1:
-
AC_REVISION("$Id: configure.in,v 1.
76
1997/04/11 03:
13
:
42
hubbe Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
77
1997/04/11 03:
45
:
27
hubbe Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
165:
### Non-gcc thingies. This should probably be enhanced... AC_SYS_COMPILER_FLAG(-fast,fast)
-
AC_SYS_COMPILER_FLAG(-native,native)
+
-
+
dnl
+
dnl This does not work with Digital UNIX CC/ld
+
dnl (cc thinks it is ok, ld does not)
+
dnl
+
dnl AC_SYS_COMPILER_FLAG(-native,native)
+
### Ok. This is for apcc... AC_SYS_COMPILER_FLAG(-XO=5,apcc_opt) AC_SYS_COMPILER_FLAG(-Xcallmod=2,apcc_opt_2)