diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-25 14:33:39 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-25 14:33:39 +0300 |
commit | 2ede76caa7f688d7d482e34da663d62c20878637 (patch) | |
tree | 5361b5b9b5a7c92050f99dc48de94ce03c536797 | |
parent | 2e162c166c97ef1da3356bb36add95be3e030c1d (diff) | |
download | gcc-defaults-2ede76caa7f688d7d482e34da663d62c20878637.tar.gz |
Add illumos-amd64 to m2_archs
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 31585bf..c14f6b0 100755 --- a/debian/rules +++ b/debian/rules @@ -334,6 +334,7 @@ phobos_archs = amd64 armel armhf arm64 i386 x32 kfreebsd-amd64 kfreebsd-i386 \ m2_archs = alpha amd64 arm64 armel armhf i386 ia64 \ mips64 mipsel mips64el mipsn32 mipsn32el \ + illumos-amd64 \ mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el \ ppc64el riscv64 s390 s390x sparc64 |