summaryrefslogtreecommitdiff
path: root/debian/rules.defs
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2013-05-30 08:34:23 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2013-05-30 08:34:23 +0000
commit1b904d9aa20c94e0183b2871ac04f56420804fa1 (patch)
tree31d6e96c49bb5ccf97e6367c84245dd8740fdc76 /debian/rules.defs
parent390fc359b82dc52984ccd393bd74b713ca5319c3 (diff)
downloadgcc-47-1b904d9aa20c94e0183b2871ac04f56420804fa1.tar.gz
- fix wheezy detection to build common packages
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6798 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.defs')
-rw-r--r--debian/rules.defs3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules.defs b/debian/rules.defs
index 84e0177..0ab3034 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -340,8 +340,7 @@ with_common_libs := yes
# XXX: should with_common_libs be "yes" only if this is the default compiler
# version on the targeted arch?
-# currently, Debian experimental has gcc-4.8 too (identifying as wheezy)
-ifeq (,$(filter $(distrelease),etch lenny squeeze))
+ifeq (,$(filter $(distrelease),etch lenny squeeze wheezy))
with_common_pkgs :=
with_common_libs :=
else ifeq (,$(filter $(distrelease),dapper hardy jaunty karmic lucid maverick oneiric precise quantal raring))