summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-12 00:48:54 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-12 00:48:54 +0000
commitaea55715cdf04aa7d50b59b25471a5a7dfdfbe16 (patch)
tree9fbe7567ac82c2c21137e2eac0f51490ca94a767 /c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README
parent2007-12-11 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-aea55715cdf04aa7d50b59b25471a5a7dfdfbe16.tar.bz2
2007-12-11 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am, new-exceptions/bspsupport/README: provide new irq_bspsupport.rel which was split out of exc_bspsupport.rel to provide finer-grained control over what BSPs want to use.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README')
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README
index 2959880692..7fd830bd1e 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/README
@@ -239,9 +239,13 @@ USAGE
- add
../../../libcpu/@RTEMS_CPU@/@exceptions@/exc_bspsupport.rel \
+ ../../../libcpu/@RTEMS_CPU@/@exceptions@/irq_bspsupport.rel \
to 'libbsp_a_LIBADD'
+ (irq.c is in a separate '.rel' so that you can get support
+ for exceptions only).
+
CAVEATS
=======