summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.gcc.p
diff options
context:
space:
mode:
Diffstat (limited to 'm68k-unknown-amigaos/recipes/patches/gcc/gcc.config.gcc.p')
-rw-r--r--m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.gcc.p16
1 files changed, 8 insertions, 8 deletions
diff --git a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.gcc.p b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.gcc.p
index 0f0438c..76465d5 100644
--- a/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.gcc.p
+++ b/m68k-unknown-amigaos/recipes/patches/gcc/gcc.config.gcc.p
@@ -1,17 +1,17 @@
---- gcc/config.gcc 2010-12-16 13:06:35.000000000 +0000
-+++ gcc/config.gcc 2010-12-16 13:09:52.000000000 +0000
-@@ -1671,6 +1671,14 @@
- tm_defines="${tm_defines} MOTOROLA=1"
+--- gcc-3.4.6/gcc/config.gcc 2013-05-19 20:09:27.000000000 +0200
++++ gcc/config.gcc 2013-05-19 20:23:32.000000000 +0200
+@@ -1466,6 +1466,14 @@
+ tm_defines="MOTOROLA USE_GAS"
extra_parts="crtbegin.o crtend.o"
;;
+m68k-*-amigaos*)
-+ tmake_file="m68k/t-amigaos"
++ tmake_file=m68k/t-amigaos
+ tm_file="${tm_file} m68k/amigaos.h"
+ tm_p_file="${tm_p_file} m68k/amigaos-protos.h"
-+ tm_defines="${tm_defines} TARGET_AMIGAOS TARGET_DEFAULT=0"
-+ extra_objs="amigaos.o"
++ tm_defines="TARGET_AMIGAOS TARGET_DEFAULT=0" # 68000, no 68881, no bitfield ops
++ extra_objs=amigaos.o
+ gnu_ld=yes
+ ;;
mcore-*-elf)
- tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file} mcore/mcore-elf.h"
+ tm_file="dbxelf.h elfos.h svr4.h ${tm_file} mcore/mcore-elf.h"
tmake_file=mcore/t-mcore