Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/conf Make sure the kernel is compiled with ...



details:   https://anonhg.NetBSD.org/src/rev/a8622d4ab578
branches:  trunk
changeset: 765747:a8622d4ab578
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 04 17:51:09 2011 +0000

description:
Make sure the kernel is compiled with -msdata=none since it uses %r2 and %r13
for other uses.

diffstat:

 sys/arch/powerpc/conf/Makefile.powerpc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 448c5acdedca -r a8622d4ab578 sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc    Sat Jun 04 15:51:45 2011 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc    Sat Jun 04 17:51:09 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.powerpc,v 1.44 2011/01/18 01:02:53 matt Exp $
+#      $NetBSD: Makefile.powerpc,v 1.45 2011/06/04 17:51:09 matt Exp $
 #
 # Makefile for NetBSD
 #
@@ -43,6 +43,7 @@
 CFLAGS+=       -mno-strict-align
 CFLAGS+=       -Wa,-maltivec
 .endif
+CFLAGS+=       -msdata=none
 CFLAGS+=       -msoft-float ${CCPUOPTS}
 AFLAGS+=       ${AOPTS} -D_NOREGNAMES
 



Home | Main Index | Thread Index | Old Index