source: rtems/c/src/automake/compile.am @ 1eeac702

4.104.114.84.95
Last change on this file since 1eeac702 was f455ae71, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/08/05 at 14:27:17

Remove GCCSPECS

  • Property mode set to 100644
File size: 462 bytes
Line 
1##
2## $Id$
3##
4
5## RTEMS_USE_GCC     .. if we are using GCC
6
7depend:
8
9if RTEMS_USE_GCC
10RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
11endif
12
13## -------------------------------------------------------------------------
14
15CC = @CC@ $(GCCSPECS)
16CXX = @CXX@ $(GCCSPECS)
17CPP = @CPP@ $(GCCSPECS)
18CCAS = @CCAS@ $(GCCSPECS)
19
20##
21AM_CPPFLAGS = $(RTEMS_CPPFLAGS)
22AM_CFLAGS = $(RTEMS_CFLAGS)
23AM_CXXFLAGS = $(RTEMS_CFLAGS)
24AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
Note: See TracBrowser for help on using the repository browser.