summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-19 17:19:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-19 17:19:27 +0000
commit5ddff84bb2f7086781443ac9d47c15568dd2a2de (patch)
tree2cddaecda74aef217967c786550a3e0d7f979dce /automake
parent2001-09-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-5ddff84bb2f7086781443ac9d47c15568dd2a2de.tar.bz2
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/leaf.am: New file.
Diffstat (limited to 'automake')
-rw-r--r--automake/leaf.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/automake/leaf.am b/automake/leaf.am
new file mode 100644
index 0000000000..b36ed33fbb
--- /dev/null
+++ b/automake/leaf.am
@@ -0,0 +1,9 @@
+include $(RTEMS_ROOT)/make/leaf.cfg
+
+ifndef make-cxx-exe
+define make-cxx-exe
+ $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) \
+ $(LDLIBS) -o $@ \
+ $(LINK_OBJS) $(LINK_LIBS)
+endef
+@ENDIF@