telephony/libs/re/patches/005-fix-builds-for-mipsel-targets.patch
Sebastian Kemper a93e411539 re: bump to 2.0.1
- bump to version 2.0.1
- change to use AUTORELEASE
- add ABI_VERSION
- refresh patches

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2021-12-07 00:13:35 +01:00

14 lines
263 B
Diff

--- a/mk/re.mk
+++ b/mk/re.mk
@@ -412,11 +412,6 @@ endif
CFLAGS += -DARCH=\"$(ARCH)\"
-ifeq ($(ARCH),mipsel)
-CFLAGS += -march=mips32
-endif
-
-
##############################################################################
#
# External libraries section