summaryrefslogtreecommitdiffstats
path: root/aclocal/check-bsps.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-07 14:47:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-07 14:47:02 +0000
commit0ff37e686676453cfa6addb4ddfc71ada9e4c4dd (patch)
tree3fc6cce3c8bc312115a9849048d4502a1462f7a2 /aclocal/check-bsps.m4
parentInitialize the attributes structure. Random data was causing the test (diff)
downloadrtems-0ff37e686676453cfa6addb4ddfc71ada9e4c4dd.tar.bz2
Patch rtems-rc-20000104-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which is described below: This one is a (minor) patch in preparation of the upcoming patches. It actually is an excerpt of the upcoming patches and therefore is completely untested in this standalone form, but I don't expect it to break something. The essential changes in this patch are: * An update to rtems-polish.sh (Now can also be run in subdirectories) * A bug-fix for the libcpu/powerpc (A directory was missing from SUBDIRS in a Makefile.am) * An update to gensh2.cfg. * Cleanups/Enhancements to configuration files To apply: cd <srcdir> patch -p0 < rtems-rc-20000104-0.diff cvs rm -f c/src/lib/libbsp/Makefile.am.new
Diffstat (limited to 'aclocal/check-bsps.m4')
-rw-r--r--aclocal/check-bsps.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 0a2c74e0a3..3e368db222 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -17,6 +17,8 @@ AC_MSG_CHECKING([for bsps])
READ*);;
CVS*);;
pxfl*);;
+ ac*);;
+ config*);;
# Now account for BSPs with build variants
gen68360) rtems_bsp="$rtems_bsp gen68360 gen68360_040";;
p4000) rtems_bsp="$rtems_bsp p4600 p4650";;