Skip to content

Commit 55dbc35

Browse files
committed
MKALL-barebox.sh: don't presume x86 build host
Signed-off-by: Antony Pavlov <[email protected]>
1 parent 7ffaedf commit 55dbc35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MKALL-barebox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ CROSS_COMPILE=mips-linux-gnu- ./MAKEALL -a mips $JOBS
5252

5353
CROSS_COMPILE=riscv64-linux-gnu- ./MAKEALL -a riscv $JOBS
5454

55-
./MAKEALL -a x86 $JOBS
55+
CROSS_COMPILE=x86_64-linux-gnu- ./MAKEALL -a x86 $JOBS
5656

57-
./MAKEALL -a sandbox $JOBS
57+
CROSS_COMPILE="" ./MAKEALL -a sandbox $JOBS

0 commit comments

Comments
 (0)