Skip to content
Snippets Groups Projects
005-fix-builds-for-mipsel-targets.patch 263 B
Newer Older
--- a/mk/re.mk
+++ b/mk/re.mk
@@ -448,11 +448,6 @@ endif
 
 CFLAGS	+= -DARCH=\"$(ARCH)\"
 
-ifeq ($(ARCH),mipsel)
-CFLAGS += -march=mips32
-endif
-
-
 ##############################################################################
 #
 # External libraries section