Changeset 891aa12e in rtems


Ignore:
Timestamp:
02/01/05 16:06:39 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7eab0f78
Parents:
5236cf04
Message:

2005-02-01 Ralf Corsepius <ralf.corsepius@…>

  • aclocal/prog-cc.m4: Remove refs to gcc-isystem.m4.
  • aclocal/gcc-isystem.m4: Remove (Unused).
Location:
cpukit
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r5236cf04 r891aa12e  
     12005-02-01      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * aclocal/prog-cc.m4: Remove refs to gcc-isystem.m4.
     4        * aclocal/gcc-isystem.m4: Remove (Unused).
     5
    162005-01-28      Eric Norum <norume@aps.anl.gov>
    27
  • cpukit/aclocal/prog-cc.m4

    r5236cf04 r891aa12e  
    2222dnl check target cc
    2323RTEMS_PROG_CC
    24 dnl check if the compiler supports -isystem
    25 RTEMS_GCC_ISYSTEM
    2624dnl check if the target compiler may use --pipe
    2725RTEMS_GCC_PIPE
     
    3432AC_SUBST(RTEMS_CFLAGS)
    3533
    36 AS_IF([test x"$rtems_cv_gcc_isystem" = x"yes"],[
    37   RTEMS_CPPFLAGS="-isystem \$(PROJECT_INCLUDE)"],[
    38   RTEMS_CPPFLAGS="-I\$(PROJECT_INCLUDE)"
     34RTEMS_CPPFLAGS="-I\$(PROJECT_INCLUDE)"
     35AC_SUBST(RTEMS_CPPFLAGS)
    3936])
    40 AC_SUBST(RTEMS_CPPFLAGS)
    41 
    42 ])
Note: See TracChangeset for help on using the changeset viewer.