toolchain/gcc: reduce source directory size by about 420 MB
authorFelix Fietkau <nbd@nbd.name>
Wed, 1 Feb 2017 07:29:06 +0000 (08:29 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 13:15:34 +0000 (14:15 +0100)
Remove gcc testsuite, ada and libjava (if not selected)

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit f204e0fc4619c7c64d0d99b87b0ddd802338d78a)

toolchain/gcc/common.mk

index fce8a5165ca9b835d5e7cc0fdcc9d5d24a641875..c6e01b5758cc09c0cf4392959c6209af8fca1101 100644 (file)
@@ -71,6 +71,12 @@ 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*
+
+ifndef CONFIG_INSTALL_LIBGCJ
+  TAR_OPTIONS += --exclude=libjava
+endif
+
 export libgcc_cv_fixed_point=no
 ifdef CONFIG_USE_UCLIBC
   export glibcxx_cv_c99_math_tr1=no