summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-05-19 21:29:14 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-05-19 21:29:19 +0400
commitc5b1b00cfe45da16a3d92a540414f5820cf9f0dc (patch)
treef752c0b7c3c284df6df2fef62c4094bf643b0149
parent39d92aff2412f2b74f8bee67be63da4e9f17c9cc (diff)
downloadmono-c5b1b00cfe45da16a3d92a540414f5820cf9f0dc.tar.gz
Added illumos-amd64 to DEB_MONO_ARCHS
This enables sgen and things work much better
-rw-r--r--debian/mono-archs.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/mono-archs.make b/debian/mono-archs.make
index 1d93adf75c..cae64865ca 100644
--- a/debian/mono-archs.make
+++ b/debian/mono-archs.make
@@ -1,4 +1,5 @@
DEB_MONO_ARCHS = amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 s390x
+DEB_MONO_ARCHS += illumos-amd64
# grep defined mono/metadata/sgen-archdep.h
#if defined(MONO_CROSS_COMPILE)
#elif defined(TARGET_X86)