From 4c0f878b6ab7f5294b292f5009fe546836089e8c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 18 Jul 2019 10:32:13 +0200 Subject: do not patch makepkg.conf, but export stuff to env --- makepkg-pentium4.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 makepkg-pentium4.patch (limited to 'makepkg-pentium4.patch') diff --git a/makepkg-pentium4.patch b/makepkg-pentium4.patch deleted file mode 100644 index ef949440f..000000000 --- a/makepkg-pentium4.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- makepkg-pentium4.conf 2019-04-13 17:03:11.540419301 +0200 -+++ makepkg-pentium4.conf 2019-04-13 17:04:45.040742728 +0200 -@@ -32,13 +32,13 @@ - # ARCHITECTURE, COMPILE FLAGS - ######################################################################### - # --CARCH="i686" -+CARCH="pentium4" - CHOST="i686-pc-linux-gnu" - - #-- Compiler and Linker Flags - CPPFLAGS="-D_FORTIFY_SOURCE=2" --CFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fno-plt" --CXXFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fno-plt" -+CFLAGS="-m32 -march=pentium4 -mtune=generic -O2 -pipe -fno-plt" -+CXXFLAGS="-m32 -march=pentium4 -mtune=generic -O2 -pipe -fno-plt" - LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" - #-- Make Flags: change this for DistCC/SMP systems - MAKEFLAGS="-j4" -- cgit v1.2.3-54-g00ecf