CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/10/19 07:51:59
Modified files:
sys/arch/sgi/stand: Makefile.inc Makefile32.inc
Log message:
Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S files
in libkern from getting a ".abicalls" pseudo-op from including <machine/asm.h>;
this will in turn flag the .o file as PIC even though it doesn't contain PIC
code, really.
This gets rid of the annoying "linking PIC files with non-PIC files" warnings
spewed by ld at link time.