Subject: release build fails
To: None <port-sparc64@netbsd.org>
From: Arto Huusko <arto.huusko@utu.fi>
List: port-sparc64
Date: 10/10/2004 13:36:14
Hi,

just tried to build -current sparc64 release (on i386), and it failed
when linking GENERIC:

#      link  GENERIC/netbsd
/local/netbsd/current/sparc64/tools/bin/sparc64--netbsd-ld -n -T 
/source/current/src/sys/arch/sparc64/conf/kern.ldscript -Ttext 01000000 
-Tdata 01800000 -e start -S -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
/local/netbsd/current/sparc64/tools/bin/sparc64--netbsd-ld: section .data 
[0000000001800000 -> 0000000001827307] overlaps section .rodata 
[00000000016e9650 -> 0000000001832dbf]


Is it a problem that I have -mcpu=v9 and -mtune=v9 defined?