Changeset f3d95192 in rtems
- Timestamp:
- 08/06/02 20:25:15 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 98c849f4
- Parents:
- ab67810
- Location:
- c/src/lib/libbsp/or32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/or32/ChangeLog
rab67810 rf3d95192 1 2002-08-06 Joel Sherrill <joel@OARcorp.com> 2 3 * acinclude.m4, configure.ac: Update and fix minor things so this 4 BSP compiles and almost completely links. 5 1 6 2002-08-06 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/or32/acinclude.m4
rab67810 rf3d95192 4 4 RTEMS_BSP_ALIAS(ifelse([$1],,[${RTEMS_BSP}],[$1]),bspdir) 5 5 case "$bspdir" in 6 or 1ksim )7 AC_CONFIG_SUBDIRS([or 1ksim]);;6 or32sim ) 7 AC_CONFIG_SUBDIRS([or32sim]);; 8 8 *) 9 9 AC_MSG_ERROR([Invalid BSP]);; -
c/src/lib/libbsp/or32/configure.ac
rab67810 rf3d95192 5 5 AC_PREREQ(2.52) 6 6 AC_INIT([rtems-c-src-lib-libbsp-or32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 AC_CONFIG_SRCDIR([or 1ksim])7 AC_CONFIG_SRCDIR([or32sim]) 8 8 RTEMS_TOP(../../../../..) 9 9 AC_CONFIG_AUX_DIR(../../../../..)
Note: See TracChangeset
for help on using the changeset viewer.