diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2005-10-17 12:54:34 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2005-10-17 12:54:34 +0000 |
commit | a68fc753b9d123c3409518a6cc12e279407ea534 (patch) | |
tree | fcfa86f31a05c4f6661104f8181b81ba28c44c48 /configure | |
parent | 0fa52a6cdf47d0c44fb352f4be10ddaca3faac0f (diff) | |
download | cygnal-a68fc753b9d123c3409518a6cc12e279407ea534.tar.gz cygnal-a68fc753b9d123c3409518a6cc12e279407ea534.tar.bz2 cygnal-a68fc753b9d123c3409518a6cc12e279407ea534.zip |
* configure.in (bfin-*-*): Use test, not brackets, in if statement.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |