summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-30 14:22:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-30 14:22:25 +0000
commit686cf398eeae9bfd559e1111d646e667e93b1e6e (patch)
tree9bf4252b234c362d424761c2a671f1453aa025ec /aclocal
parent2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-686cf398eeae9bfd559e1111d646e667e93b1e6e.tar.bz2
2008-12-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-bsps.m4: remove stray ")" from rtl22xx_t alias.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/check-bsps.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 21082575ba..72e8d152e1 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -34,7 +34,7 @@ AC_MSG_CHECKING([for available BSPs])
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
erc32) bsps="erc32 sis";;
- rtl22xx) bsps="rtl22xx rtl22xx_t)";;
+ rtl22xx) bsps="rtl22xx rtl22xx_t";;
lpc24xx) bsps="lpc2478";;
sim68000) bsps="sim68000 simcpu32";;
shsim) bsps="simsh1 simsh2 simsh4";;