pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-19
2000-02-19 23:59:55 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
6da30c8d67238d191b5fdac3f689f81f932d6eca (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
attempt to use $CC wherever possible...
Rev: src/configure.in:1.345
1:
-
AC_REVISION("$Id: configure.in,v 1.
344
2000/02/
03
21
:
08
:
12
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
345
2000/02/
19
23
:
59
:
55
hubbe
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
3128:
next*) LDSHARED="$CC $CFLAGS -nostdlib -r";; Linux*) LDSHARED="$CC -shared";; GNU*) LDSHARED="ld -Bshareable";;
-
FreeBSD*) LDSHARED="
ld
-Bshareable";;
+
FreeBSD*) LDSHARED="
$CC
-
Wl,-
Bshareable";;
NetBSD*) LDSHARED="ld -Bshareable";; OpenBSD*) LDSHARED="ld -Bshareable";; BSD/OS*) LDSHARED="shlicc -r";;