WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [pushed][ppc] fix build break for crash=n

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed][ppc] fix build break for crash=n
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Fri, 24 Mar 2006 16:38:25 -0500
Delivery-date: Fri, 24 Mar 2006 22:43:29 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   9643:e40d7c179f74
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Fri Mar 24 15:32:41 2006 -0500
summary:     [ppc] fix build break for crash=n

diff -r 0d857eac607d -r e40d7c179f74 xen/arch/ppc/Rules.mk
--- a/xen/arch/ppc/Rules.mk     Fri Mar 24 15:17:26 2006 -0500
+++ b/xen/arch/ppc/Rules.mk     Fri Mar 24 15:32:41 2006 -0500
@@ -6,8 +6,8 @@ CFLAGS := -ffreestanding -fno-builtin -f
 CFLAGS := -ffreestanding -fno-builtin -fno-common -fno-strict-aliasing
 CFLAGS += -iwithprefix include -Wall -Werror -pipe # -Wpadded
 CFLAGS += -I$(BASEDIR)/include -Wpointer-arith -Wredundant-decls
-CFLAGS += -msoft-float
-CFLAGS-$(debug) += -g -O0
+CFLAGS += -msoft-float -O2
+CFLAGS-$(debug) += -g -O0 # last one wins
 
 #
 # command to embed a binary inside a .o



_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [pushed][ppc] fix build break for crash=n, Jimi Xenidis <=