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]

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


This is OK.

--joel

On 1/19/2017 6:42 AM, Sebastian Huber wrote:
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 ;;


--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35806
Support Available                (256) 722-9985


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