:: commit f2d611eb83026e636981a9fae28229102054328f

mintsuki <mintsuki@protonmail.com> — 2022-07-18 19:34

parents: f233703167

build: Remove unnecessary -mno-3dnow flag

diff --git a/common/GNUmakefile b/common/GNUmakefile
index 8c9ee474..6073b490 100644
--- a/common/GNUmakefile
+++ b/common/GNUmakefile
@@ -46,7 +46,6 @@ override INTERNAL_CFLAGS := \
 	-Wvla \
 	-mno-80387 \
 	-mno-mmx \
-	-mno-3dnow \
 	-mno-sse \
 	-mno-sse2 \
 	-MMD \
diff --git a/decompressor/GNUmakefile b/decompressor/GNUmakefile
index 7468593e..bf3e2722 100644
--- a/decompressor/GNUmakefile
+++ b/decompressor/GNUmakefile
@@ -33,7 +33,6 @@ override INTERNAL_CFLAGS := \
 	-Wvla \
 	-mno-80387 \
 	-mno-mmx \
-	-mno-3dnow \
 	-mno-sse \
 	-mno-sse2 \
 	-MMD \
diff --git a/test/GNUmakefile b/test/GNUmakefile
index 48df137b..7e0dae45 100644
--- a/test/GNUmakefile
+++ b/test/GNUmakefile
@@ -37,7 +37,6 @@ INTERNALCFLAGS  :=       \
 	-mabi=sysv           \
 	-mno-80387           \
 	-mno-mmx             \
-	-mno-3dnow           \
 	-mno-sse             \
 	-mno-sse2            \
 	-mno-red-zone
@@ -56,7 +55,6 @@ INTERNALCFLAGS_MB  :=    \
 	-mabi=sysv           \
 	-mno-80387           \
 	-mno-mmx             \
-	-mno-3dnow           \
 	-mno-sse             \
 	-mno-sse2
 
tab: 248 wrap: offon