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 += \
