diff --git a/.gitignore b/.gitignore index 924116736..6aba712dd 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ build/ !default.mode2v3 !default.perspectivev3 xcuserdata/ +project.xcworkspace/ # Translation files CloverUpdater.strings diff --git a/Qemu/launch b/Qemu/launch index 4457bda91..dd82c4c0b 100755 --- a/Qemu/launch +++ b/Qemu/launch @@ -82,14 +82,13 @@ diskutil eject disk4 -machine q35 \ -device ahci,id=ahi \ -drive format=raw,id=hda,file=./disk_image_gpt.img \ - -drive format=raw,id=hdb,file=./freedos.img \ -usb \ -device usb-mouse,bus=usb-bus.0,port=2 \ -device usb-kbd,bus=usb-bus.0,port=1 \ -serial file:./serial0_qemu_out.log \ -gdb tcp::9000 - +# -drive format=raw,id=hdb,file=./freedos.img \ # -device VGA,vgamem_mb=64,edid=on,xres=1024,yres=768 \ # -hdb "/JiefLand/Mac OS X 11.0.Beta10.vmwarevm/Virtual Disk.vmdk" \ # -hdc /JiefLand/5.Devel/Clover/CloverEfi.vmw/ElCapitan.vmdk \ diff --git a/hebuild.sh b/hebuild.sh index 985b6d196..8a8630c6f 100755 --- a/hebuild.sh +++ b/hebuild.sh @@ -40,7 +40,7 @@ M_NOGRUB=0 M_APPLEHFS=0 # Default values -export TOOLCHAIN=GCC53 +export TOOLCHAIN=GCC131 export TARGETARCH=X64 export BUILDTARGET=RELEASE export BUILDTHREADS=$(( NUMBER_OF_CPUS + 1 )) @@ -246,6 +246,7 @@ usage() { print_option_help "-llvm" "use LLVM toolchain" print_option_help "-gcc49" "use GCC 4.9 toolchain" print_option_help "-gcc53" "use GCC 5.3 toolchain, including gcc-11" + print_option_help "-gcc131" "use GCC 13.1 toolchain" print_option_help "-unixgcc" "use UNIXGCC toolchain, unsupported" print_option_help "-xcode" "use XCode 3.2 toolchain" print_option_help "-xcode5" "use XCode 5 toolchain, "