pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-08-07
1999-08-07 23:42:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b7c2ef62567c16ce3a9debcc39919bbe085a72f7 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added -bbigtoc to LDFLAGS for AIX.
Rev: src/configure.in:1.304
1:
-
AC_REVISION("$Id: configure.in,v 1.
303
1999/
07
/
15
16
:
54
:
35
hubbe
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
304
1999/
08/
07
23
:
42
:
47
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
534:
]) ;; esac
+
+
# AIX
+
DO_IF_OS(AIX,
+
[
+
# Tell the linker to generate a large toc if needed
+
AC_SYS_COMPILER_FLAG(-bbigtoc,bbigtoc,LDFLAGS)
+
])
+
else if test "x${TCC-}" = xyes ; then # Yikes! We're using the TenDRA compiler!
611:
# which is needed for several configure-scripts. AC_SYS_COMPILER_FLAG(-qhalt=e,qhalt_e,CFLAGS) AC_SYS_COMPILER_FLAG(-qro,qro,OPTIMIZE)
+
# Tell the linker to generate a large toc if needed
+
AC_SYS_COMPILER_FLAG(-bbigtoc,bbigtoc,LDFLAGS)
]) # HP-UX