[m-dev.] diff: fix bootcheck to handle GCC back-end

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Jan 18 23:39:57 AEDT 2001


Estimated hours taken: 0.25

tools/bootcheck:
	Add "GCC_SRC_DIR := ../$(GCC_SRC_DIR)" to the copy of
	Mmake.params that we put in the stage2 and stage3
	directories.  This is needed to bootcheck with the
	GCC back-end interface enabled.

Workspace: /home/hg/fjh/gcc-cvs/gcc/mercury
Index: tools/bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.109
diff -u -d -r1.109 bootcheck
--- tools/bootcheck	2001/01/17 04:36:06	1.109
+++ tools/bootcheck	2001/01/18 12:38:18
@@ -452,6 +452,7 @@
 	then
 		echo "GRADE = $grade" >> Mmake.params
 	fi
+	echo 'GCC_SRC_DIR := ../$(GCC_SRC_DIR)' >> Mmake.params
 	cd $root
 
 	set -x

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list