diff --git a/gcc.spec b/gcc.spec index f0ebf45..28f89b2 100644 --- a/gcc.spec +++ b/gcc.spec @@ -261,7 +261,6 @@ Provides: bundled(libiberty) Provides: gcc(major) = %{gcc_major} Patch0: gcc11-hack.patch -Patch1: gcc11-i386-libgomp.patch Patch2: gcc11-sparc-config-detection.patch Patch3: gcc11-libgomp-omp_h-multilib.patch Patch4: gcc11-libtool-no-rpath.patch @@ -767,7 +766,6 @@ to NVidia PTX capable devices if available. %prep %setup -q -n gcc-%{version}-%{DATE} -a 1 -a 2 %patch0 -p0 -b .hack~ -%patch1 -p0 -b .i386-libgomp~ %patch2 -p0 -b .sparc-config-detection~ %patch3 -p0 -b .libgomp-omp_h-multilib~ %patch4 -p0 -b .libtool-no-rpath~ diff --git a/gcc11-i386-libgomp.patch b/gcc11-i386-libgomp.patch deleted file mode 100644 index 520561e..0000000 --- a/gcc11-i386-libgomp.patch +++ /dev/null @@ -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 - ;;