pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-12
2004-09-12 22:50:51 by Marcus Comstedt <marcus@mc.pp.se>
ea62cf32e6ba2685d88bb061bb644ac501c30653 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Avoid using $CFLAGS when testing for .uaword, so that we don't get -g.
Rev: src/configure.in:1.839
1:
-
AC_REVISION("$Id: configure.in,v 1.
838
2004/
08
/
31
20
:
25
:
40
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
839
2004/
09
/
12
22
:
50
:
51
marcus
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1068:
cat > conftest.c <<EOF char *foo[[]] = { "bar" }; EOF
-
pike_compile='${CC-cc} -S
$CFLAGS
$CPPFLAGS conftest.c 1>&AC_FD_CC'
+
pike_compile='${CC-cc} -S $CPPFLAGS conftest.c 1>&AC_FD_CC'
pike_cv_gcc_uaword=no if { (eval echo configure: \"$pike_compile\") >&AC_FD_CC; (eval $pike_compile) 2>&AC_FD_CC; }; then if grep ".uaword" conftest.s 2>&AC_FD_CC >/dev/null; then