diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-05 21:30:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-05 21:30:33 +0000 |
commit | 76150cb6f3aedc147ee02b3745a78b3269820cba (patch) | |
tree | 9a103252be863731846bb94e2f7006b512fa1e6e /toolchain/Makefile | |
parent | 3d05b9b206cbc9a58107f106034a7b48ebefb098 (diff) | |
download | upstream-76150cb6f3aedc147ee02b3745a78b3269820cba.tar.gz upstream-76150cb6f3aedc147ee02b3745a78b3269820cba.tar.bz2 upstream-76150cb6f3aedc147ee02b3745a78b3269820cba.zip |
add libmissing (implementing functions missing from uClibc)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2055 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index 2b1358b123..c56f263bcc 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,6 +1,6 @@ # Main makefile for the toolchain include $(TOPDIR)/rules.mk -TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb +TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb libmissing TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) |