2007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/check-cpuopts.m4: Check rtems/system.h instead of
	rtems/score/cpuopts.h.
This commit is contained in:
Ralf Corsepius
2007-02-11 10:28:41 +00:00
parent a297369ccb
commit ffabba3cf1
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-cpuopts.m4: Check rtems/system.h instead of
rtems/score/cpuopts.h.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
+1 -1
View File
@@ -14,7 +14,7 @@ AC_CACHE_CHECK(
[for $1],
[rtems_cv_$1],
[AC_COMPILE_IFELSE([
#include <rtems/score/cpuopts.h>
#include <rtems/system.h>
#ifndef $1
choke me
#endif