diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-06-14 13:40:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-06-14 13:40:48 +0000 |
commit | 25fa7e5ad63d97d00deef1c9eddb346d1134ba72 (patch) | |
tree | 2c4082e8cba94effbdb358a362bda256abba683c /newlib/libc/machine | |
parent | 9bc99decb73926248915e1ae99ea694263f2c41d (diff) | |
download | cygnal-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.tar.gz cygnal-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.tar.bz2 cygnal-25fa7e5ad63d97d00deef1c9eddb346d1134ba72.zip |
libgloss:
* configure.in: Don't handle strongarm, ep9312 and xscale target
names.
* configure: Regenerate.
* libnosys/configure.in: Don't handle strongarm and thumb target
names.
* libnosys/configure: Regenerate.
newlib:
* configure.host: Don't handle ep9312, strongarm, xscale and thumb
target names.
* libc/machine/configure.in: Don't handle xscale target names.
* libc/machine/configure: Regenerate.
Diffstat (limited to 'newlib/libc/machine')
-rwxr-xr-x | newlib/libc/machine/configure | 19 | ||||
-rw-r--r-- | newlib/libc/machine/configure.in | 1 |
2 files changed, 6 insertions, 14 deletions
diff --git a/newlib/libc/machine/configure b/newlib/libc/machine/configure index 3a4ece3a0..9d38f8618 100755 --- a/newlib/libc/machine/configure +++ b/newlib/libc/machine/configure @@ -651,6 +651,7 @@ ELIX_LEVEL_1_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_0_TRUE LDFLAGS +NO_INCLUDE_LIST NEWLIB_CFLAGS CCASFLAGS CCAS @@ -816,7 +817,6 @@ v850 w65 x86_64 xc16x -xscale xstormy16 z8k' @@ -3694,6 +3694,9 @@ newlib_cflags="${newlib_cflags} -fno-builtin" NEWLIB_CFLAGS=${newlib_cflags} +NO_INCLUDE_LIST=${noinclude} + + LDFLAGS=${ldflags} @@ -9660,10 +9663,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_shlibpath_var=no ;; - freebsd1*) - ld_shlibs=no - ;; - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little @@ -10582,10 +10581,6 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -11445,7 +11440,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11448 "configure" +#line 11443 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11551,7 +11546,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11554 "configure" +#line 11549 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11878,8 +11873,6 @@ subdirs="$subdirs a29k" ;; xc16x) subdirs="$subdirs xc16x" ;; - xscale) subdirs="$subdirs xscale" - ;; xstormy16) subdirs="$subdirs xstormy16" ;; z8k) subdirs="$subdirs z8k" diff --git a/newlib/libc/machine/configure.in b/newlib/libc/machine/configure.in index 7cd9036de..249265602 100644 --- a/newlib/libc/machine/configure.in +++ b/newlib/libc/machine/configure.in @@ -65,7 +65,6 @@ if test -n "${machine_dir}"; then w65) AC_CONFIG_SUBDIRS(w65) ;; x86_64) AC_CONFIG_SUBDIRS(x86_64) ;; xc16x) AC_CONFIG_SUBDIRS(xc16x) ;; - xscale) AC_CONFIG_SUBDIRS(xscale) ;; xstormy16) AC_CONFIG_SUBDIRS(xstormy16) ;; z8k) AC_CONFIG_SUBDIRS(z8k) ;; esac; |