2da5b3ac7d
o added '-w' option o added '.gnu.linkonce' ELF sections support o fixed libc linking when running in memory (avoid 'stat' function errors). o extended '-run' option to be able to give several arguments to a C script.
18 lines
378 B
Makefile
18 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/03/17 22:56:05 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= tcc-0.9.20
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://fabrice.bellard.free.fr/tcc/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.tinycc.org/
|
|
COMMENT= The Smallest ANSI C compiler
|
|
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
|
|
ONLY_FOR_PLATFORM= *-*-i386
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|