From 2ed13d21844b870df5c5bee201aec6a7ab5ddbce Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 5 Oct 2005 21:30:33 +0000 Subject: add libmissing (implementing functions missing from uClibc) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/toolchain/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/toolchain/Makefile') 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)) -- cgit v1.2.3