File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ DOCS_DISTRO := docs@${UBUNTU_LATEST}
2323X86_DISTROS := ubuntu@${UBUNTU_LATEST} ubuntu
2424ALIAS_DISTROS := ubuntu allcross fedora
2525ALLCROSS_DISTROS := allcross@sid allcross
26- ALL_ARCHES := alpha arm arm64 i686 m68k mips mips64 riscv s390 sh sparc x86_64
26+ ALL_ARCHES := alpha arc arm arm64 i686 m68k mips mips64 parisc riscv s390 sh sparc x86_64
2727SUBARCHES := ppc64le ppc64 ppc
2828
2929VERSION :
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ RUN apt-get -q -y update && \
2121 gcc-powerpc-linux-gnu g++-powerpc-linux-gnu \
2222 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
2323 gcc-alpha-linux-gnu g++-alpha-linux-gnu \
24+ gcc-arc-linux-gnu g++-arc-linux-gnu \
2425 gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \
26+ gcc-hppa-linux-gnu g++-hppa-linux-gnu \
2527 gcc-i686-linux-gnu g++-i686-linux-gnu \
2628 gcc-m68k-linux-gnu g++-m68k-linux-gnu \
2729 gcc-mips64el-linux-gnuabi64 g++-mips64el-linux-gnuabi64 \
Original file line number Diff line number Diff line change @@ -25,10 +25,14 @@ alternate_binds=$(get_alternate_binds)
2525arch=$subarch
2626if [[ " $subarch " == " alpha" ]]; then
2727 cross=" alpha-linux-gnu-"
28+ elif [[ " $subarch " == " arc" ]]; then
29+ cross=" arc-linux-gnu-"
2830elif [[ " $subarch " == " arm" ]]; then
2931 cross=" arm-linux-gnueabihf-"
3032elif [[ " $subarch " == " arm64" ]]; then
3133 cross=" aarch64-linux-gnu-"
34+ elif [[ " $subarch " == " parisc" ]]; then
35+ cross=" hppa-linux-gnu-"
3236elif [[ " $subarch " == " i686" ]]; then
3337 cross=" i686-linux-gnu-"
3438 arch=x86
You can’t perform that action at this time.
0 commit comments