[gnu.gcc] More hints on building gcc on HP300's

pnh@morocco.osf.org (unknown) (09/13/89)

The other notes on building gcc on HP300 were useful.  I built on 6.5
HP-UX.  These two things might or might not be helpful:

- FLOAT is a symbol in /usr/include/sys/param.h header file AND an
  instruction in rtl.def, included by rtl.h ... you may #undef FLOAT in the
  appropriate place or find a more creative solution
  
- Add -lsetjmp to end of Makefile command for building cc1 (broken out into
  separate library)