valgrind: enable LTO and refresh patches
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
This commit is contained in:
parent
493c9a3551
commit
0331770299
3 changed files with 3 additions and 2 deletions
|
@ -105,6 +105,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-valgrindtk \
|
--disable-valgrindtk \
|
||||||
--without-included-gettext \
|
--without-included-gettext \
|
||||||
--with-pagesize=4 \
|
--with-pagesize=4 \
|
||||||
|
--enable-lto
|
||||||
|
|
||||||
define Package/valgrind/install
|
define Package/valgrind/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -323,7 +323,7 @@ case "${host_os}" in
|
@@ -341,7 +341,7 @@ case "${host_os}" in
|
||||||
# Ok, this is linux. Check the kernel version
|
# Ok, this is linux. Check the kernel version
|
||||||
AC_MSG_CHECKING([for the kernel version])
|
AC_MSG_CHECKING([for the kernel version])
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ Last-Update: 2013-11-30
|
||||||
|
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -234,7 +234,7 @@ case "${host_cpu}" in
|
@@ -252,7 +252,7 @@ case "${host_cpu}" in
|
||||||
ARCH_MAX="s390x"
|
ARCH_MAX="s390x"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue