pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-03-19
2001-03-19 11:22:22 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
aa29dd5354b827a6a3ac78fd8f0e0bc5fa3e907b (
10
lines) (+
7
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
adding tests for -mcpu=i686, -march=i686 for gcc 3.0 (prerelase)
Rev: src/configure.in:1.501
1:
-
AC_REVISION("$Id: configure.in,v 1.
500
2001/03/
13
13
:
23
:
58
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
501
2001/03/
19
11
:
22
:
22
mirar
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1037:
AC_SYS_COMPILER_FLAG(-mpentium,pentium,OPTIMIZE) ;; i686)
+
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)
;; i86pc) case "`isalist 2>/dev/null`" in