Changeset 2e0fd427 in rtems for aclocal/gcc-specs.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-specs.m4

    r8262fda r2e0fd427  
    77AC_DEFUN(RTEMS_GCC_SPECS,
    88[AC_REQUIRE([RTEMS_PROG_CC])
    9 AC_CACHE_CHECK(whether $CC_FOR_TARGET accepts -specs,rtems_cv_gcc_specs,
     9AC_CACHE_CHECK(whether $CC accepts -specs,rtems_cv_gcc_specs,
    1010[
    1111rtems_cv_gcc_specs=no
    12 if test "$rtems_cv_prog_gcc" = "yes"; then
     12if test "$ac_cv_prog_gcc" = "yes"; then
    1313  touch confspec
    1414  echo 'void f(){}' >conftest.c
    15   if test -z "`${CC_FOR_TARGET} -specs confspec -c conftest.c 2>&1`";then
     15  if test -z "`${CC} -specs confspec -c conftest.c 2>&1`";then
    1616    rtems_cv_gcc_specs=yes
    1717  fi
Note: See TracChangeset for help on using the changeset viewer.