This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: miscellaneous nits in NetBSD configuration




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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]