Skip to content

Commit ec292da

Browse files
committed
build RISC-V images too
Signed-off-by: Antony Pavlov <[email protected]>
1 parent 344542d commit ec292da

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile.debian10

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update \
1818
wget ca-certificates \
1919
gcc-mips-linux-gnu \
2020
gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libc6-dev-armel-cross gcc-aarch64-linux-gnu \
21+
gcc-riscv64-linux-gnu bsdmainutils \
2122
sudo \
2223
&& apt-get clean \
2324
&& useradd -ms /bin/bash $BUILDUSER \

MKALL-barebox.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ CROSS_COMPILE=arm-linux-gnueabi- \
3838

3939
CROSS_COMPILE=mips-linux-gnu- ./MAKEALL -a mips $JOBS
4040

41+
CROSS_COMPILE=riscv64-linux-gnu- ./MAKEALL -a riscv $JOBS
42+
4143
./MAKEALL -a x86 $JOBS
4244

4345
./MAKEALL -a sandbox $JOBS

0 commit comments

Comments
 (0)