From c448b9b28db1becb76280d56db7dfcd8e9f6a5a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 12 Jan 2019 16:37:03 -0300 Subject: [PATCH] recipes: devel/gcc: remove install-strip target, allowing the following lines to strip executables. We must take care of it --- recipes/devel/gcc/recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/devel/gcc/recipe b/recipes/devel/gcc/recipe index 167fd89b..1a6d15c7 100644 --- a/recipes/devel/gcc/recipe +++ b/recipes/devel/gcc/recipe @@ -115,7 +115,7 @@ build() --target=$MACHTYPE make -j${jobs} V=1 - make -j${jobs} V=1 DESTDIR="$destdir" install-strip + make -j${jobs} V=1 DESTDIR="$destdir" install # Strip ELF executables only excluding shared objects find "$destdir" -type f | xargs file | awk '/ELF/ && /executable/' | \ -- 2.11.4.GIT