mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
21 lines
716 B
Diff
21 lines
716 B
Diff
--- binutils-2.9.1/gas/configure.in 1998-05-01 17:45:07.000000000 +0200
|
|
+++ binutils-2.9.1/gas/configure.in 2012-08-04 12:43:35.000000000 +0200
|
|
@@ -192,6 +192,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 ;;
|
|
@@ -555,7 +557,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
|
|
AC_DEFINE(MANY_SEGMENTS) ;;
|
|
esac
|
|
|