From dbfd77f671a30254b954e4faa5da5e570b82dcab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Oct 2004 19:20:38 +0000 Subject: Kristian Hoffmann writes: TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ were renamed to BR2_INSTALL_... in the config system, but not in the gcc and ccache makefiles. -Kristian --- toolchain/gcc/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toolchain/gcc/Makefile.in') diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index 752519655..01401e160 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -21,11 +21,6 @@ TARGET_SOFT_FLOAT:= ARCH_FPU_SUFFIX:= endif -ifeq ($(INSTALL_LIBGCJ),true) -INSTALL_LIBSTDCPP:=true -endif - - ifeq ($(strip $(BR2_PACKAGE_GCC_TARGET)),y) TARGETS+=gcc_target endif -- cgit v1.2.3