summaryrefslogtreecommitdiffstats
path: root/gnu/fortran
diff options
context:
space:
mode:
authorThomas Orgis2007-01-22 13:53:02 +0100
committerThomas Orgis2007-01-22 13:53:02 +0100
commitcb5fce864bd1967f1ddab5b414dc1ca443de32bd (patch)
tree95c278a2836b6d7c39c3c7c3d1954115d96919e7 /gnu/fortran
parentc0695802d6900775e09054cef09412bdd1fd8647 (diff)
update to archspecs 0.7.0 with some precaution to ensure compiler sanity
for changed hostspec on ppc -- everyone: test your setups!
Diffstat (limited to 'gnu/fortran')
-rwxr-xr-xgnu/fortran/DEPENDS3
-rw-r--r--gnu/fortran/HISTORY4
2 files changed, 6 insertions, 1 deletions
diff --git a/gnu/fortran/DEPENDS b/gnu/fortran/DEPENDS
index ca9a1809e8..96a5b3f89c 100755
--- a/gnu/fortran/DEPENDS
+++ b/gnu/fortran/DEPENDS
@@ -3,4 +3,5 @@ depends gcc &&
if [[ $VERSION != $(installed_version gcc) ]]; then
force_depends gcc
fi &&
-depends mpfr
+depends mpfr &&
+depends smgl-archspecs
diff --git a/gnu/fortran/HISTORY b/gnu/fortran/HISTORY
index 8880a3ee07..a7194f1187 100644
--- a/gnu/fortran/HISTORY
+++ b/gnu/fortran/HISTORY
@@ -1,3 +1,7 @@
+2007-01-22 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: ensure that compilers get cast after archspecs so that
+ they all use the same fresh setup
+
2007-01-16 Eric Sandall <eric@sandall.us>
* INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
Bug #10647