diff options
Diffstat (limited to 'games-fps/quake1/files/makefile-gcc2-cflags.patch')
-rw-r--r-- | games-fps/quake1/files/makefile-gcc2-cflags.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games-fps/quake1/files/makefile-gcc2-cflags.patch b/games-fps/quake1/files/makefile-gcc2-cflags.patch deleted file mode 100644 index 3b2f87df4080..000000000000 --- a/games-fps/quake1/files/makefile-gcc2-cflags.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- WinQuake/Makefile.orig 2003-07-14 15:13:27.000000000 -0400 -+++ WinQuake/Makefile 2003-07-14 15:17:10.000000000 -0400 -@@ -39,3 +39,3 @@ - BASE_CFLAGS=-Dstricmp=strcasecmp --RELEASE_CFLAGS=$(BASE_CFLAGS) -g -mpentiumpro -O6 -ffast-math -funroll-loops \ -+RELEASE_CFLAGS=$(BASE_CFLAGS) GENTOO_CFLAGS -O6 -ffast-math -funroll-loops \ - -fomit-frame-pointer -fexpensive-optimizations ---- QW/Makefile.orig 2003-07-14 15:13:12.000000000 -0400 -+++ QW/Makefile 2003-07-14 15:15:41.000000000 -0400 -@@ -44,5 +44,5 @@ - -fomit-frame-pointer -fexpensive-optimizations - else --RELEASE_CFLAGS=$(BASE_CFLAGS) -m486 -O6 -ffast-math -funroll-loops \ -+RELEASE_CFLAGS=$(BASE_CFLAGS) GENTOO_CFLAGS -O6 -ffast-math -funroll-loops \ - -fomit-frame-pointer -fexpensive-optimizations -malign-loops=2 \ - -malign-jumps=2 -malign-functions=2 |