linux-packaging-mono/debian/mono-archs.make
Jo Shields 47419a75b5 Add ppc64el to list of accepted architectures, 4.0 kinda works on ppc64el
Former-commit-id: f4863438a8127ab8252e6391fb6e387e48c8c38d
2015-04-07 10:30:33 +01:00

13 lines
465 B
Makefile

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)
#elif defined(TARGET_AMD64)
#elif defined(TARGET_POWERPC)
#elif defined(TARGET_ARM)
#elif defined(__mips__)
#elif defined(__s390x__)
#elif defined(__sparc__)
# SGen is default now - Every arch is expected to support it
DEB_MONO_SGEN_ARCHS = $(DEB_MONO_ARCHS)