This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: miscellaneous nits in NetBSD configuration
- To: Todd Vierling <tv at pobox dot com>
- Subject: Re: PATCH: miscellaneous nits in NetBSD configuration
- From: Krister Walfridsson <cato at df dot lth dot se>
- Date: Thu, 30 Jul 1998 15:04:06 +0200 (MET DST)
- cc: egcs at cygnus dot com
On Tue, 28 Jul 1998, Todd Vierling wrote:
> * config/i386/netbsd.h: Undefine DWARF2_UNWIND_INFO, not define as 0.
> * config/m68k/netbsd.h: Same.
> * config/ns32k/netbsd.h: Same.
> * config/sparc/netbsd.h: Same.
These are wrong; they'll give you
_eh
/var/tmp/cc0SvJl2.s: Assembler messages:
/var/tmp/cc0SvJl2.s:1297: Error: Unknown expression: symbols LECIE1 and LSCIE1 are in different frags.
gmake[2]: *** [libgcc2.a] Error 1
gmake[2]: Leaving directory `/usr/tmp/egcs/build/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/usr/tmp/egcs/build/gcc'
gmake: *** [bootstrap] Error 2
during bootstrap, since NetBSD has such an old gas.
/Krister