Hi,
I get following when I try to "make buildworld" for
RELENG_3_0_0_RELEASE:
===> lib/csu/i386-elf
cc -O -pipe -elf -Wall -Wno-unused -c crtbegin.c -o crtbegin.o
crtbegin.c:30: section attributes are not supported for this target
crtbegin.c:31: section attributes are not supported for this target
{standard input}: Assembler messages:
{standard input}:73: Error: Unknown pseudo-op: `.section'
*** Error code 1
Stop.
that file is:
-rw-r--r-- 1 root wheel 2014 Mar 7 1998 lib/csu/i386-elf/crtbegin.c
system is 3.0-RELEASE from a previous update
(I have some old bin-files from a bad restore and want to make all anew)
cc is 2.7.2.1
I updated the source via cvsup from the 2.2.6-sources I have on cd.
(Has anybody got an idea what is wrong here?
Thanks
Martin