pkgsrc-wip/tcc/Makefile
Juan Romero Pardines 2da5b3ac7d Update to 0.9.20; changes in this version:
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.
2004-03-17 22:56:05 +00:00

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"