Changeset 2e0fd427 in rtems for aclocal/gcc-specs.m4
- Timestamp:
- 11/02/00 15:44:04 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a314d3b4
- Parents:
- 8262fda
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/gcc-specs.m4
r8262fda r2e0fd427 7 7 AC_DEFUN(RTEMS_GCC_SPECS, 8 8 [AC_REQUIRE([RTEMS_PROG_CC]) 9 AC_CACHE_CHECK(whether $CC _FOR_TARGETaccepts -specs,rtems_cv_gcc_specs,9 AC_CACHE_CHECK(whether $CC accepts -specs,rtems_cv_gcc_specs, 10 10 [ 11 11 rtems_cv_gcc_specs=no 12 if test "$ rtems_cv_prog_gcc" = "yes"; then12 if test "$ac_cv_prog_gcc" = "yes"; then 13 13 touch confspec 14 14 echo 'void f(){}' >conftest.c 15 if test -z "`${CC _FOR_TARGET} -specs confspec -c conftest.c 2>&1`";then15 if test -z "`${CC} -specs confspec -c conftest.c 2>&1`";then 16 16 rtems_cv_gcc_specs=yes 17 17 fi
Note: See TracChangeset
for help on using the changeset viewer.