* 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:
4
libgloss/configure
vendored
4
libgloss/configure
vendored
@@ -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"
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user