diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-12-12 23:36:40 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-12-12 23:40:46 -0800 |
commit | ac83adacb2d0f5151562c2554db099e0bda3bc05 (patch) | |
tree | e82493f6dd84f0b35d4c634db207a9210491ff9c /utils/bonnie++ | |
parent | c6bbdea4a8dab7d4c82c776343769db060bb4bdb (diff) |
bonnie++: Remove several pointless options
Needed for libcxx compatibility.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/bonnie++')
-rw-r--r-- | utils/bonnie++/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/utils/bonnie++/Makefile b/utils/bonnie++/Makefile index 3387a78bc..ab01ea371 100644 --- a/utils/bonnie++/Makefile +++ b/utils/bonnie++/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bonnie++ PKG_VERSION:=1.98 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://www.coker.com.au/bonnie++/ @@ -38,11 +38,7 @@ define Package/bonniexx/description tests of hard drive and file system performance. endef -ifeq ($(CONFIG_USE_UCLIBCXX),y) -TARGET_LDFLAGS += -nodefaultlibs -endif - -TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -fno-rtti -flto -std=c++98 +TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -fno-rtti -flto define Package/bonniexx/install $(INSTALL_DIR) $(1)/usr/bin |