diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-07-23 19:04:27 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-07-23 19:04:27 +0400 |
commit | 6d6a696f9bb9ece8f1e47f24f7a9c7b306b17057 (patch) | |
tree | d6317374a0e4c45f3412ca88b665b3c441e0ff39 | |
parent | 635f506d0c70a5b202b65dbf5fb957eebdd2e924 (diff) | |
download | gcc-49-6d6a696f9bb9ece8f1e47f24f7a9c7b306b17057.tar.gz |
Enable common pkgs and libs on Dyson (gcc-4.8 is the default compiler)
-rw-r--r-- | debian/rules.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index b1a8a26..3f55b8b 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -347,6 +347,10 @@ ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy dapper hardy jaunty kar with_common_pkgs := with_common_libs := endif +ifeq (illumos-amd64,$(DEB_HOST_ARCH)) +with_common_pkgs := yes +with_common_libs := yes +endif # is this a multiarch-enabled build? ifeq (,$(filter $(distrelease),lenny etch squeeze dapper hardy jaunty karmic lucid maverick)) |