pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-08-20
2002-08-20 12:47:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ecb760d597ba08bee29bd1e6cf7433a5a329c8ee (
25
lines) (+
17
/-
8
)
[
Show
|
Annotate
]
Branch:
7.9
Fix for [bug
3179 (#3179)
].
Rev: src/configure.in:1.604
1:
-
AC_REVISION("$Id: configure.in,v 1.
603
2002/08/
19
15
:
50
:
38
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
604
2002/08/
20
12
:
47
:
48
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1328:
]) ;; i586)
+
AC_SYS_COMPILER_FLAG(-mcpu=pentium,mcpu_pentium,CFLAGS,[
AC_SYS_COMPILER_FLAG(-mpentium,pentium,CFLAGS)
-
+
])
;; i686) AC_SYS_COMPILER_FLAG(-mcpu=i686,mcpu_i686,CFLAGS,[ AC_SYS_COMPILER_FLAG(-mpentiumpro,pentiumpro,CFLAGS,[
-
+
AC_SYS_COMPILER_FLAG(-mcpu=pentium,mcpu_pentium,CFLAGS,[
AC_SYS_COMPILER_FLAG(-mpentium,pentium,CFLAGS) ]) ])
-
+
])
# AC_SYS_COMPILER_FLAG(-march=i686,march_i686,CFLAGS) ;; i86pc)
1343:
*pentium_pro*) AC_SYS_COMPILER_FLAG(-mcpu=i686,mcpu_i686,CFLAGS,[ AC_SYS_COMPILER_FLAG(-mpentiumpro,pentiumpro,CFLAGS,[
+
AC_SYS_COMPILER_FLAG(-mcpu=pentium,mcpu_pentium,CFLAGS,[
AC_SYS_COMPILER_FLAG(-mpentium,pentium,CFLAGS) ]) ])
-
+
])
# AC_SYS_COMPILER_FLAG(-march=i686,march_i686,CFLAGS) ;; *pentium*)
-
AC_SYS_COMPILER_FLAG(-mcpu=pentium,pentium,CFLAGS,[
+
AC_SYS_COMPILER_FLAG(-mcpu=pentium,
mcpu_
pentium,CFLAGS,[
+
AC_SYS_COMPILER_FLAG(-mpentium,pentium,CFLAGS,[
AC_SYS_COMPILER_FLAG(-m486,486,CFLAGS) ])
-
+
])
;; esac ;;