|
@@ -74,14 +74,11 @@ HOST_STAMP_CONFIGURED:=$(GCC_BUILD_DIR)/.configured
|
|
HOST_STAMP_INSTALLED:=$(HOST_BUILD_PREFIX)/stamp/.gcc_$(GCC_VARIANT)_installed
|
|
HOST_STAMP_INSTALLED:=$(HOST_BUILD_PREFIX)/stamp/.gcc_$(GCC_VARIANT)_installed
|
|
|
|
|
|
SEP:=,
|
|
SEP:=,
|
|
-TARGET_LANGUAGES:="c,c++$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)$(if $(CONFIG_INSTALL_GFORTRAN),$(SEP)fortran)$(if $(CONFIG_INSTALL_GCCGO),$(SEP)go)"
|
|
|
|
|
|
+TARGET_LANGUAGES:="c,c++$(if $(CONFIG_INSTALL_GFORTRAN),$(SEP)fortran)$(if $(CONFIG_INSTALL_GCCGO),$(SEP)go)"
|
|
|
|
|
|
TAR_OPTIONS += \
|
|
TAR_OPTIONS += \
|
|
--exclude-from='$(CURDIR)/../exclude-testsuite' --exclude=gcc/ada/*.ad* \
|
|
--exclude-from='$(CURDIR)/../exclude-testsuite' --exclude=gcc/ada/*.ad* \
|
|
-
|
|
|
|
-ifndef CONFIG_INSTALL_LIBGCJ
|
|
|
|
- TAR_OPTIONS += --exclude=libjava
|
|
|
|
-endif
|
|
|
|
|
|
+ --exclude=libjava
|
|
|
|
|
|
export libgcc_cv_fixed_point=no
|
|
export libgcc_cv_fixed_point=no
|
|
ifdef CONFIG_USE_UCLIBC
|
|
ifdef CONFIG_USE_UCLIBC
|