2014-04-04 Ashish Kapania <akapania@ti.com>

* arm/configure.in: (*-*-tirtos*) Accept TIRTOS target when setting
        objtype
        * arm/configure: Regenerated.
This commit is contained in:
Jeff Johnston 2014-04-04 21:43:55 +00:00
parent d3925b72d5
commit d83d5c7d7b
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2014-04-04 Ashish Kapania <akapania@ti.com>
* arm/configure.in: (*-*-tirtos*) Accept TIRTOS target when setting
objtype
* arm/configure: Regenerated.
2014-03-21 Sabrini Ni <sabrinanitw@gmail.com>
* nds32/_sbrk.S: Add .size and .type directive.

View File

@ -2531,7 +2531,7 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
case "${target}" in
*-*-elf | *-*-eabi)
*-*-elf | *-*-eabi | *-*-tirtos*)
objtype=elf-
;;
*-*-coff)

View File

@ -49,7 +49,7 @@ AC_PROG_RANLIB
LIB_AM_PROG_AS
case "${target}" in
*-*-elf | *-*-eabi)
*-*-elf | *-*-eabi | *-*-tirtos*)
objtype=elf-
;;
*-*-coff)