diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-17 16:25:37 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-06-17 16:25:37 +0000 |
commit | 329eeca22cfc52d62b4383b0af0c3a1c53d1f467 (patch) | |
tree | fad5326a49336c5912623c7f35ea0d92130f16ee /debian/rules.conf | |
parent | f35f1fd0215df52caca417017a594cda8b6101d2 (diff) | |
download | gcc-47-329eeca22cfc52d62b4383b0af0c3a1c53d1f467.tar.gz |
* Fall back to the binutils version of the binutils build dependency
if the binutils version used for the build cannot be determined.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6847 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.conf')
-rw-r--r-- | debian/rules.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules.conf b/debian/rules.conf index 287aa0d..8cee5e7 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -197,6 +197,10 @@ else | awk '/^ii/{print $$3;exit}' | sed 's/-.*//') endif endif +ifeq (,$(BINUTILSV)) + BINUTILSV := $(BINUTILSBDV) +endif + # FIXME; stripping doesn't work with gold #BINUTILS_BUILD_DEP += , binutils-gold (>= $(BINUTILSV)) [$(gold_archs)] |