mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-12 02:43:16 +01:00
21 lines
714 B
Diff
21 lines
714 B
Diff
--- ../../../binutils-2.20/gas/configure.tgt 2009-09-09 04:13:28.000000000 -0400
|
|
+++ gas/configure.tgt 2010-04-03 19:13:26.000000000 -0400
|
|
@@ -236,6 +236,7 @@ case ${generic_target} in
|
|
i386-*-chaos) fmt=elf ;;
|
|
i386-*-rdos*) fmt=elf ;;
|
|
i386-*-darwin*) fmt=macho ;;
|
|
+ i386-*-xomb*) fmt=elf ;;
|
|
|
|
i860-*-*) fmt=elf endian=little ;;
|
|
|
|
--- ../../../binutils-2.20/gas/configure.tgt 2009-09-09 04:13:28.000000000 -0400
|
|
+++ gas/configure.tgt 2010-04-03 19:13:26.000000000 -0400
|
|
@@ -236,6 +236,7 @@ case ${generic_target} in
|
|
i386-*-chaos) fmt=elf ;;
|
|
i386-*-rdos*) fmt=elf ;;
|
|
i386-*-darwin*) fmt=macho ;;
|
|
+ i386-*-xomb*) fmt=elf ;;
|
|
|
|
i860-*-*) fmt=elf endian=little ;;
|
|
|