Wed Aug 11 10:56:56 BST 2010  rmcilroy@microsoft.com
  * Checkpoint GHC on Barrelfish work 
  
  Now at the stage where we can build and run a helloword Haskell application on Barrelfish.
  
Thu Jul 29 14:56:22 BST 2010  rmcilroy@microsoft.com
  * Changes to get ghc building against Barrelfish
diff -rN -u old-directory/config.sub new-directory/config.sub
--- old-directory/config.sub	2010-08-11 16:03:44.000000000 +0100
+++ new-directory/config.sub	2010-08-11 16:03:44.000000000 +0100
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-07-02'
+timestamp='2010-08-10'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -1344,6 +1344,9 @@
 	-zvmoe)
 		os=-zvmoe
 		;;
+	-barrelfish)
+		os=-barrelfish
+		;;
 	-none)
 		;;
 	*)
