Changeset 2dbd07f8 in rtems for aclocal/gcc-specs.m4


Ignore:
Timestamp:
11/09/00 17:04:53 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5fa7205
Parents:
5913d94
Message:

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

  • aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard).
  • aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard).
  • aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
  • aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
  • aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard), replace CC_FOR_TARGET with CC (BUG-FIX).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aclocal/gcc-specs.m4

    r5913d94 r2dbd07f8  
    1010[
    1111rtems_cv_gcc_specs=no
    12 if test "$ac_cv_prog_gcc" = "yes"; then
     12if test x"$GCC" = x"yes"; then
    1313  touch confspec
    1414  echo 'void f(){}' >conftest.c
Note: See TracChangeset for help on using the changeset viewer.