gnupic@linuxhacker.org
gnupic@linuxhacker.org
On Mon, Jan 10, 2000 at 08:36:43AM -0600, Scott Dattalo wrote:
> First, it's not used for the 18cxxx stuff. The reason is that some of the
> macros defined in special.inc are instructions in the 18cxxx instruction
> (e.g. bc, bra, etc.). I tried to create another 'special.inc' file for the
> 18cxxx instruction set but I abandonded it (for reasons I can't recall).
Why not just place the code in special.inc within processor specific
conditional assembly sections?
#ifdef __18cxxx
#endif
> Although, with the new automake I believe it's possible to specify
> the install directory during ./configure [...]
Yes. ./configure --prefix=/usr
--
James Cameron mailto:quozl@us.netrek.org http://quozl.us.netrek.org/
gnupic@linuxhacker.org