build-gem5: use arm-linux-gnueabihf- to match build -D

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-17 00:00:02 +00:00
parent 074fbbdf4c
commit 2684133597
2 changed files with 2 additions and 1 deletions

View File

@@ -398,7 +398,7 @@ For example, to do a <<qemu-buildroot-setup>> inside Docker, run:
....
sudo apt-get install docker
./run-docker create && \
./run-docker sh -- ./build --download-dependencies
./run-docker sh -- ./build --download-dependencies qemu-buildroot
./run-docker sh
....