uClibc (pronounced yew-see-lib-see) is a C library for developing embedded Linux systems. It is much smaller than the GNU C Library, but nearly all applications supported by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc typically involves just recompiling the source code. uClibc even supports shared libraries and threading. It currently runs on standard Linux and MMU-less systems with support for alpha, ARM, i386, i960, h8300, m68k, mips/mipsel, ppc, sh, sparc and v850 processors.
17 lines
380 B
Makefile
17 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/07/04 03:07:14 poppnk Exp $
|
|
#
|
|
|
|
DISTNAME= uClibc-0.9.20
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.uclibc.org/downloads/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.uclibc.org/
|
|
COMMENT= C library for developing embedded Linux systems
|
|
|
|
USE_GMAKE= yes
|
|
USE_BUILDLINK2= yes
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|