2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>

* acinclude.m4: Add qemuppc.
This commit is contained in:
Joel Sherrill
2009-09-25 20:44:59 +00:00
parent 081c475fe3
commit c00b49f8d5
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* acinclude.m4: Add qemuppc.
2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com> 2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bootloader/bootldr.h: Change extern inline to static inline. * shared/bootloader/bootldr.h: Change extern inline to static inline.

View File

@@ -24,6 +24,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([mvme5500]);; AC_CONFIG_SUBDIRS([mvme5500]);;
psim ) psim )
AC_CONFIG_SUBDIRS([psim]);; AC_CONFIG_SUBDIRS([psim]);;
qemuppc )
AC_CONFIG_SUBDIRS([qemuppc]);;
score603e ) score603e )
AC_CONFIG_SUBDIRS([score603e]);; AC_CONFIG_SUBDIRS([score603e]);;
ss555 ) ss555 )