summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2008-05-15 19:13:16 +0200
committerArwed von Merkatz2008-05-15 19:13:16 +0200
commitc8d92ae3bf2f47fe42824290df9f5430fe5e1599 (patch)
treef04357eb445bae8e4b0a2e3ff6cc45aa59350788
parent057a62dc7e37cdae70ae5c9df4ce08ce5e9d4ad3 (diff)
Revert "gcc: Force mpfr >= 2.3.0"
This reverts commit b8c65f956dbaf8f14d66a6dfdc004213d2bade46.
-rwxr-xr-xgnu/gcc/DEPENDS8
-rw-r--r--gnu/gcc/HISTORY4
2 files changed, 0 insertions, 12 deletions
diff --git a/gnu/gcc/DEPENDS b/gnu/gcc/DEPENDS
index 6ad4823652..2573dfbd19 100755
--- a/gnu/gcc/DEPENDS
+++ b/gnu/gcc/DEPENDS
@@ -1,14 +1,6 @@
-. $GRIMOIRE/libcompat &&
-
depends diffutils &&
depends gmp &&
depends gnupg &&
depends mpfr &&
-
-if [[ "$(installed_version mpfr|sed 's:\.::g')" < 230 ]]
-then
- force_depends mpfr
-fi &&
-
depends smgl-fhs &&
depends smgl-archspecs
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index ed5b05bcdc..0d9b1fb8d9 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,7 +1,3 @@
-2008-03-26 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: GCC requires mpfr 2.3.0 or newer to work, so force mpfr
- being built if it is not >= 2.3.0
-
2008-03-15 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 4.3.0
* DEPENDS: Depends on gmp and mpfr