de99bf1485
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gcc.git#9e95d28eac3832acfa279018bd9a761b74df141e
12 lines
376 B
Diff
12 lines
376 B
Diff
--- libgomp/configure.tgt.jj 2008-01-10 20:53:48.000000000 +0100
|
|
+++ libgomp/configure.tgt 2008-03-27 12:44:51.000000000 +0100
|
|
@@ -67,7 +67,7 @@ if test $enable_linux_futex = yes; then
|
|
;;
|
|
*)
|
|
if test -z "$with_arch"; then
|
|
- XCFLAGS="${XCFLAGS} -march=i486 -mtune=${target_cpu}"
|
|
+ XCFLAGS="${XCFLAGS} -march=i486 -mtune=generic"
|
|
fi
|
|
esac
|
|
;;
|