source: rtems/cpukit/score/cpu/Makefile.am @ 5ea0bd37

4.104.114.84.95
Last change on this file since 5ea0bd37 was 43283456, checked in by Joel Sherrill <joel.sherrill@…>, on 12/02/99 at 17:45:14

Patch rtems-rc-19991123-rc-2.diff from Ralf Corsepius
<corsepiu@…>:

The patch below provides

  • automake support for score/cpu/powerpc
  • The hack to propagate values from *.cfg to automake configuration
  • A fix for librdbg/powerpc/mcp750/Makefile.am (Was completely corrupted before)
  • Fixes some files which apparently where missing in rtems-rc-19991123-rc-2.diff
  • some minor configuration related patches

To apply:

rm -rf ./c/src/exec/score/cpu/powerpc/wrap
patch -p1 < rtems-rc-19991123-rc-3.diff

Attention:

c/src/exec/score/cpu/[configure.in|aclocal.m4|configure] should be
removed after applying the patch.

  • Property mode set to 100644
File size: 294 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7SUBDIRS = $(RTEMS_CPU)
8
9## FIXME: this does not work
10## DIST_SUBDIRS = \
11## a29k hppa1.1 i386 i960 m68k mips64orion no_cpu powerpc sh sparc unix
12
13include $(top_srcdir)/../../../automake/subdirs.am
14include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.