1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 16:44:13 +03:00
openwrt-xburst/toolchain/uClibc/Makefile
nbd 9df49bbe48 fix ipv6 host name lookup from /etc/hosts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-04 21:05:07 +00:00

11 lines
205 B
Makefile

include $(TOPDIR)/rules.mk
include ./uclibc.mk
source: uclibc-source
prepare: uclibc-configured
compile: $(UCLIBC_DIR)/lib/libc.a
install: uclibc
$(STRIP) $(TARGET_DIR)/lib/*.so
clean: uclibc-toolclean