diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-05-16 19:15:52 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-05-16 19:15:52 +0300 |
commit | 65b900601c5c8505b6b0476ef40a6df593277595 (patch) | |
tree | 0cf3b2b94c85588ff7cb73e50f43d3f62bdb1257 | |
parent | 1b5dbf1fdc5a384506ab1142ae98680fff14bf42 (diff) | |
download | gcc-6-65b900601c5c8505b6b0476ef40a6df593277595.tar.gz |
with_d depends on target arch, not host
-rw-r--r-- | debian/rules.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index a80ba88..3b10c77 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -1011,7 +1011,7 @@ ifeq ($(with_base_only),yes) with_d := no endif -ifeq ($(DEB_HOST_ARCH),illumos-amd64) +ifeq ($(DEB_TARGET_ARCH),illumos-amd64) with_d := no endif |