mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
|
||||||
|
|
||||||
2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* aclocal/canonical-target-name.m4: Remove TI C4x and NIOS2 ports from
|
* aclocal/canonical-target-name.m4: Remove TI C4x and NIOS2 ports from
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ AS_IF([test "${enable_project_root+set}" = set],[
|
|||||||
AC_CACHE_CHECK(
|
AC_CACHE_CHECK(
|
||||||
[for $1],
|
[for $1],
|
||||||
[rtems_cv_$1],
|
[rtems_cv_$1],
|
||||||
[AC_COMPILE_IFELSE([
|
[AC_COMPILE_IFELSE([AC_LANG_SOURCE([
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#ifndef $1
|
#ifndef $1
|
||||||
choke me
|
choke me
|
||||||
@@ -21,6 +21,6 @@ choke me
|
|||||||
],
|
],
|
||||||
[rtems_cv_$1=yes],
|
[rtems_cv_$1=yes],
|
||||||
[rtems_cv_$1=no])
|
[rtems_cv_$1=no])
|
||||||
])
|
])])
|
||||||
CPPFLAGS="$sav_CPPFLAGS"
|
CPPFLAGS="$sav_CPPFLAGS"
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user