source: rtems/c/src/exec/score/cpu/powerpc/Makefile.am @ 43283456

4.104.114.84.95
Last change on this file since 43283456 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: 295 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8if MPC750
9CPUDIR = mpc750
10else
11CPUDIR = other_cpu
12endif
13
14SUBDIRS = shared $(CPUDIR)
15
16include $(top_srcdir)/../../../../../../automake/subdirs.am
17include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.