source: rtems/c/src/automake/compile.am @ 546c41d0

4.104.114.84.95
Last change on this file since 546c41d0 was 8de9ae0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 09:16:48

Remove depend.

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