pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-04-25
1999-04-25 18:45:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5866e07e703acd956478f610cf1cc24e20289e02 (
16
lines) (+
14
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added some checks for tcc.
Rev: src/configure.in:1.275
1:
-
AC_REVISION("$Id: configure.in,v 1.
274
1999/04/
23
01
:
13
:
14
marcus
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
275
1999/04/
25
18
:
45
:
11
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
414:
]) ;; esac
+
else if test "x${TCC-}" = xyes ; then
+
+
# Yikes! We're using the TenDRA compiler!
+
+
# Make sure we can use the system headerfiles...
+
AC_SYS_COMPILER_FLAG(-Ysystem, ysystem, CFLAGS)
+
+
# Use lenient ANSI compliance...
+
AC_SYS_COMPILER_FLAG(-Xa, xa, CFLAGS)
+
else
-
+
# Assume system compiler "cc".
if test "x${with_static_linking-}" = "xyes" ; then DO_IF_OS(AIX, [
-
AC_SYS_COMPILER_FLAG(-Wl,-bstatic,wl_link_static,CFLAGS)
+
AC_SYS_COMPILER_FLAG(
[
-Wl,-bstatic
]
,wl_link_static,CFLAGS)
LD_FALLBACK_FLAGS="${LD_FALLBACK_FLAGS} -bstatic" ])