diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-12-11 19:04:14 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-12-11 19:04:14 +0000 |
commit | 23995dad752a18a5ecc5e66fafedb5c3565e2adc (patch) | |
tree | 0e89b3a1580fb171e9b29ce16c9684155ab42ec7 /libgloss/configure.in | |
parent | fc32d708410691b1514b6f21f149bfa8f7635c92 (diff) | |
download | newlib-23995dad752a18a5ecc5e66fafedb5c3565e2adc.zip newlib-23995dad752a18a5ecc5e66fafedb5c3565e2adc.tar.gz newlib-23995dad752a18a5ecc5e66fafedb5c3565e2adc.tar.bz2 |
2006-12-11 Ben Elliston <bje@au.ibm.com>
* configure.in: Remove extra whitespace from config_testsuite =
VALUE statements to eliminate shell errors. Remove superfluous
semicolons.
* configure: Regenerate.
Diffstat (limited to 'libgloss/configure.in')
-rw-r--r-- | libgloss/configure.in | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/libgloss/configure.in b/libgloss/configure.in index 747f4c5..5d38ea3 100644 --- a/libgloss/configure.in +++ b/libgloss/configure.in @@ -32,101 +32,101 @@ AC_CONFIG_SUBDIRS(libnosys) case "${target}" in i[[3456]]86-*-elf* | i[[3456]]86-*-coff*) AC_CONFIG_SUBDIRS(i386) - config_testsuite = true; + config_testsuite=true; ;; m32r-*-*) AC_CONFIG_SUBDIRS(m32r) - config_testsuite = true; + config_testsuite=true; ;; m68hc11-*-* | m6811-*-* | m68hc12-*-* | m6812-*-*) AC_CONFIG_SUBDIRS(m68hc11) - config_testsuite = true; + config_testsuite=true; ;; m68*-*-*) AC_CONFIG_SUBDIRS(m68k) - config_testsuite = true; + config_testsuite=true; ;; hppa*-*-pro*) AC_CONFIG_SUBDIRS(pa) - config_testsuite = true; + config_testsuite=true; ;; i960-*-coff) AC_CONFIG_SUBDIRS(i960) - config_testsuite = true; + config_testsuite=true; ;; sparclet-*-aout* | sparc-*-elf* | sparc64-*-elf* | sparc86x-*-* | sparclite-*-*) AC_CONFIG_SUBDIRS(sparc) - config_testsuite = true; + config_testsuite=true; ;; sh*-*-pe | mips*-*-pe | *arm-wince-pe) AC_CONFIG_SUBDIRS(wince) ;; mips*-*-*) AC_CONFIG_SUBDIRS(mips) - config_testsuite = true; + config_testsuite=true; ;; powerpc-*-*|powerpcle-*-*) AC_CONFIG_SUBDIRS(rs6000) - config_testsuite = true; + config_testsuite=true; ;; mn10200-*-*) AC_CONFIG_SUBDIRS(mn10200) - config_testsuite = true; + config_testsuite=true; ;; mn10300-*-*) AC_CONFIG_SUBDIRS(mn10300) - config_testsuite = true; + config_testsuite=true; ;; bfin-*-*) AC_CONFIG_SUBDIRS(bfin) - config_testsuite = true; + config_testsuite=true; ;; cris-*-* | crisv32-*-*) AC_CONFIG_SUBDIRS(cris) - config_testsuite = true; + config_testsuite=true; ;; crx-*-*) AC_CONFIG_SUBDIRS(crx) ;; d30v-*-*) AC_CONFIG_SUBDIRS(d30v) - config_testsuite = true; + config_testsuite=true; ;; fr30-*-*) AC_CONFIG_SUBDIRS(fr30) - config_testsuite = true; + config_testsuite=true; ;; frv*-*-*) AC_CONFIG_SUBDIRS(frv) - config_testsuite = true; + config_testsuite=true; ;; mcore-*-*) AC_CONFIG_SUBDIRS(mcore) - config_testsuite = true; + config_testsuite=true; ;; mt-*-*) AC_CONFIG_SUBDIRS(mt) - config_testsuite = true; + config_testsuite=true; ;; xstormy16-*-*) AC_CONFIG_SUBDIRS(xstormy16) - config_testsuite = true; + config_testsuite=true; ;; m32c-*-*) AC_CONFIG_SUBDIRS(m32c) - config_testsuite = true; + config_testsuite=true; ;; strongarm-*-elf | strongarm-*-coff | arm*-*-elf | arm*-*-coff | ep9312-*-elf | ep9312-*-coff | xscale-*-elf | xscale-*-coff | *arm-*-*) AC_CONFIG_SUBDIRS(arm) - config_testsuite = true; + config_testsuite=true; ;; spu-*-elf) AC_CONFIG_SUBDIRS(spu) - config_testsuite = false; + config_testsuite=false; ;; iq2000-*-*) AC_CONFIG_SUBDIRS(iq2000) - config_testsuite = true; + config_testsuite=true; ;; esac |