From 3b38683e9246d156aa71a4d8e8334383fa2c5534 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Jun 1999 18:33:39 +0000 Subject: Patch from Ralf Corsepius : * Use $(PACKHEX) instead of $(PROJECT_TOOLS)/packhex * Set HAS_RDBG=no for ts_386ex otherwise building it will attempt to compile librdbg for pc386 --- make/custom/ts_386ex.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'make/custom/ts_386ex.cfg') diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg index ad18e98b2f..7a609e2f7c 100644 --- a/make/custom/ts_386ex.cfg +++ b/make/custom/ts_386ex.cfg @@ -27,6 +27,9 @@ CFLAGS_OPTIMIZE_V=-O4 # to enable it. HAS_NETWORKING=yes +# This BSP does not support librdbg +HAS_RDBG=no + # This section makes the target dependent options file. # NDEBUG (C library) @@ -74,7 +77,7 @@ define make-exe $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group $(OBJCOPY) -O srec $(basename $@).coff $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ - $(PROJECT_TOOLS)/packhex > $(basename $@).exe + $(PACKHEX) > $(basename $@).exe $(NM) -g -n $(basename $@).coff > $(basename $@).num $(SIZE) $(basename $@).coff endef @@ -84,7 +87,7 @@ define make-exe $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).coff $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ - $(PROJECT_TOOLS)/packhex > $(basename $@).exe + $(PACKHEX) > $(basename $@).exe $(NM) -g -n $(basename $@).coff > $(basename $@).num $(SIZE) $(basename $@).coff endef -- cgit v1.2.3