Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.

Changes to make/custom/gensh1.cfg. Needed for shgen support
This commit is contained in:
Joel Sherrill
1998-07-17 15:18:08 +00:00
parent fa21a8439f
commit 9305e52a18

View File

@@ -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