From ecf4fc0c30d87fcc0d2b9c9edc9f52a84d5910ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 20 Mar 2017 08:10:56 +0100 Subject: [PATCH] M4-1.4.18.eb bug --- m/M4/M4-1.4.18.eb | 3 --- 1 file changed, 3 deletions(-) diff --git a/m/M4/M4-1.4.18.eb b/m/M4/M4-1.4.18.eb index 30aa5bf6..ea92a0e7 100644 --- a/m/M4/M4-1.4.18.eb +++ b/m/M4/M4-1.4.18.eb @@ -13,9 +13,6 @@ toolchain = {'name': 'dummy', 'version': ''} sources = [SOURCELOWER_TAR_GZ] source_urls = [GNU_SOURCE] -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.27', '', True)] - # '-fgnu89-inline' is required to avoid linking errors with older glibc's, # see https://github.com/hpcugent/easybuild-easyconfigs/issues/529 configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline"