:: commit 8bf37367b4bcf2d8e733b7148fb4c5e4f3b5ec79

mintsuki <mintsuki@protonmail.com> — 2024-08-11 12:27

parents: 03a29115a4

build: Remove __loongarch64 define as it's autodefined by the compiler

diff --git a/common/GNUmakefile b/common/GNUmakefile
index 69bf06f2..ac08c763 100644
--- a/common/GNUmakefile
+++ b/common/GNUmakefile
@@ -167,8 +167,7 @@ ifeq ($(TARGET),uefi-loongarch64)
         -I'$(call SHESCAPE,$(BUILDDIR))/limine-efi/inc' \
         -I'$(call SHESCAPE,$(BUILDDIR))/limine-efi/inc/loongarch64' \
         $(CPPFLAGS_FOR_TARGET) \
-        -DUEFI \
-        -D__loongarch64
+        -DUEFI
 endif
 
 override LDFLAGS_FOR_TARGET += \
tab: 248 wrap: offon