From e13e9bcd1ada7ddf7b87d646e02eaf771815d98a Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sat, 26 May 2018 07:47:26 +0200 Subject: gcc patch hotfix --- src/stage2/patches/generic/gcc.patch | 2 +- src/stage3/patches/generic/gcc.patch | 2 +- src/stage4/patches/generic/gcc.patch | 2 +- 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 -- cgit v1.2.2