pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-19
2001-03-19 11:25:16 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
61fb9065c390f2c3e71794cf59ffbddce92aec09 (
12
lines) (+
8
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
adding tests for -mcpu=i686, -march=i686 for gcc 3.0 (prerelase)
Rev: src/configure.in:1.502
1:
-
AC_REVISION("$Id: configure.in,v 1.
501
2001/03/19 11:
22
:
22
mirar Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
502
2001/03/19 11:
25
:
16
mirar Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1047:
i86pc) case "`isalist 2>/dev/null`" in *pentium_pro*)
-
AC_SYS_COMPILER_FLAG(-mcpu=
pentiumpro
,pentiumpro,OPTIMIZE,[
-
AC_SYS_COMPILER_FLAG(-
mcpu=pentium
,pentium,OPTIMIZE)
+
AC_SYS_COMPILER_FLAG(-mcpu=
i686
,
mcpu_i686,OPTIMIZE,[
+
AC_SYS_COMPILER_FLAG(-mpentiumpro,
pentiumpro,OPTIMIZE,[
+
AC_SYS_COMPILER_FLAG(-
mpentium
,pentium,OPTIMIZE)
])
-
+
])
+
AC_SYS_COMPILER_FLAG(-march=i686,march_i686,OPTIMIZE)
;; *pentium*) AC_SYS_COMPILER_FLAG(-mcpu=pentium,pentium,OPTIMIZE,[