gas: Use ARM EABI for RTEMS

* configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
This commit is contained in:
Sebastian Huber 2017-01-25 17:53:44 +10:30 committed by Alan Modra
parent 850d84f6a4
commit 3e97ba8a52
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* configure.tgt (sh-*-rtemscoff*): Remove.

View File

@ -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 ;;