2002-08-06 Joel Sherrill <joel@OARcorp.com>

* acinclude.m4, configure.ac: Update and fix minor things so this
	BSP compiles and almost completely links.
This commit is contained in:
Joel Sherrill
2002-08-06 20:25:15 +00:00
parent ab67810835
commit f3d951929c
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* acinclude.m4, configure.ac: Update and fix minor things so this
BSP compiles and almost completely links.
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: New file.

View File

@@ -3,8 +3,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
[
RTEMS_BSP_ALIAS(ifelse([$1],,[${RTEMS_BSP}],[$1]),bspdir)
case "$bspdir" in
or1ksim )
AC_CONFIG_SUBDIRS([or1ksim]);;
or32sim )
AC_CONFIG_SUBDIRS([or32sim]);;
*)
AC_MSG_ERROR([Invalid BSP]);;
esac

View File

@@ -4,7 +4,7 @@
AC_PREREQ(2.52)
AC_INIT([rtems-c-src-lib-libbsp-or32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([or1ksim])
AC_CONFIG_SRCDIR([or32sim])
RTEMS_TOP(../../../../..)
AC_CONFIG_AUX_DIR(../../../../..)