forked from Imagelibrary/rtems
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Changes to make/custom/gensh1.cfg. Needed for shgen support
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
MHZ:=20
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
RTEMS_CPU=sh
|
||||
@@ -75,7 +77,7 @@ define make-exe
|
||||
endef
|
||||
else
|
||||
define make-exe
|
||||
$(CC) -v -Wl,-Map,$(basename $@).map \
|
||||
$(CC) -Wl,-Map,$(basename $@).map \
|
||||
$(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \
|
||||
$(LINK_OBJS) $(LINK_LIBS)
|
||||
$(NM) -n $(basename $@).exe > $(basename $@).num
|
||||
@@ -85,3 +87,4 @@ endif
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
SHGEN=$(PROJECT_ROOT)/c/src/exec/score/tools/sh/$(ARCH)/shgen
|
||||
|
||||
Reference in New Issue
Block a user