mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 07:20:16 +00:00
Merged from 4.5.0-beta3a
This commit is contained in:
@@ -55,7 +55,7 @@ define make-target-options
|
||||
endef
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(LDLIBS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
|
||||
$(NM) -ng $@ > $(basename $@).num
|
||||
$(SIZE) $@
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user