Hi! The attached patch adds m68k as a detected platform to platform.m4 in the same manner s390(x) was added in revision 786.
Please note that afterwards, generated_configure.sh needs to be updated so that it matches the definitions in platform.m4. So, my sponsor should take care of this. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
# HG changeset patch # User John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> # Date 1502844068 -7200 # Wed Aug 16 02:41:08 2017 +0200 # Node ID ee4f7ff717a9d8514c296cec37d3d820b65d35f4 # Parent 59dc5047edf858bdf6f23fee49a703777fdcca80 common: Add m68k detection to platform.m4 diff --git a/common/autoconf/platform.m4 b/common/autoconf/platform.m4 --- a/common/autoconf/platform.m4 +++ b/common/autoconf/platform.m4 @@ -60,6 +60,12 @@ VAR_CPU_BITS=64 VAR_CPU_ENDIAN=little ;; + m68k) + VAR_CPU=m68k + VAR_CPU_ARCH=m68k + VAR_CPU_BITS=32 + VAR_CPU_ENDIAN=big + ;; powerpc) VAR_CPU=ppc VAR_CPU_ARCH=ppc