11.0.0-0.14
This commit is contained in:
parent
f49280a03b
commit
dd22b2a0a2
2
gcc.spec
2
gcc.spec
@ -261,7 +261,6 @@ Provides: bundled(libiberty)
|
|||||||
Provides: gcc(major) = %{gcc_major}
|
Provides: gcc(major) = %{gcc_major}
|
||||||
|
|
||||||
Patch0: gcc11-hack.patch
|
Patch0: gcc11-hack.patch
|
||||||
Patch1: gcc11-i386-libgomp.patch
|
|
||||||
Patch2: gcc11-sparc-config-detection.patch
|
Patch2: gcc11-sparc-config-detection.patch
|
||||||
Patch3: gcc11-libgomp-omp_h-multilib.patch
|
Patch3: gcc11-libgomp-omp_h-multilib.patch
|
||||||
Patch4: gcc11-libtool-no-rpath.patch
|
Patch4: gcc11-libtool-no-rpath.patch
|
||||||
@ -767,7 +766,6 @@ to NVidia PTX capable devices if available.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gcc-%{version}-%{DATE} -a 1 -a 2
|
%setup -q -n gcc-%{version}-%{DATE} -a 1 -a 2
|
||||||
%patch0 -p0 -b .hack~
|
%patch0 -p0 -b .hack~
|
||||||
%patch1 -p0 -b .i386-libgomp~
|
|
||||||
%patch2 -p0 -b .sparc-config-detection~
|
%patch2 -p0 -b .sparc-config-detection~
|
||||||
%patch3 -p0 -b .libgomp-omp_h-multilib~
|
%patch3 -p0 -b .libgomp-omp_h-multilib~
|
||||||
%patch4 -p0 -b .libtool-no-rpath~
|
%patch4 -p0 -b .libtool-no-rpath~
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- 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
|
|
||||||
;;
|
|
Loading…
Reference in New Issue
Block a user