Subject: re: CVS commit: sharesrc/share/mk
To: None <eeh@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 05/07/2002 11:52:47
Module Name: sharesrc
Committed By: eeh
Date: Tue May 7 01:45:47 UTC 2002
Modified Files:
sharesrc/share/mk: bsd.lib.mk
Log Message:
Turn on 32-bit relocations for sparc64 PIC code.
hmm.
! APICFLAGS ?= -KPIC
---
! APICFLAGS ?= -KPIC -DBIGPIC
i don't think this is very smart. APICFLAGS is for passing to
${AS} not ${CC}. i think you should revert this part.
.mrg.