[LEDE-DEV] [RFC 2/5] toolchain: gcc: Keep testsuite folder to simplify generation of patches

Alexey Brodkin Alexey.Brodkin at synopsys.com
Fri Feb 10 11:38:07 PST 2017


Since we're going to put a bunch of patches for ARC generated with
"git format-patch" missing "testsuite" folder will cause failures on
application of those patches.

With "testsuite" in place all our patches are applied flawlessly.

Signed-off-by: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
---
 toolchain/gcc/common.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 6ee7efd..b58774e 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -61,7 +61,7 @@ HOST_STAMP_INSTALLED:=$(STAGING_DIR_HOST)/stamp/.gcc_$(GCC_VARIANT)_installed
 SEP:=,
 TARGET_LANGUAGES:="c,c++$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)$(if $(CONFIG_INSTALL_GFORTRAN),$(SEP)fortran)$(if $(CONFIG_INSTALL_GCCGO),$(SEP)go)"
 
-TAR_OPTIONS += --exclude='gcc/testsuite/*' --exclude=gcc/ada/*.ad*
+TAR_OPTIONS += --exclude=gcc/ada/*.ad*
 
 ifndef CONFIG_INSTALL_LIBGCJ
   TAR_OPTIONS += --exclude=libjava
-- 
2.10.2




More information about the Lede-dev mailing list