diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index afefd45..38041e6 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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" ;; |