]> git.pld-linux.org Git - packages/gforth.git/blame - gforth-opt.patch
- updated to 0.7.3
[packages/gforth.git] / gforth-opt.patch
CommitLineData
2e08d3d3
JB
1--- gforth-0.7.3/configure.in.orig 2014-06-14 00:52:10.408636383 +0200
2+++ gforth-0.7.3/configure.in 2014-07-14 20:19:01.629336298 +0200
3@@ -250,9 +250,6 @@
bd6cdb60
JB
4 i*86)
5 machine=386
2b13619f 6 CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
bd6cdb60
JB
7- CFLAGS_1="$CFLAGS"
8- CFLAGS="$CFLAGS -march=pentium"
9- AC_TRY_COMPILE(,,,CFLAGS="$CFLAGS_1 -m486")
10 ;;
2b13619f
JB
11 x86_64)
12 case $CC
2e08d3d3 13@@ -260,8 +257,6 @@
2b13619f
JB
14 *-m32*)
15 machine=386
16 CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
17- CFLAGS_1="$CFLAGS"
18- CFLAGS="$CFLAGS -march=athlon64"
19 ;;
20 *)
21 machine=amd64
This page took 0.073589 seconds and 4 git commands to generate.