mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 19:11:19 +08:00
configure.in (bfin-*-*): Use test, not brackets, in if statement.
* configure.in (bfin-*-*): Use test, not brackets, in if statement. * configure: Regenerate. From-SVN: r105500
This commit is contained in:
parent
e13602df83
commit
61efc80019
@ -1,3 +1,8 @@
|
||||
2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||
|
||||
* configure.in (bfin-*-*): Use test, not brackets, in if statement.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-10-15 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add self.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1294,7 +1294,7 @@ case "${target}" in
|
||||
;;
|
||||
bfin-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss gdb"
|
||||
if x${is_cross_compiler} != xno ; then
|
||||
if test x${is_cross_compiler} != xno ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
;;
|
||||
|
@ -502,7 +502,7 @@ case "${target}" in
|
||||
;;
|
||||
bfin-*-*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss gdb"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
if test x${is_cross_compiler} != xno ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user