Changeset 2e0fd427 in rtems for aclocal/gcc-pipe.m4


Ignore:
Timestamp:
11/02/00 15:44:04 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a314d3b4
Parents:
8262fda
Message:

2000-11-02 Ralf Corsepius <corsepiu@…>

  • aclocal/*: Replace with contents of macros/*.m4
  • macros/: Remove.
  • aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
  • Makefile.am: Reflect changes to aclocal/ and macros/.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aclocal/gcc-pipe.m4

    r8262fda r2e0fd427  
    88[AC_REQUIRE([RTEMS_PROG_CC])
    99AC_REQUIRE([AC_CANONICAL_HOST])
    10 AC_CACHE_CHECK(whether $CC_FOR_TARGET accepts --pipe,rtems_cv_gcc_pipe,
     10AC_CACHE_CHECK(whether $CC accepts --pipe,rtems_cv_gcc_pipe,
    1111[
    1212rtems_cv_gcc_pipe=no
    13 if test "$rtems_cv_prog_gcc" = "yes"; then
     13if test "$ac_cv_prog_gcc" = "yes"; then
    1414    echo 'void f(){}' >conftest.c
    15     if test -z "`${CC_FOR_TARGET} --pipe -c conftest.c 2>&1`";then
     15    if test -z "`${CC} --pipe -c conftest.c 2>&1`";then
    1616      rtems_cv_gcc_pipe=yes
    1717    fi
Note: See TracChangeset for help on using the changeset viewer.