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 /newlib/libc/machine/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 'newlib/libc/machine/configure')
-rwxr-xr-x | newlib/libc/machine/configure | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/newlib/libc/machine/configure b/newlib/libc/machine/configure index 9d38f8618..b37cd01dd 100755 --- a/newlib/libc/machine/configure +++ b/newlib/libc/machine/configure @@ -806,6 +806,7 @@ moxie mt necv70 powerpc +rl78 rx sh sparc @@ -11440,7 +11441,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11443 "configure" +#line 11444 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11546,7 +11547,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11549 "configure" +#line 11550 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11851,6 +11852,8 @@ subdirs="$subdirs a29k" ;; powerpc) subdirs="$subdirs powerpc" ;; + rl78) subdirs="$subdirs rl78" + ;; rx) subdirs="$subdirs rx" ;; sh) subdirs="$subdirs sh" |