2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00
Files
amigaos-cross-toolchain6/patches/binutils-2.9.1/gas/configure.diff
Krystian Bacławski da2d7bde0e Update patches.
2012-08-04 13:01:59 +02:00

21 lines
733 B
Diff

--- binutils-2.9.1/gas/configure 1998-05-01 17:45:07.000000000 +0200
+++ binutils-2.9.1/gas/configure 2012-08-04 12:43:35.000000000 +0200
@@ -1521,6 +1521,8 @@
m32r-*-*) fmt=elf bfd_gas=yes ;;
+ m68*-*-amigaoshunk) fmt=amigahunk em=amiga bfd_gas=yes ;;
+ m68*-*-amigaos*) fmt=aout em=amiga ;;
m68k-*-vxworks* | m68k-ericsson-ose | m68k-*-sunos*)
fmt=aout em=sun3 ;;
m68k-motorola-sysv*) fmt=coff em=delta ;;
@@ -1974,7 +1976,7 @@
case ${primary_bfd_gas}-${target_cpu_type}-${obj_format} in
yes-*-coff) need_bfd=yes ;;
- no-*-coff) need_bfd=yes
+ no-*-coff | yes-m68k-amigahunk | no-m68k-amigahunk) need_bfd=yes
cat >> confdefs.h <<\EOF
#define MANY_SEGMENTS 1
EOF