|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
fix some warnings on sgi
From: Marco Peereboom (marco
peereboom.us)
Date: Mon Sep 13 2010 - 20:45:02 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This quiets the compiler quite a bit.
ok?
Index: Makefile.inc
===================================================================
RCS file: /cvs/src/sys/arch/sgi/stand/Makefile.inc,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile.inc
--- Makefile.inc 14 May 2009 18:57:41 -0000 1.5
+++ Makefile.inc 14 Sep 2010 01:43:53 -0000

-14,6 +14,7 
CPPFLAGS+= -I.
CFLAGS+= -fno-stack-protector -Wall
CFLAGS+= -fno-builtin-vprintf -fno-builtin-printf -fno-builtin-putchar
+CFLAGS+= -fno-builtin-exit
SAABI?= -mips3 -mno-abicalls -G 0 -fno-pic -fno-common
AS?= as
LD?= ld
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]