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 | 2ed13d21844b870df5c5bee201aec6a7ab5ddbce (patch) | |
tree | 6c1342225e2eec6a79ae0b80c76fc94497c4e41a /openwrt/toolchain/Makefile | |
parent | 47cc81f825bdd7f7ddf1633b63c57fb499304839 (diff) |
add libmissing (implementing functions missing from uClibc)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2055 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/Makefile')
-rw-r--r-- | openwrt/toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile index 2b1358b123..c56f263bcc 100644 --- a/openwrt/toolchain/Makefile +++ b/openwrt/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)) |