Add initial mips64le support in uclibc
This commit is contained in:
parent
49ea4fec27
commit
fe3a4b5617
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue