diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-23 08:25:33 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-23 08:25:33 +0100 |
| commit | cb6d0477d6ea65b6364bfbcd872552bec6fbc22a (patch) | |
| tree | 4bcc69f640426800b9c9aa4fa39f1b9194250c46 /dev/Boot/arm64-mobile.make | |
| parent | 4994185717d086db1a4401aae933aa7241b5bb7d (diff) | |
ADD: Use C++23 on toolchain now, and add 'ld' CLI tool.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/arm64-mobile.make')
| -rw-r--r-- | dev/Boot/arm64-mobile.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/arm64-mobile.make b/dev/Boot/arm64-mobile.make index c4522e52..d5d419d4 100644 --- a/dev/Boot/arm64-mobile.make +++ b/dev/Boot/arm64-mobile.make @@ -46,7 +46,7 @@ REM_FLAG=-f FLAG_ASM=-f win64 FLAG_GNU=-fshort-wchar -c -ffreestanding -MMD -mno-red-zone -D__NE_ARM64__ -fno-rtti -fno-exceptions -I./ \ -target aarch64-unknown-windows \ - -std=c++20 -DBOOTZ_EPM_SUPPORT -DkExpectedWidth=320 -DkExpectedHeight=480 -D__FSKIT_USE_NEFS__ -D__BOOTLDR_STANDALONE__ -D__NEOSKRNL__ -D__BOOTZ__ -D__HAVE_NE_APIS__ -D__NE__ -I../ -I../Kernel + -std=c++23 -DBOOTZ_EPM_SUPPORT -DkExpectedWidth=320 -DkExpectedHeight=480 -D__FSKIT_USE_NEFS__ -D__BOOTLDR_STANDALONE__ -D__NEOSKRNL__ -D__BOOTZ__ -D__HAVE_NE_APIS__ -D__NE__ -I../ -I../Kernel BOOT_LOADER=bootz.exe KERNEL=neoskrnl.exe |
