This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2/5] gas: Use ARM EABI for RTEMS


gas/
	* configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
---
 gas/configure.tgt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gas/configure.tgt b/gas/configure.tgt
index dd81ba2..95c4a13 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -138,9 +138,8 @@ case ${generic_target} in
   arm-*-aout)				fmt=aout ;;
   arm-*-coff)				fmt=coff ;;
   arm-*-phoenix*)			fmt=elf ;;
-  arm-*-rtems*)				fmt=elf ;;
   arm-*-elf)				fmt=elf ;;
-  arm-*-eabi*)				fmt=elf em=armeabi ;;
+  arm-*-eabi* | arm-*-rtems*)		fmt=elf em=armeabi ;;
   arm-*-symbianelf*)			fmt=elf em=symbian ;;
   arm-*-kaos*)				fmt=elf ;;
   arm-*-conix*)				fmt=elf ;;
-- 
1.8.4.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]