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