diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-02-25 18:56:39 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-02-25 18:56:39 +0000 |
commit | 7b074753c3869d04d13777074c1e219ebb56fa7f (patch) | |
tree | 92281d208db68c28791e34d4912603fe396dd802 /debian/rules.defs | |
parent | a47b11f0b832c8d93437161930ec78d68ff9b330 (diff) | |
download | gcc-5-7b074753c3869d04d13777074c1e219ebb56fa7f.tar.gz |
- disable D for now, not update for the trunk
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7848 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.defs')
-rw-r--r-- | debian/rules.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index b4ea6dc..fda04a7 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -825,6 +825,8 @@ ifeq ($(with_base_only),yes) with_d := no endif +with_d := not updated to current trunk + ifeq ($(with_d)-$(with_separate_gdc),yes-yes) ifneq (,$(findstring gdc,$(PKGSOURCE))) languages := c c++ |