You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 22:00:26 +02:00
Use hyphen rather than underscore for gic-version (#611)
Older versions of QEMU seem to only accept a hyphen, while new versions accept either.
This commit is contained in:
@ -31,7 +31,7 @@ rtc.bin: build
|
|||||||
$(OBJCOPY) -O binary target/aarch64-unknown-none/debug/rtc $@
|
$(OBJCOPY) -O binary target/aarch64-unknown-none/debug/rtc $@
|
||||||
|
|
||||||
qemu: rtc.bin
|
qemu: rtc.bin
|
||||||
qemu-system-aarch64 -machine virt,gic_version=3 -cpu max -serial mon:stdio -display none -kernel $< -s
|
qemu-system-aarch64 -machine virt,gic-version=3 -cpu max -serial mon:stdio -display none -kernel $< -s
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cargo clean
|
cargo clean
|
||||||
|
Reference in New Issue
Block a user