summaryrefslogtreecommitdiffstats
path: root/gnu/ada
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/ada
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/ada')
-rwxr-xr-xgnu/ada/DEPENDS4
-rw-r--r--gnu/ada/HISTORY4
2 files changed, 7 insertions, 1 deletions
diff --git a/gnu/ada/DEPENDS b/gnu/ada/DEPENDS
index 6aa97c6122..d1fddf299b 100755
--- a/gnu/ada/DEPENDS
+++ b/gnu/ada/DEPENDS
@@ -2,4 +2,6 @@
depends gcc &&
if [[ $VERSION != $(installed_version gcc) ]]; then
force_depends gcc
-fi
+fi &&
+depends smgl-archspecs
+
diff --git a/gnu/ada/HISTORY b/gnu/ada/HISTORY
index 1b310de37c..c4a0269aff 100644
--- a/gnu/ada/HISTORY
+++ b/gnu/ada/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