summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/check-bsps.m411
1 files changed, 1 insertions, 10 deletions
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index c61121cf83..27a4c41ea4 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -18,16 +18,7 @@ AC_MSG_CHECKING([for available BSPs])
bsp_cfg=`echo "$bsp_cfgs" | sed \
-e "s,^$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$bsp_family/make/custom/,," \
-e "s,\.cfg$,,"`
- case $bsp_cfg in
- # blacklisted bsps
- tqm8xx);; # powerpc
- genmcf548x);; # m68k
- mbx8xx);; # powerpc
- gen5200);; # powerpc
- gen83xx);; # powerpc
- lpc24xx);; # arm
- *) $1="[$]$1 $bsp_cfg";;
- esac
+ $1="[$]$1 $bsp_cfg"
done
done
AS_IF([test -z "[$]$1"],