summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bsp.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-15 12:02:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-15 12:02:03 +0000
commit9cef014996655e38db610a360ce895a342027018 (patch)
tree048b3629cd9826b5b2350164aaae1ee2cf0fcbd2 /c/src/lib/libbsp/bsp.am
parent2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9cef014996655e38db610a360ce895a342027018.tar.bz2
2004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.am: Add CPPASCOMPILE.
Diffstat (limited to 'c/src/lib/libbsp/bsp.am')
-rw-r--r--c/src/lib/libbsp/bsp.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/bsp.am b/c/src/lib/libbsp/bsp.am
index 69129dab8d..a8d08221a0 100644
--- a/c/src/lib/libbsp/bsp.am
+++ b/c/src/lib/libbsp/bsp.am
@@ -2,6 +2,13 @@
## $Id$
##
+## Explicitly set CPPASCOMPILE
+# to be able to use it for compilation of *.S even if automake
+# doesn't generate this variable. (automake-1.8.2+ only generates
+# this rule if *_SOURCES contain *.S.)
+CPPASCOMPILE = $(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) \
+ $(CCASFLAGS)
+
dist_project_lib_DATA = bsp_specs
include_HEADERS = include/bsp.h