* configure.in: Accept "arm*" target spec instead of just "arm".

* configure: Regenerated.
	* libnosys/configure.in: Likewise.
	(libc_symbol_prefix): Renamed to libc_cv_symbol_prefix.
	* libnosys/configure: Regenerated (using autoconf v2.68).
This commit is contained in:
Nick Clifton
2012-03-02 13:20:08 +00:00
parent 3118315f06
commit 2e398e8437
5 changed files with 914 additions and 1038 deletions

4
libgloss/configure vendored
View File

@@ -2428,7 +2428,7 @@ case "${target}" in
subdirs="$subdirs sparc"
;;
sh*-*-pe | mips*-*-pe | *arm-wince-pe)
sh*-*-pe | mips*-*-pe | *arm*-wince-pe)
subdirs="$subdirs wince"
;;
@@ -2524,7 +2524,7 @@ case "${target}" in
subdirs="$subdirs rx"
;;
arm*-*-elf | arm*-*-coff | arm-*-*)
arm*-*-elf | arm*-*-coff | arm*-*-*)
subdirs="$subdirs arm"
;;