Changeset 2e0fd427 in rtems for aclocal/gcc-pipe.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-pipe.m4
r8262fda r2e0fd427 8 8 [AC_REQUIRE([RTEMS_PROG_CC]) 9 9 AC_REQUIRE([AC_CANONICAL_HOST]) 10 AC_CACHE_CHECK(whether $CC _FOR_TARGETaccepts --pipe,rtems_cv_gcc_pipe,10 AC_CACHE_CHECK(whether $CC accepts --pipe,rtems_cv_gcc_pipe, 11 11 [ 12 12 rtems_cv_gcc_pipe=no 13 if test "$ rtems_cv_prog_gcc" = "yes"; then13 if test "$ac_cv_prog_gcc" = "yes"; then 14 14 echo 'void f(){}' >conftest.c 15 if test -z "`${CC _FOR_TARGET} --pipe -c conftest.c 2>&1`";then15 if test -z "`${CC} --pipe -c conftest.c 2>&1`";then 16 16 rtems_cv_gcc_pipe=yes 17 17 fi
Note: See TracChangeset
for help on using the changeset viewer.