summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2005-10-17 12:54:34 +0000
committerBernd Schmidt <bernds@codesourcery.com>2005-10-17 12:54:34 +0000
commit3cf3372e76433aa5abc71289aace7073293407fd (patch)
treea689f85783e0b0c649a106f3199d7bd1f0e8f6e0 /configure
parentdf2ce3e5f9e197b363dc4ac98e96fd2482ffa69c (diff)
downloadppe42-binutils-3cf3372e76433aa5abc71289aace7073293407fd.tar.gz
ppe42-binutils-3cf3372e76433aa5abc71289aace7073293407fd.zip
* configure.in (bfin-*-*): Use test, not brackets, in if statement.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9a30a396c4..2131c6cb72 100755
--- a/configure
+++ b/configure
@@ -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
;;
OpenPOWER on IntegriCloud