forked from Imagelibrary/rtems
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:
@@ -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>
|
2002-08-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* .cvsignore: New file.
|
* .cvsignore: New file.
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
|
|||||||
[
|
[
|
||||||
RTEMS_BSP_ALIAS(ifelse([$1],,[${RTEMS_BSP}],[$1]),bspdir)
|
RTEMS_BSP_ALIAS(ifelse([$1],,[${RTEMS_BSP}],[$1]),bspdir)
|
||||||
case "$bspdir" in
|
case "$bspdir" in
|
||||||
or1ksim )
|
or32sim )
|
||||||
AC_CONFIG_SUBDIRS([or1ksim]);;
|
AC_CONFIG_SUBDIRS([or32sim]);;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([Invalid BSP]);;
|
AC_MSG_ERROR([Invalid BSP]);;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_INIT([rtems-c-src-lib-libbsp-or32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-c-src-lib-libbsp-or32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([or1ksim])
|
AC_CONFIG_SRCDIR([or32sim])
|
||||||
RTEMS_TOP(../../../../..)
|
RTEMS_TOP(../../../../..)
|
||||||
AC_CONFIG_AUX_DIR(../../../../..)
|
AC_CONFIG_AUX_DIR(../../../../..)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user