Summary: Bruce's C compiler Summary(pl): Kompiler C Bruce'a Name: bcc Version: 0.16.0 Release: 3 License: GPL Group: Development/Languages Group(de): Entwicklung/Sprachen Group(pl): Programowanie/Języki Source0: http://www.cix.co.uk/~mayday/Dev86src-%{version}.tar.gz Patch0: Dev86src-noroot.patch Patch1: Dev86src-nobcc.patch Patch2: Dev86src-bccpaths.patch Patch3: Dev86src-opt.patch Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) ExclusiveArch: %{ix86} Requires: bin86 %description Bcc is a simple C compiler that produces 8086 assembler, in addition compiler compile time options allow 80386 or 6809 versions. The compiler understands traditional K&R C with just the restriction that bit fields are mapped to one of the other integer types. %description -l pl Bcc jest prostym kompilatorem C produkującym pliki asemblerowe 8086, a dodatkowo pozwala na wybranie wersji 80386 lub 6809. Kompilator rozumie tradycyjne K&R C z takim ograniczeniem, że pola bitowe są odwzorowywane do jednego z innych typów całkowitych. %prep %setup -q -n dev86-%{version} %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %build CC="%{__cc}" %{__make} OPT="%{rpmcflags}" <