blob: 67d4bbb0489bb3dcc064720287d84fa6a903371f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: joerg
PORTNAME= bcc
PORTVERSION= 1995.03.12
PORTREVISION= 2
CATEGORIES= devel lang
MASTER_SITES= LOCAL/joerg
DISTNAME= ${PORTNAME}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code
LICENSE= GPLv2
BROKEN_aarch64= fails to link: error adding symbols: File in wrong format
BROKEN_mips= fails to compile: unrecognized command line option "-m32"
BROKEN_mips64= fails to compile: unrecognized command line option "-m32"
USES= uidfix
CONFLICTS= dev86
.include <bsd.port.mk>
|