Add ppc64el to list of accepted architectures, 4.0 kinda works on ppc64el

Former-commit-id: f4863438a8127ab8252e6391fb6e387e48c8c38d
This commit is contained in:
Jo Shields 2015-04-07 10:30:33 +01:00
parent a5ef5a8316
commit 47419a75b5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
56761da84847c455357d350621d917d28b214809
f7f0f8ac452ba29accc88fd6700dc071f331aa69

View File

@ -1,4 +1,4 @@
DEB_MONO_ARCHS = amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 s390x
DEB_MONO_ARCHS = amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 ppc64el s390x
# grep defined mono/metadata/sgen-archdep.h
#if defined(MONO_CROSS_COMPILE)
#elif defined(TARGET_X86)