mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-12 17:12:04 +08:00
12 lines
261 B
Diff
12 lines
261 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -2103,8 +2103,6 @@ ifeq ($(ARCH), i386)
|
|
EXTRA_CFLAGS += -mhard-float
|
|
else ifeq ($(ARCH), x86_64)
|
|
EXTRA_CFLAGS += -mhard-float
|
|
-else ifeq ($(ARCH), arm)
|
|
-EXTRA_CFLAGS += -mfloat-abi=hard
|
|
endif
|
|
|
|
ifeq ($(CONFIG_MULTIDRV), y)
|