mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-05 15:15:48 +00:00
Remove "blacklist".
This commit is contained in:
@@ -18,16 +18,7 @@ AC_MSG_CHECKING([for available BSPs])
|
|||||||
bsp_cfg=`echo "$bsp_cfgs" | sed \
|
bsp_cfg=`echo "$bsp_cfgs" | sed \
|
||||||
-e "s,^$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$bsp_family/make/custom/,," \
|
-e "s,^$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$bsp_family/make/custom/,," \
|
||||||
-e "s,\.cfg$,,"`
|
-e "s,\.cfg$,,"`
|
||||||
case $bsp_cfg in
|
$1="[$]$1 $bsp_cfg"
|
||||||
# blacklisted bsps
|
|
||||||
tqm8xx);; # powerpc
|
|
||||||
genmcf548x);; # m68k
|
|
||||||
mbx8xx);; # powerpc
|
|
||||||
gen5200);; # powerpc
|
|
||||||
gen83xx);; # powerpc
|
|
||||||
lpc24xx);; # arm
|
|
||||||
*) $1="[$]$1 $bsp_cfg";;
|
|
||||||
esac
|
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
AS_IF([test -z "[$]$1"],
|
AS_IF([test -z "[$]$1"],
|
||||||
|
|||||||
Reference in New Issue
Block a user