Add initial mips64le support in uclibc

This commit is contained in:
Tianon Gravi 2020-01-22 16:27:44 -08:00
parent 49ea4fec27
commit fe3a4b5617
1 changed files with 11 additions and 0 deletions

View File

@ -113,6 +113,17 @@ RUN set -eux; \
"; \
;; \
\
mips64el) \
setConfs="$setConfs \
BR2_mips64el=y \
BR2_mips_64r2=y \
BR2_MIPS_NABI64=y \
"; \
unsetConfs="$unsetConfs \
BR2_MIPS_SOFT_FLOAT \
" \
;; \
\
# TODO ppc64el ? (needs BR2_TOOLCHAIN_BUILDROOT_UCLIBC support)
\
# TODO s390x ? (needs BR2_TOOLCHAIN_BUILDROOT_UCLIBC support)