diff options
author | DJ Delorie <dj@redhat.com> | 2011-11-29 06:33:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-11-29 06:33:49 +0000 |
commit | d1fc77322f7e413e2d717d006ffe0a55f913e2b2 (patch) | |
tree | 210478b0bd99a6e59257cce893040dc8e0737ecc /libgloss/configure | |
parent | 806e25759bc8e009bc7c0a53486638195dd0c578 (diff) | |
download | cygnal-d1fc77322f7e413e2d717d006ffe0a55f913e2b2.tar.gz cygnal-d1fc77322f7e413e2d717d006ffe0a55f913e2b2.tar.bz2 cygnal-d1fc77322f7e413e2d717d006ffe0a55f913e2b2.zip |
[libgloss]
* configure.in: Add rl78.
* configure: Regenerate.
* rl78: New directory
[newlib]
* configure.host: Add rl78.
* libc/include/machine/ieeefp.h: Add rl78 support.
* libc/include/machine/setjmp.h: Add rl78 support.
* libc/machine/configure.in: Add rl78.
* libc/machine/rl78: New directory.
Diffstat (limited to 'libgloss/configure')
-rwxr-xr-x | libgloss/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/configure b/libgloss/configure index e897d3a51..e6c25a3c3 100755 --- a/libgloss/configure +++ b/libgloss/configure @@ -730,6 +730,7 @@ v850 xc16x xstormy16 m32c +rl78 rx arm spu @@ -2553,6 +2554,10 @@ case "${target}" in subdirs="$subdirs m32c" ;; + rl78*-*-elf) + subdirs="$subdirs rl78" + + ;; rx*-*-elf) subdirs="$subdirs rx" |