Revert "build: Drop -mabi=sysv for x86 for clang 16"

This reverts commit e207c03f69.
This commit is contained in:
Mintsuki
2025-07-25 18:50:03 +02:00
parent b22fda9ddc
commit 0c23810427
3 changed files with 6 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ ifneq ($(findstring x86_64,$(shell $(CC_FOR_TARGET) -dumpmachine)),)
override CFLAGS += \
-m64 \
-march=x86-64 \
-mabi=sysv \
-mgeneral-regs-only \
-mno-red-zone
endif
@@ -105,6 +106,7 @@ override CFLAGS_MB := \
-fno-PIC \
-m32 \
-march=i686 \
-mabi=sysv \
-mgeneral-regs-only \
-I. \
-I../common/protos \