pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-12
2001-07-12 12:11:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6d5089a747e594b73aee54ae5c9ec402c16e47c6 (
11
lines) (+
8
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Don't use the option -bbigtoc on AIX 5L/IA64.
Rev: src/configure.in:1.535
1:
-
AC_REVISION("$Id: configure.in,v 1.
534
2001/07/
08
21
:
49
:
51
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
535
2001/07/
12
12
:
11
:
19
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1193:
DO_IF_OS(AIX, [ # Tell the linker to generate a large toc if needed
+
#
+
# This option is not needed on AIX 5L/ia64.
+
if test "x`uname -p`" = "xia64"; then :; else
AC_SYS_COMPILER_FLAG(-bbigtoc,bbigtoc,LDFLAGS) AC_SYS_COMPILER_FLAG([-Wl,-bbigtoc],Wlbbigtoc,LDFLAGS)
-
+
fi
]) else if test "x${TCC-}" = xyes ; then