change log for rtems (2010-09-08)

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Oct 14 11:18:50 UTC 2010


On 10/14/2010 09:41 AM, Ralf Corsepius wrote:
> On 10/14/2010 09:31 AM, Sebastian Huber wrote:
[...]
>> 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
>>
> This patch is broken - Do not apply.

Yes, this is broken because the configure script doesn't use the BSP specific
compilation flags.  So I can only test for header files provided by the tool
chain.  It seems that I need to teach Autoconf somehow to check with the
appropriate compiler flags.

-- 
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