build: Revert usage of -mgeneral-regs-only

This commit is contained in:
mintsuki 2021-05-22 10:26:56 +02:00
parent 31ad36ac51
commit f9f38f0c39
2 changed files with 10 additions and 2 deletions

View File

@ -29,7 +29,11 @@ INTERNAL_CFLAGS = \
-fomit-frame-pointer \
-Wno-address-of-packed-member \
-masm=intel \
-mgeneral-regs-only \
-mno-80387 \
-mno-mmx \
-mno-3dnow \
-mno-sse \
-mno-sse2 \
-MMD \
-I.

View File

@ -53,7 +53,11 @@ INTERNAL_CFLAGS := \
-fno-pic \
-Wno-address-of-packed-member \
-masm=intel \
-mgeneral-regs-only \
-mno-80387 \
-mno-mmx \
-mno-3dnow \
-mno-sse \
-mno-sse2 \
-MMD \
-DBUILD_ID=$(BUILD_ID) \
-DLIMINE_VERSION='"$(LIMINE_VERSION)"' \