haveged: disable MIPS16
authorHannu Nyman <redacted>
Mon, 12 Mar 2018 19:38:41 +0000 (21:38 +0200)
committerHannu Nyman <redacted>
Mon, 12 Mar 2018 19:38:41 +0000 (21:38 +0200)
Disable MIPS16 usage so that haveged compiles ok with GCC 7.3
for MIPS targets.

Signed-off-by: Hannu Nyman <redacted>
utils/haveged/Makefile

index acc3989206909c8248af55824c256ef0d5591ec9..1ce3a4380549dd1ea50aa117cb3bd69b6ce3dc6b 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=haveged
 PKG_VERSION:=1.9.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/haveged \
@@ -20,6 +20,7 @@ PKG_LICENSE:=GPLv3
 PKG_MAINTAINER:=Hannu Nyman <hannu.nyman@iki.fi>
 
 PKG_BUILD_PARALLEL:=1
+PKG_USE_MIPS16:=0
 
 include $(INCLUDE_DIR)/package.mk
 
git clone https://git.99rst.org/PROJECT