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:
parent
d3925b72d5
commit
d83d5c7d7b
@ -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.
|
||||
|
2
libgloss/arm/configure
vendored
2
libgloss/arm/configure
vendored
@ -2531,7 +2531,7 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
|
||||
|
||||
|
||||
case "${target}" in
|
||||
*-*-elf | *-*-eabi)
|
||||
*-*-elf | *-*-eabi | *-*-tirtos*)
|
||||
objtype=elf-
|
||||
;;
|
||||
*-*-coff)
|
||||
|
@ -49,7 +49,7 @@ AC_PROG_RANLIB
|
||||
LIB_AM_PROG_AS
|
||||
|
||||
case "${target}" in
|
||||
*-*-elf | *-*-eabi)
|
||||
*-*-elf | *-*-eabi | *-*-tirtos*)
|
||||
objtype=elf-
|
||||
;;
|
||||
*-*-coff)
|
||||
|
Loading…
x
Reference in New Issue
Block a user