]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - gcc/patches/gcc48-i386-libgomp.patch0
45883a67fb93d824120b896baf317a341cac5156
[people/pmueller/ipfire-3.x.git] / gcc / patches / gcc48-i386-libgomp.patch0
1 --- libgomp/configure.tgt.jj 2008-01-10 20:53:48.000000000 +0100
2 +++ libgomp/configure.tgt 2008-03-27 12:44:51.000000000 +0100
3 @@ -67,7 +67,7 @@ if test $enable_linux_futex = yes; then
4 ;;
5 *)
6 if test -z "$with_arch"; then
7 - XCFLAGS="${XCFLAGS} -march=i486 -mtune=${target_cpu}"
8 + XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
9 fi
10 esac
11 ;;
12 @@ -79,7 +79,7 @@ if test $enable_linux_futex = yes; then
13 config_path="linux/x86 linux posix"
14 case " ${CC} ${CFLAGS} " in
15 *" -m32 "*)
16 - XCFLAGS="${XCFLAGS} -march=i486 -mtune=i686"
17 + XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
18 ;;
19 esac
20 ;;