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
|
new
|
|
| 4 | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, |
| 5 | 5 | # Inc. |
| 6 | 6 | |
| 7 | | timestamp='2006-07-02' |
| | 7 | timestamp='2010-08-10' |
| 8 | 8 | |
| 9 | 9 | # This file is (in principle) common to ALL GNU software. |
| 10 | 10 | # The presence of a machine in this file suggests that SOME GNU software |
| … |
… |
|
| 1344 | 1344 | -zvmoe) |
| 1345 | 1345 | os=-zvmoe |
| 1346 | 1346 | ;; |
| | 1347 | -barrelfish) |
| | 1348 | os=-barrelfish |
| | 1349 | ;; |
| 1347 | 1350 | -none) |
| 1348 | 1351 | ;; |
| 1349 | 1352 | *) |