mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 11:00:41 +08:00
* configure.in: Remove superfluous semicolons.
* configure: Regenerate.
This commit is contained in:
parent
0c365c631f
commit
c19f8a6ac0
@ -1,3 +1,8 @@
|
|||||||
|
2006-12-12 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
|
* configure.in: Remove superfluous semicolons.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2006-12-11 Kazu Hirata <kazu@codesourcery.com>
|
2006-12-11 Kazu Hirata <kazu@codesourcery.com>
|
||||||
|
|
||||||
Merge from newlib-csl-20060320-branch:
|
Merge from newlib-csl-20060320-branch:
|
||||||
@ -145,8 +150,7 @@
|
|||||||
2006-12-11 Ben Elliston <bje@au.ibm.com>
|
2006-12-11 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* configure.in: Remove extra whitespace from config_testsuite =
|
* configure.in: Remove extra whitespace from config_testsuite =
|
||||||
VALUE statements to eliminate shell errors. Remove superfluous
|
VALUE statements to eliminate shell errors.
|
||||||
semicolons.
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
||||||
2006-12-08 Sa Liu <saliu@de.ibm.com>
|
2006-12-08 Sa Liu <saliu@de.ibm.com>
|
||||||
|
46
libgloss/configure
vendored
46
libgloss/configure
vendored
@ -1831,49 +1831,49 @@ case "${target}" in
|
|||||||
|
|
||||||
subdirs="$subdirs i386"
|
subdirs="$subdirs i386"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
m32r-*-*)
|
m32r-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs m32r"
|
subdirs="$subdirs m32r"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
m68hc11-*-* | m6811-*-* | m68hc12-*-* | m6812-*-*)
|
m68hc11-*-* | m6811-*-* | m68hc12-*-* | m6812-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs m68hc11"
|
subdirs="$subdirs m68hc11"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
m68*-*-*)
|
m68*-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs m68k"
|
subdirs="$subdirs m68k"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
hppa*-*-pro*)
|
hppa*-*-pro*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs pa"
|
subdirs="$subdirs pa"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
i960-*-coff)
|
i960-*-coff)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs i960"
|
subdirs="$subdirs i960"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
sparclet-*-aout* | sparc-*-elf* | sparc64-*-elf* | sparc86x-*-* | sparclite-*-*)
|
sparclet-*-aout* | sparc-*-elf* | sparc64-*-elf* | sparc86x-*-* | sparclite-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs sparc"
|
subdirs="$subdirs sparc"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
sh*-*-pe | mips*-*-pe | *arm-wince-pe)
|
sh*-*-pe | mips*-*-pe | *arm-wince-pe)
|
||||||
|
|
||||||
@ -1886,42 +1886,42 @@ subdirs="$subdirs wince"
|
|||||||
|
|
||||||
subdirs="$subdirs mips"
|
subdirs="$subdirs mips"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
powerpc-*-*|powerpcle-*-*)
|
powerpc-*-*|powerpcle-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs rs6000"
|
subdirs="$subdirs rs6000"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
mn10200-*-*)
|
mn10200-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs mn10200"
|
subdirs="$subdirs mn10200"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
mn10300-*-*)
|
mn10300-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs mn10300"
|
subdirs="$subdirs mn10300"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
bfin-*-*)
|
bfin-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs bfin"
|
subdirs="$subdirs bfin"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
cris-*-* | crisv32-*-*)
|
cris-*-* | crisv32-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs cris"
|
subdirs="$subdirs cris"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
crx-*-*)
|
crx-*-*)
|
||||||
|
|
||||||
@ -1934,70 +1934,70 @@ subdirs="$subdirs crx"
|
|||||||
|
|
||||||
subdirs="$subdirs d30v"
|
subdirs="$subdirs d30v"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
fr30-*-*)
|
fr30-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs fr30"
|
subdirs="$subdirs fr30"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
frv*-*-*)
|
frv*-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs frv"
|
subdirs="$subdirs frv"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
mcore-*-*)
|
mcore-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs mcore"
|
subdirs="$subdirs mcore"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
mt-*-*)
|
mt-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs mt"
|
subdirs="$subdirs mt"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
xstormy16-*-*)
|
xstormy16-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs xstormy16"
|
subdirs="$subdirs xstormy16"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
m32c-*-*)
|
m32c-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs m32c"
|
subdirs="$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-*-*)
|
strongarm-*-elf | strongarm-*-coff | arm*-*-elf | arm*-*-coff | ep9312-*-elf | ep9312-*-coff | xscale-*-elf | xscale-*-coff | *arm-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs arm"
|
subdirs="$subdirs arm"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
spu-*-elf)
|
spu-*-elf)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs spu"
|
subdirs="$subdirs spu"
|
||||||
|
|
||||||
config_testsuite=false;
|
config_testsuite=false
|
||||||
;;
|
;;
|
||||||
iq2000-*-*)
|
iq2000-*-*)
|
||||||
|
|
||||||
|
|
||||||
subdirs="$subdirs iq2000"
|
subdirs="$subdirs iq2000"
|
||||||
|
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -32,101 +32,101 @@ AC_CONFIG_SUBDIRS(libnosys)
|
|||||||
case "${target}" in
|
case "${target}" in
|
||||||
i[[3456]]86-*-elf* | i[[3456]]86-*-coff*)
|
i[[3456]]86-*-elf* | i[[3456]]86-*-coff*)
|
||||||
AC_CONFIG_SUBDIRS(i386)
|
AC_CONFIG_SUBDIRS(i386)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
m32r-*-*)
|
m32r-*-*)
|
||||||
AC_CONFIG_SUBDIRS(m32r)
|
AC_CONFIG_SUBDIRS(m32r)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
m68hc11-*-* | m6811-*-* | m68hc12-*-* | m6812-*-*)
|
m68hc11-*-* | m6811-*-* | m68hc12-*-* | m6812-*-*)
|
||||||
AC_CONFIG_SUBDIRS(m68hc11)
|
AC_CONFIG_SUBDIRS(m68hc11)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
m68*-*-*)
|
m68*-*-*)
|
||||||
AC_CONFIG_SUBDIRS(m68k)
|
AC_CONFIG_SUBDIRS(m68k)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
hppa*-*-pro*)
|
hppa*-*-pro*)
|
||||||
AC_CONFIG_SUBDIRS(pa)
|
AC_CONFIG_SUBDIRS(pa)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
i960-*-coff)
|
i960-*-coff)
|
||||||
AC_CONFIG_SUBDIRS(i960)
|
AC_CONFIG_SUBDIRS(i960)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
sparclet-*-aout* | sparc-*-elf* | sparc64-*-elf* | sparc86x-*-* | sparclite-*-*)
|
sparclet-*-aout* | sparc-*-elf* | sparc64-*-elf* | sparc86x-*-* | sparclite-*-*)
|
||||||
AC_CONFIG_SUBDIRS(sparc)
|
AC_CONFIG_SUBDIRS(sparc)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
sh*-*-pe | mips*-*-pe | *arm-wince-pe)
|
sh*-*-pe | mips*-*-pe | *arm-wince-pe)
|
||||||
AC_CONFIG_SUBDIRS(wince)
|
AC_CONFIG_SUBDIRS(wince)
|
||||||
;;
|
;;
|
||||||
mips*-*-*)
|
mips*-*-*)
|
||||||
AC_CONFIG_SUBDIRS(mips)
|
AC_CONFIG_SUBDIRS(mips)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
powerpc-*-*|powerpcle-*-*)
|
powerpc-*-*|powerpcle-*-*)
|
||||||
AC_CONFIG_SUBDIRS(rs6000)
|
AC_CONFIG_SUBDIRS(rs6000)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
mn10200-*-*)
|
mn10200-*-*)
|
||||||
AC_CONFIG_SUBDIRS(mn10200)
|
AC_CONFIG_SUBDIRS(mn10200)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
mn10300-*-*)
|
mn10300-*-*)
|
||||||
AC_CONFIG_SUBDIRS(mn10300)
|
AC_CONFIG_SUBDIRS(mn10300)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
bfin-*-*)
|
bfin-*-*)
|
||||||
AC_CONFIG_SUBDIRS(bfin)
|
AC_CONFIG_SUBDIRS(bfin)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
cris-*-* | crisv32-*-*)
|
cris-*-* | crisv32-*-*)
|
||||||
AC_CONFIG_SUBDIRS(cris)
|
AC_CONFIG_SUBDIRS(cris)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
crx-*-*)
|
crx-*-*)
|
||||||
AC_CONFIG_SUBDIRS(crx)
|
AC_CONFIG_SUBDIRS(crx)
|
||||||
;;
|
;;
|
||||||
d30v-*-*)
|
d30v-*-*)
|
||||||
AC_CONFIG_SUBDIRS(d30v)
|
AC_CONFIG_SUBDIRS(d30v)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
fr30-*-*)
|
fr30-*-*)
|
||||||
AC_CONFIG_SUBDIRS(fr30)
|
AC_CONFIG_SUBDIRS(fr30)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
frv*-*-*)
|
frv*-*-*)
|
||||||
AC_CONFIG_SUBDIRS(frv)
|
AC_CONFIG_SUBDIRS(frv)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
mcore-*-*)
|
mcore-*-*)
|
||||||
AC_CONFIG_SUBDIRS(mcore)
|
AC_CONFIG_SUBDIRS(mcore)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
mt-*-*)
|
mt-*-*)
|
||||||
AC_CONFIG_SUBDIRS(mt)
|
AC_CONFIG_SUBDIRS(mt)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
xstormy16-*-*)
|
xstormy16-*-*)
|
||||||
AC_CONFIG_SUBDIRS(xstormy16)
|
AC_CONFIG_SUBDIRS(xstormy16)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
m32c-*-*)
|
m32c-*-*)
|
||||||
AC_CONFIG_SUBDIRS(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-*-*)
|
strongarm-*-elf | strongarm-*-coff | arm*-*-elf | arm*-*-coff | ep9312-*-elf | ep9312-*-coff | xscale-*-elf | xscale-*-coff | *arm-*-*)
|
||||||
AC_CONFIG_SUBDIRS(arm)
|
AC_CONFIG_SUBDIRS(arm)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
spu-*-elf)
|
spu-*-elf)
|
||||||
AC_CONFIG_SUBDIRS(spu)
|
AC_CONFIG_SUBDIRS(spu)
|
||||||
config_testsuite=false;
|
config_testsuite=false
|
||||||
;;
|
;;
|
||||||
iq2000-*-*)
|
iq2000-*-*)
|
||||||
AC_CONFIG_SUBDIRS(iq2000)
|
AC_CONFIG_SUBDIRS(iq2000)
|
||||||
config_testsuite=true;
|
config_testsuite=true
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user