add bin/haswell support

This commit is contained in:
Arjan van de Ven
2017-09-16 18:33:21 +00:00
parent 5f959a8979
commit 2b63e66bcd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -125,6 +125,7 @@ pkgconfig_pats = [
simple_pats = [
(r'warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/.*"', "docbook-xml"),
(r"gobject-introspection dependency was not found, gir cannot be generated.", "gobject-introspection-dev"),
(r"gobject-introspection dependency was not found, gir cannot be generated.", "glibc-bin"),
(r"Cannot find development files for any supported version of libnl", "libnl-dev"),
(r"/<http:\/\/www.cmake.org>", "cmake"),
(r"\-\- Boost libraries:", "boost-dev"),
+1 -1
View File
@@ -690,7 +690,7 @@ class Specfile(object):
self._write_strip("export CXXFLAGS=\"$CXXFLAGS -m64 -march=haswell\"")
self._write_strip("export LDFLAGS=\"$LDFLAGS -m64 -march=haswell\"")
self._write_strip("%configure {0} {1} {2} "
" --libdir=/usr/lib64/haswell "
" --libdir=/usr/lib64/haswell --bindir=/usr/bin/haswell "
.format(self.disable_static,
config.extra_configure,
config.extra_configure32))