From 011677f8fc6ce37832e88a65500b7c08e9dba73e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 17:54:03 +0000 Subject: Part of automake VI Patch from Ralf Corsepius . > Adds variables to the custom/*cfg files to specify the location of > tools. The purpose is to remove hard-coded paths from the Makefiles. > > In later steps this eases moving the tools to other locations. --- make/custom/simhppa.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'make/custom/simhppa.cfg') diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg index 2426ebbae5..425f70de98 100644 --- a/make/custom/simhppa.cfg +++ b/make/custom/simhppa.cfg @@ -132,3 +132,11 @@ endif define make-rel $(LDARGS) $(LD) $(LDFLAGS_INCOMPLETE) $(XLDFLAGS) -o $@ $(OBJS) endef + +# Miscellaneous additions go here + +# BSP-specific tools +PRINTDUMP=$(PROJECT_TOOLS)/print_dump + +# CPU-specific tools +GENOFFSETS=$(PROJECT_RELEASE)/bin/genoffsets -- cgit v1.2.3