commit:     7fab524616e5cba29598dba7e4d57014f2222433
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 14:46:21 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 14:29:15 2020 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=7fab5246

gen_funcs.sh: Fix duplicated tc-getSTRIP()

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gen_funcs.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gen_funcs.sh b/gen_funcs.sh
index e681c1e..984787b 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -1294,11 +1294,7 @@ tc-getRANLIB() {
 }
 
 tc-getSTRIP() {
-       tc-getPROG STRIP strip
-}
-
-tc-getSTRIP() {
-       tc-getPROG STRIP strip "$@";
+       tc-getPROG STRIP strip "$@"
 }
 
 tc-is-cross-compiler() {

Reply via email to