diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2014-04-04 21:43:55 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2014-04-04 21:43:55 +0000 |
commit | d83d5c7d7b027b09e4eb0c7f302d964b1fbf272c (patch) | |
tree | 80428df15d039d63a5849725e2c6bcc6dc723255 /libgloss | |
parent | d3925b72d54420f8d12de613fd8ad99244fd5810 (diff) | |
download | newlib-d83d5c7d7b027b09e4eb0c7f302d964b1fbf272c.zip newlib-d83d5c7d7b027b09e4eb0c7f302d964b1fbf272c.tar.gz newlib-d83d5c7d7b027b09e4eb0c7f302d964b1fbf272c.tar.bz2 |
2014-04-04 Ashish Kapania <akapania@ti.com>
* arm/configure.in: (*-*-tirtos*) Accept TIRTOS target when setting
objtype
* arm/configure: Regenerated.
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/ChangeLog | 6 | ||||
-rw-r--r-- | libgloss/arm/configure | 2 | ||||
-rw-r--r-- | libgloss/arm/configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index f14432d..5770b5e 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -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. diff --git a/libgloss/arm/configure b/libgloss/arm/configure index 032f0aa..93c2b27 100644 --- a/libgloss/arm/configure +++ b/libgloss/arm/configure @@ -2531,7 +2531,7 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS case "${target}" in - *-*-elf | *-*-eabi) + *-*-elf | *-*-eabi | *-*-tirtos*) objtype=elf- ;; *-*-coff) diff --git a/libgloss/arm/configure.in b/libgloss/arm/configure.in index d9408ad..39c15d7 100644 --- a/libgloss/arm/configure.in +++ b/libgloss/arm/configure.in @@ -49,7 +49,7 @@ AC_PROG_RANLIB LIB_AM_PROG_AS case "${target}" in - *-*-elf | *-*-eabi) + *-*-elf | *-*-eabi | *-*-tirtos*) objtype=elf- ;; *-*-coff) |