mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'.
Cherrypick from master 2001-09-19 17:19:27 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>': automake/leaf.am
This commit is contained in:
9
automake/leaf.am
Normal file
9
automake/leaf.am
Normal file
@@ -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@
|
||||
Reference in New Issue
Block a user