summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-09 06:13:40 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-09 06:13:40 +0000
commitf694016136c155f23f5cec2eb7c076c9442d846a (patch)
treed80d83cfd41783a615d5a8d2a587fee376622539 /toolchain/gcc/Makefile.in
parentae2792b44cea4a9773719d4407be7e1878b73b26 (diff)
final step in buildroot facelift
Diffstat (limited to 'toolchain/gcc/Makefile.in')
-rw-r--r--toolchain/gcc/Makefile.in5
1 files changed, 5 insertions, 0 deletions
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
+