Skip to content

Commit d2e271c

Browse files
committed
update
1 parent adee45d commit d2e271c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qemu.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ QEMU_ARGS_COMMON=\
2929
-drive format=raw,file=fat:rw:mnt \
3030
-rtc base=localtime \
3131
-device isa-debug-exit,iobase=0xf4,iosize=0x01 \
32-
-monitor telnet:0.0.0.0:$(PORT_MONITOR),server,nowait \
32+
-monitor telnet:0.0.0.0:$(PORT_MONITOR),server,nowait
3333

3434
QEMU_ARGS+=$(QEMU_ARGS_COMMON)
3535

scripts/gen_tool_defs_macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LLVM_PREFIX=`brew --prefix llvm`
1+
LLVM_PREFIX=`brew --prefix llvm@8`
22
echo "LLVM_CC:=${LLVM_PREFIX}/bin/clang"
33
echo "LLVM_CXX:=${LLVM_PREFIX}/bin/clang++"
44
echo "HOST_CC:=clang"

0 commit comments

Comments
 (0)