Summary: Bruce's C compiler Summary(pl): Kompilator C Bruce'a Name: bcc Version: 0.16.10 Release: 1 License: GPL Group: Development/Languages Source0: http://www.cix.co.uk/~mayday/dev86/Dev86src-%{version}.tar.gz Patch0: Dev86src-noroot.patch Patch1: Dev86src-nobcc.patch Patch2: Dev86src-opt.patch URL: http://www.cix.co.uk/~mayday/ Requires: bin86 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) ExclusiveArch: %{ix86} # don't try to strip Linux-8086 objects %define no_install_post_strip 1 %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 tworzącym pliki asemblerowe 8086, a dodatkowo pozwala na wybranie wersji 80386 lub 6809. Kompilator rozumie tradycyjne C K&R 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 %build CC="%{__cc}" %{__make} all other OPT="%{rpmcflags}" <