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