summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-16 11:40:04 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-16 11:40:04 +0000
commit3af34f510bb48ea2cf32099d1771f764032f7135 (patch)
tree53d708998d00ae57dd861191f932876161c5c02b
parent66cf458aa1f18f57803d627e8d3d48b7bbf37916 (diff)
downloadmorphs-3af34f510bb48ea2cf32099d1771f764032f7135.tar.gz
devel.morph: build gmp, mpfr, mpc before gcc
Embedding the source code into the gcc build looks awful Hopefully it is only needed for bootstrapping So let's install its dependencies properly first
-rw-r--r--devel.morph16
1 files changed, 12 insertions, 4 deletions
diff --git a/devel.morph b/devel.morph
index 0e2aba2..213c6b1 100644
--- a/devel.morph
+++ b/devel.morph
@@ -11,6 +11,18 @@
"ref": "baserock/morph"
},
{
+ "name": "gmp",
+ "ref": "baserock/morph"
+ },
+ {
+ "name": "mpfr",
+ "ref": "baserock/morph"
+ },
+ {
+ "name": "mpc",
+ "ref": "baserock/morph"
+ },
+ {
"name": "gcc",
"repo": "gcc-tarball",
"ref": "baserock/morph"
@@ -140,10 +152,6 @@
"ref": "baserock/morph"
},
{
- "name": "gmp",
- "ref": "baserock/morph"
- },
- {
"name": "libnettle",
"repo": "lsh",
"ref": "baserock/morph"