diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-10-15 08:26:30 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-10-15 08:26:30 +0000 |
commit | 56239e49a601dcde6ace3fd869602e78b860ddf7 (patch) | |
tree | 52823c2c852470a5d631059829b5caaeb9e21c2c /Makefile | |
parent | fb1c67c1e7809c069c7bb8a9c8cce43b7b4c6f2f (diff) | |
download | buildroot-novena-56239e49a601dcde6ace3fd869602e78b860ddf7.tar.gz buildroot-novena-56239e49a601dcde6ace3fd869602e78b860ddf7.zip |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |