diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-05 21:30:33 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-05 21:30:33 +0000 |
commit | 3fbba28a36fbb88219790491ef2460a264017012 (patch) | |
tree | 9a103252be863731846bb94e2f7006b512fa1e6e /toolchain/Makefile | |
parent | 2554028bd834617c33ce137de25be70ed81b604d (diff) |
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 2b1358b12..c56f263bc 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)) |