summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-05-26 07:47:26 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-05-26 07:47:26 +0200
commite13e9bcd1ada7ddf7b87d646e02eaf771815d98a (patch)
tree016fbd5b6a1120aaf6db846c26f6e5ae56aeb3a4
parent0bc6a5d272c4338fea984aab152e94f2efa4c00a (diff)
gcc patch hotfix
-rw-r--r--src/stage2/patches/generic/gcc.patch2
-rw-r--r--src/stage3/patches/generic/gcc.patch2
-rw-r--r--src/stage4/patches/generic/gcc.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/stage2/patches/generic/gcc.patch b/src/stage2/patches/generic/gcc.patch
index 62fecb8..98d6f8c 100644
--- a/src/stage2/patches/generic/gcc.patch
+++ b/src/stage2/patches/generic/gcc.patch
@@ -64,7 +64,7 @@ diff -rupN a/PKGBUILD b/PKGBUILD
# Arch Linux installs x86_64 libraries /lib
- sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
-+ patch -Np1 -i "$srcdir"/gcc-7.1.0-pure64-1.patch
++ patch -Np1 -i "$srcdir"/gcc-pure64.patch
# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
diff --git a/src/stage3/patches/generic/gcc.patch b/src/stage3/patches/generic/gcc.patch
index 0dc4d65..17d8544 100644
--- a/src/stage3/patches/generic/gcc.patch
+++ b/src/stage3/patches/generic/gcc.patch
@@ -66,7 +66,7 @@ diff -rupN a/PKGBUILD b/PKGBUILD
# Arch Linux installs x86_64 libraries /lib
- sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
-+ patch -Np1 -i "$srcdir"/gcc-7.1.0-pure64-1.patch
++ patch -Np1 -i "$srcdir"/gcc-pure64.patch
# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
diff --git a/src/stage4/patches/generic/gcc.patch b/src/stage4/patches/generic/gcc.patch
index 0dc4d65..17d8544 100644
--- a/src/stage4/patches/generic/gcc.patch
+++ b/src/stage4/patches/generic/gcc.patch
@@ -66,7 +66,7 @@ diff -rupN a/PKGBUILD b/PKGBUILD
# Arch Linux installs x86_64 libraries /lib
- sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
-+ patch -Np1 -i "$srcdir"/gcc-7.1.0-pure64-1.patch
++ patch -Np1 -i "$srcdir"/gcc-pure64.patch
# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure