]> git.pld-linux.org Git - packages/gforth.git/blame_incremental - gforth-opt.patch
- dropped pre-cvs changelog
[packages/gforth.git] / gforth-opt.patch
... / ...
CommitLineData
1--- gforth-0.7.0/configure.in.orig 2008-11-02 18:14:57.000000000 +0100
2+++ gforth-0.7.0/configure.in 2008-11-04 23:15:32.189552084 +0100
3@@ -236,14 +236,11 @@
4 ;;
5 i486)
6 machine=386
7- CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr -m486"
8+ CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
9 ;;
10 i*86)
11 machine=386
12 CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
13- CFLAGS_1="$CFLAGS"
14- CFLAGS="$CFLAGS -march=pentium"
15- AC_TRY_COMPILE(,,,CFLAGS="$CFLAGS_1 -m486")
16 ;;
17 x86_64)
18 case $CC
19@@ -251,8 +248,6 @@
20 *-m32*)
21 machine=386
22 CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
23- CFLAGS_1="$CFLAGS"
24- CFLAGS="$CFLAGS -march=athlon64"
25 ;;
26 *)
27 machine=amd64
This page took 0.087834 seconds and 4 git commands to generate.