source: rtems/c/src/automake/compile.am @ 82dcbc8

4.115
Last change on this file since 82dcbc8 was 05eb1fb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/23/09 at 14:57:58

Remove RTEMS_CFLAGS.

  • Property mode set to 100644
File size: 283 bytes
Line 
1##
2## $Id$
3##
4
5## -------------------------------------------------------------------------
6
7CC = @CC@ $(GCCSPECS)
8CXX = @CXX@ $(GCCSPECS)
9CPP = @CPP@ $(GCCSPECS)
10CCAS = @CCAS@ $(GCCSPECS)
11
12##
13AM_CPPFLAGS = @RTEMS_CPPFLAGS@
14AM_CFLAGS =
15AM_CXXFLAGS =
16AM_CCASFLAGS = @RTEMS_CCASFLAGS@
Note: See TracBrowser for help on using the repository browser.