summaryrefslogtreecommitdiffstats
path: root/gnu/gcc34
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/gcc34
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/gcc34')
-rwxr-xr-xgnu/gcc34/DEPENDS3
-rw-r--r--gnu/gcc34/HISTORY4
2 files changed, 6 insertions, 1 deletions
diff --git a/gnu/gcc34/DEPENDS b/gnu/gcc34/DEPENDS
index 689e2258fd..62fb65a181 100755
--- a/gnu/gcc34/DEPENDS
+++ b/gnu/gcc34/DEPENDS
@@ -1,3 +1,4 @@
depends gcc &&
depends gnupg &&
-depends smgl-fhs
+depends smgl-fhs &&
+depends smgl-archspecs
diff --git a/gnu/gcc34/HISTORY b/gnu/gcc34/HISTORY
index bcb5cbecf5..f049e76a4d 100644
--- a/gnu/gcc34/HISTORY
+++ b/gnu/gcc34/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