summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2004-10-15 08:26:30 +0000
committerManuel Novoa III <mjn3@codepoet.org>2004-10-15 08:26:30 +0000
commit56239e49a601dcde6ace3fd869602e78b860ddf7 (patch)
tree52823c2c852470a5d631059829b5caaeb9e21c2c /Makefile
parentfb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f (diff)
Build the uClibc utils with the uClibc-targeted toolchain.
While the host utils are also built, they are not currently installed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44220cc97..4891adfbf 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
# along with the packages to build for the target.
#
##############################################################
-TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc
+TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include toolchain/*/Makefile.in
include package/Makefile.in