diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-21 20:06:12 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-21 20:06:12 +0000 |
commit | 8b20ca261fbe37d0ffdde3e4acc0cbf28f000c84 (patch) | |
tree | 34afdd9acbc8f2d414690d47101a5c7156b5656b /debian/rules.conf | |
parent | 1bb19ea2354f3e60c2387adff99ad3c448c5543c (diff) | |
download | gcc-5-8b20ca261fbe37d0ffdde3e4acc0cbf28f000c84.tar.gz |
* Update libcc1 build support.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7901 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.conf')
-rw-r--r-- | debian/rules.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules.conf b/debian/rules.conf index a518be5..60b75ed 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -785,6 +785,9 @@ endif ifeq ($(with_jit),yes) addons += libjit endif +ifeq ($(with_libcc1),yes) + addons += libcc1 +endif ifeq ($(with_d),yes) languages += d ifeq ($(with_libphobos),yes) @@ -1168,6 +1171,10 @@ ifeq ($(with_libphobos),yes) >> debian/substvars.local.tmp endif endif +ifeq ($(with_cc1),yes) + echo 'dep:libcc1=libcc1-$(CC1_SONAME) (>= $${gcc:Version})' \ + >> debian/substvars.local.tmp +endif #ifneq (,$(findstring gtk, $(java_awt_peers))) # echo 'pkg:gcjgtk=libgcj$(subst 0,,$(GCJ_SONAME))-awt-gtk (>= $(DEB_GCJ_VERSION))' \ # >> debian/substvars.local.tmp |