Re: 1.2.8 -> 2.0.8 problem

Kai Schulte (sp0005@aixrs1.hrz.uni-essen.de)
Tue, 30 Jul 1996 18:22:27 +0200 (MESZ)


> Brian Hickey <bhickey@bmr.ie> writes:

> cc1: Invalid option 'align-loops=2'
> cc1: Invalid option 'align-jumps=2'
> cc1: Invalid option 'align-functions=2'
> make: *** [init/main.o] Error 1

These options are for 586-optimization only. If you don't want to upgrade
your compiler (like me -- I don't need ELF yet unless someone gives me a
nice RISC cpu to run it on...), just select the [386] architecture
option and you'll be fine.

Don't use [486] because some of the alignment options will not help on a
pentium and will only result in a larger binary.

Kai