mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/elfutils: update the patches to be applied with fuzz 0
This commit allows the package patches to be applied with fuzz factor 0.
The fuzz factor specifies how many lines of the patch can be inexactly
matched, so the value 0 requires all lines to be exactly matched.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit f5226cd6b7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
41e4b2210d
commit
c47d8b0726
@@ -1,4 +1,4 @@
|
|||||||
From 2688a0238eaf825d6659c16c012db0c16f07e197 Mon Sep 17 00:00:00 2001
|
From 064b74d5e19847794072781405eafe8dfbfca331 Mon Sep 17 00:00:00 2001
|
||||||
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
||||||
Date: Mon, 29 May 2017 23:24:42 +0300
|
Date: Mon, 29 May 2017 23:24:42 +0300
|
||||||
Subject: [PATCH] Really make -Werror conditional to BUILD_WERROR
|
Subject: [PATCH] Really make -Werror conditional to BUILD_WERROR
|
||||||
@@ -13,26 +13,28 @@ cc1: all warnings being treated as errors
|
|||||||
|
|
||||||
[Vincent: tweak patch for 0.166]
|
[Vincent: tweak patch for 0.166]
|
||||||
[Bernd: rebased patch for 0.177 & 0.189]
|
[Bernd: rebased patch for 0.177 & 0.189]
|
||||||
|
[Dario: make the patch to be applied with fuzz factor 0]
|
||||||
|
|
||||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
||||||
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
||||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||||
|
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
||||||
---
|
---
|
||||||
config/eu.am | 1 -
|
config/eu.am | 1 -
|
||||||
1 file changed, 1 deletion(-)
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/config/eu.am b/config/eu.am
|
diff --git a/config/eu.am b/config/eu.am
|
||||||
index c2cc349ce876..99b368e09060 100644
|
index e6c241f9d88a..cad1baa27a5f 100644
|
||||||
--- a/config/eu.am
|
--- a/config/eu.am
|
||||||
+++ b/config/eu.am
|
+++ b/config/eu.am
|
||||||
@@ -73,7 +73,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
|
@@ -99,7 +99,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
|
||||||
$(LOGICAL_OP_WARNING) $(DUPLICATED_COND_WARNING) \
|
$(LOGICAL_OP_WARNING) $(DUPLICATED_COND_WARNING) \
|
||||||
$(NULL_DEREFERENCE_WARNING) $(IMPLICIT_FALLTHROUGH_WARNING) \
|
$(NULL_DEREFERENCE_WARNING) $(IMPLICIT_FALLTHROUGH_WARNING) \
|
||||||
$(USE_AFTER_FREE3_WARNING) \
|
$(USE_AFTER_FREE3_WARNING) \
|
||||||
- $(if $($(*F)_no_Werror),,-Werror) \
|
- $(if $($(*F)_no_Werror),,-Werror) \
|
||||||
$(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
|
$(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
|
||||||
$(if $($(*F)_no_Wstack_usage),,$(STACK_USAGE_WARNING)) \
|
$(if $($(*F)_no_Wstack_usage),,$(STACK_USAGE_WARNING)) \
|
||||||
$(if $($(*F)_no_Wpacked_not_aligned),-Wno-packed-not-aligned,) \
|
$(if $($(*F)_no_Wpacked_not_aligned),$(NO_PACKED_NOT_ALIGNED_WARNING),) \
|
||||||
--
|
--
|
||||||
2.17.1
|
2.43.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user