change log for rtems (2010-09-08)
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Oct 14 07:31:39 UTC 2010
I want to perform the following changes:
1. Prefix all macros with BSP_
2. Add a test to libtests
2.1. Add this to configure.ac:
Index: configure.ac
===================================================================
RCS file: /usr1/CVS/rtems/testsuites/libtests/configure.ac,v
retrieving revision 1.56
diff -u -r1.56 configure.ac
--- configure.ac 23 Aug 2010 08:32:51 -0000 1.56
+++ configure.ac 14 Oct 2010 07:29:54 -0000
@@ -35,6 +35,9 @@
AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
+AC_CHECK_HEADERS([bsp/utility.h])
+AC_CONFIG_HEADER(config.h)
+
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
block01/Makefile
2.2 Add a test libtests/bsputility which uses the new config.h
--
Sebastian Huber, embedded brains GmbH
Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone : +49 89 18 90 80 79-6
Fax : +49 89 18 90 80 79-9
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the vc
mailing list