]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/gcc/gcc49-i386-libgomp.patch
dhcpcd: fix delay after dhcp down.
[ipfire-2.x.git] / src / patches / gcc / gcc49-i386-libgomp.patch
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 ;;