source: rtems/automake/compile.am @ 03d5706

4.104.114.84.95
Last change on this file since 03d5706 was 03d5706, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/00 at 12:52:12

2000-09-12 Ralf Corsepius <corsepiu@…>

  • aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE, AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
  • aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
  • aclocal/target.m4: Cleanup comments
  • Automake/compile.am: Add DEFS support to keep building happy.
  • Property mode set to 100644
File size: 468 bytes
RevLine 
[7294718f]1##
2## $Id$
3##
4## In future this file shall take compilation rules, now contained in
5## gcc-target-default.cfg
6##
[03d5706]7
8## -------------------------------------------------------------------------
9## NOTE: This is experimental.
10##
11## Expect frequent changes :(
12## -------------------------------------------------------------------------
13
14DEFS = @DEFS@
15
16##
17## FIXME: DEFS and INCLUDES should not be passed as AM_CPPFLAGS
18AM_CPPFLAGS += $(DEFS) $(INCLUDES) $(RTEMS_CPPFLAGS)
Note: See TracBrowser for help on using the repository browser.