source: rtems/c/src/automake/compile.am @ 430a833d

4.104.114.84.95
Last change on this file since 430a833d was 430a833d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/05 at 08:11:17

Remove RTEMS_USE_GCC. Remove RTEMS_RELLDFLAGS.

  • Property mode set to 100644
File size: 335 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 = $(RTEMS_CFLAGS)
15AM_CXXFLAGS = $(RTEMS_CFLAGS)
16AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
Note: See TracBrowser for help on using the repository browser.