Enable m68k for the base packages

This is needed to build the source packages to use in the bootstrap image.
This commit is contained in:
François Revol
2020-02-04 21:13:53 +01:00
parent 65060a1760
commit 2c95bf707c
40 changed files with 40 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ SOURCE_URI="https://www.sqlite.org/2019/sqlite-autoconf-$sqliteVersion.tar.gz"
CHECKSUM_SHA256="8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60"
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64 sparc"
ARCHITECTURES="x86_gcc2 x86 x86_64 sparc m68k"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
libVersion="0.8.6"