]> git.pld-linux.org Git - packages/gforth.git/blob - gforth-opt.patch
- release 3
[packages/gforth.git] / gforth-opt.patch
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 @@
4         i*86)
5                 machine=386
6                 CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
7 -               CFLAGS_1="$CFLAGS"
8 -               CFLAGS="$CFLAGS -march=pentium"
9 -               AC_TRY_COMPILE(,,,CFLAGS="$CFLAGS_1 -m486")
10                 ;;
11         x86_64)
12                 case $CC
13 @@ -260,8 +257,6 @@
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.067866 seconds and 3 git commands to generate.