diff options
Diffstat (limited to 'Kernel/amd64-efi.make')
| -rw-r--r-- | Kernel/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/amd64-efi.make b/Kernel/amd64-efi.make index c230bc48..e88741fc 100644 --- a/Kernel/amd64-efi.make +++ b/Kernel/amd64-efi.make @@ -3,7 +3,7 @@ # This is the microkernel makefile. ################################################## -CC = x86_64-w64-mingw32-gcc +CC = x86_64-w64-mingw32-g++ LD = x86_64-w64-mingw32-ld CCFLAGS = -c -fPIC -ffreestanding -D__NEWOS_AMD64__ -mno-red-zone -fno-rtti -fno-exceptions \ -std=c++20 -D__FSKIT_NEWFS__ -D__KERNEL__ -D__HAVE_MAHROUSS_APIS__ -D__MAHROUSS__ -I./ |
