pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-02
2003-01-02 17:05:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a8d54f509aa2d51e0d8c2ee785e4e0fccdcd7ce3 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed minor typo.
Rev: src/configure.in:1.670
1:
-
AC_REVISION("$Id: configure.in,v 1.
669
2003/01/02 17:
04
:
51
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
670
2003/01/02 17:
05
:
49
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1793:
# sopt disabled since it takes too long time on interpret.c (>45min on an O²) # AC_SYS_COMPILER_FLAG(-sopt,sopt,OPTIMIZE)
-
# -n32 moved to smartlink so it will
affekt
cc as well as linker
+
# -n32 moved to smartlink so it will
affect
cc as well as linker
# this way the user can override it by setting LDFLAGS and/or CFLAGS # AC_SYS_COMPILER_FLAG(-n32,n32,CFLAGS) AC_SYS_COMPILER_FLAG(-fullwarn,fullwarn,WARN)