Subject: re: CVS commit: sharesrc/share/mk
To: None <eeh@netbsd.org, mrg@eterna.com.au>
From: None <eeh@netbsd.org>
List: source-changes
Date: 05/07/2002 02:05:21
|    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.

Actually, it doesn't seem that APICFLAGS are ever used for 
anything.  Maybe we should get rid of them.

Eduardo