Merge pull request #76 from infosiftr/mips64le
Add initial mips64le support in uclibc
This commit is contained in:
commit
68c99dc583
|
|
@ -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 ppc64el ? (needs BR2_TOOLCHAIN_BUILDROOT_UCLIBC support)
|
||||||
\
|
\
|
||||||
# TODO s390x ? (needs BR2_TOOLCHAIN_BUILDROOT_UCLIBC support)
|
# TODO s390x ? (needs BR2_TOOLCHAIN_BUILDROOT_UCLIBC support)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue