config.host (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename "arm*-*-rtemseabi*" to "arm*-*-rtems*".
2012-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de> * config.host (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename "arm*-*-rtemseabi*" to "arm*-*-rtems*". From-SVN: r192600
This commit is contained in:
parent
153c839726
commit
0524295766
@ -1,3 +1,9 @@
|
||||
2012-10-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* config.gcc
|
||||
(arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
|
||||
"arm*-*-rtemseabi*" to "arm*-*-rtems*".
|
||||
|
||||
2012-10-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure.ac (HAVE_LD_NO_DOT_SYMS): Set if using gold.
|
||||
|
@ -270,7 +270,6 @@ case ${target} in
|
||||
| arm*-*-elf \
|
||||
| arm*-*-freebsd* \
|
||||
| arm*-*-linux* \
|
||||
| arm*-*-rtems* \
|
||||
| arm*-*-uclinux* \
|
||||
| i[34567]86-go32-* \
|
||||
| i[34567]86-*-go32* \
|
||||
@ -863,7 +862,7 @@ arm*-*-uclinux*eabi*) # ARM ucLinux
|
||||
# The EABI requires the use of __cxa_atexit.
|
||||
default_use_cxa_atexit=yes
|
||||
;;
|
||||
arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*)
|
||||
arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*)
|
||||
# The BPABI long long divmod functions return a 128-bit value in
|
||||
# registers r0-r3. Correctly modeling that requires the use of
|
||||
# TImode.
|
||||
@ -877,7 +876,7 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*)
|
||||
tmake_file="${tmake_file} arm/t-bpabi"
|
||||
use_gcc_stdint=wrap
|
||||
;;
|
||||
arm*-*-rtemseabi*)
|
||||
arm*-*-rtems*)
|
||||
tm_file="${tm_file} rtems.h arm/rtems-eabi.h newlib-stdint.h"
|
||||
tmake_file="${tmake_file} arm/t-bpabi t-rtems arm/t-rtems-eabi"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user