Subject: gcc problem under 1.2
To: Port-i386 <port-i386@NetBSD.ORG>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: port-i386
Date: 01/29/1998 11:01:24
I'm trying to build a cross-compiler (to build m68k executables on i386)
of gcc-2.8.0 on NetBSD/i386 1.2, but I got this:

)make LANGUAGES="c c++"
echo "__foo () {}" > dummy.c
./xgcc -B./ -DCROSS_COMPILE -DIN_GCC   -g -I./include  -c dummy.c
/var/tmp/cc009011.s: Assembler messages:
/var/tmp/cc009011.s:27: Error: Unknown pseudo-op:  `.even'
*** Error code 1

Stop.

Is our assembler different from the standard gnu one or what's wrong? :-(

  -jm