summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/gcc.common.opt.p
diff options
context:
space:
mode:
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/gcc/gcc.common.opt.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/gcc/gcc.common.opt.p17
1 files changed, 17 insertions, 0 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.common.opt.p b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.common.opt.p
new file mode 100644
index 0000000..61050e1
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.common.opt.p
@@ -0,0 +1,17 @@
+--- gcc-3.4.6/gcc/common.opt 2013-05-19 20:02:45.000000000 +0200
++++ gcc/common.opt 2013-05-19 20:23:32.000000000 +0200
+@@ -226,6 +226,14 @@
+ Common
+ Generate unwind tables that are exact at each instruction boundary
+
++fbaserel
++Common
++Generate base-relative code
++
++fbaserel32
++Common
++Generate base-relative code with no data limits
++
+ fbounds-check
+ Common
+ Generate code to check bounds before indexing arrays