From f694016136c155f23f5cec2eb7c076c9442d846a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 06:13:40 +0000 Subject: final step in buildroot facelift --- toolchain/gcc/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain/gcc/Makefile.in') diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index 53004d677..1e62dd26d 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -25,3 +25,8 @@ ifeq ($(INSTALL_LIBGCJ),true) INSTALL_LIBSTDCPP:=true endif + +ifeq ($(strip $(BR2_PACKAGE_GCC_TARGET)),y) +TARGETS+=gcc_target +endif + -- cgit v1.2.3