summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host-linux.c.p
diff options
context:
space:
mode:
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host-linux.c.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host-linux.c.p11
1 files changed, 0 insertions, 11 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host-linux.c.p b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host-linux.c.p
deleted file mode 100644
index c040f23..0000000
--- a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.host-linux.c.p
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc-3.4.6/gcc/config/host-linux.c 2013-05-19 20:51:29.000000000 +0200
-+++ gcc/config/host-linux.c 2013-05-19 20:51:47.000000000 +0200
-@@ -189,7 +189,7 @@
-
- /* Try to make an anonymous private mmap at the desired location. */
- addr = mmap (base, size, PROT_READ | PROT_WRITE,
-- MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
-+ MAP_PRIVATE | MAP_ANON, -1, 0);
-
- if (addr != base)
- {