Summary: Bruce's C compiler Summary(pl): Kompilator C Bruce'a Name: bcc Version: 0.16.17 Release: 2 License: GPL Group: Development/Languages #Source0Download: http://www.cix.co.uk/~mayday/ Source0: http://www.cix.co.uk/~mayday/dev86/Dev86src-%{version}.tar.gz # Source0-md5: e7bbfdbe61c2fb964994a087e29b0087 Patch0: Dev86src-noroot.patch Patch1: Dev86src-opt.patch URL: http://homepage.ntlworld.com/robert.debath/ Requires: bin86 ExclusiveArch: %{ix86} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # 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 mv -f bootblocks/README README.bootblocks mv -f copt/README README.copt mv -f dis88/README README.dis88 mv -f elksemu/README README.elksemu mv -f unproto/README README.unproto %build CC="%{__cc}" \ %{__make} all other \ OPT="%{rpmcflags}" <