pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-26
1997-09-26 01:27:44 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
38723bf5d06eed745484cf20ef89d680c19fea6a (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
-n32 moved
Rev: bin/smartlink:1.10
Rev: src/configure.in:1.123
1:
-
AC_REVISION("$Id: configure.in,v 1.
122
1997/09/
22
11
:
09:
27
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
123
1997/09/
26
01
:
27
:
44
hubbe
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
197:
# IRIX # sopt disabled since it takes too long time on interpret.c (>45min on an O²) # AC_SYS_OS_COMPILER_FLAG(IRIX,-sopt,sopt)
-
AC_SYS_OS_COMPILER_FLAG(IRIX,-n32,n32)
+
+
# -n32 moved to smartlink so it will affekt cc as well as linker
+
# this way the user can override it by setting LDFLAGS and/or CFLAGS
+
#
AC_SYS_OS_COMPILER_FLAG(IRIX,-n32,n32)
AC_SYS_OS_COMPILER_FLAG(IRIX,-g3,g3) AC_SYS_OS_COMPILER_FLAG(IRIX,-fullwarn,fullwarn) if test x$with_debug = xyes ; then