[m-rev.] trivial diff: more test_mercury changes for eris

Julien Fischer juliensf at csse.unimelb.edu.au
Thu Dec 6 17:27:38 AEDT 2007


tools/test_mercury:
 	More changes to support eris.

Index: test_mercury
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.326
diff -u -r1.326 test_mercury
--- test_mercury	6 Dec 2007 05:35:48 -0000	1.326
+++ test_mercury	6 Dec 2007 06:24:35 -0000
@@ -286,6 +286,11 @@
  case $HOST in
  	earth|ceres|aral|jupiter|swordfish|saturn|uranus|neptune|pluto)
  		INSTALL_DIR=/home/$HOST/public/$INSTALL_DIR_NAME/$FULLARCH ;;
+
+	# The actual architecture string for eris has the version appended to it, but
+	# that will change with every OS update so we don't include it here.
+	eris)
+		INSTALL_DIR=/Users/mercury/mercury/public/$INSTALL_DIR_NAME/i686-apple-darwin ;;
  	*)
  		INSTALL_DIR=$TOPDIR/$INSTALL_DIR_NAME/$FULLARCH ;;
  esac
@@ -506,6 +511,19 @@
  	uranus)
  		CONFIG_OPTS=""
  		;;
+ 
+	eris)
+		# The asm_fast grades don't work on Darwin.
+		# XXX Install more grades on this machine.
+		CONFIG_OPTS=""
+		DEFAULT_GRADE="hlc.gc"
+		export DEFAULT_GRADE
+		INSTALL_GRADE="hlc.gc"
+		INSTALL_LIBGRADES="hlc.gc		\
+			hlc.gc.tr			\
+			reg.gc.tr			\
+			reg.gc.tr.debug" 
+		;;
  	*)
  		CONFIG_OPTS="" ;;
  esac

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list