mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Copied gcc 2.7.2 style make-exe rule to gcc 2.8 conditional. This
lets the makefile work in both cases.
This commit is contained in:
@@ -89,8 +89,13 @@ define make-exe
|
||||
endef
|
||||
else
|
||||
#
|
||||
# gcc28 not yet supported
|
||||
# just use the same make-exe as gcc 272
|
||||
#
|
||||
define make-exe
|
||||
$(CC) -o $@ $(LINK_FILES) $(LD_LIBS) $(LIBC_LIBM) $(LIBC_LIBC)
|
||||
$(NM) -ng $@ > $(basename $@).num
|
||||
$(SIZE) $@
|
||||
endef
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user