|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] as fixes for Solaris
On Tue, Oct 17, 2006 at 02:31:01PM +0100, Keir Fraser wrote:
> > On sysv platforms, gas defaults '/' to a comment character. Pass in the
> > right
> > option to disable this behaviour, so Xen's semantics of "divide" apply.
> >
> > Signed-off-by: John Levon <john.levon@xxxxxxx>
>
> Just fold this into your CFLAGS? I don't see a need for CAFLAGS.
Fair enough.
# HG changeset patch
# User john.levon@xxxxxxx
# Date 1161092306 25200
# Node ID edef190b7c8f296262dcc8cafa26a67664273a10
# Parent c62830316465c3d626c4790dfca92909e273e144
On sysv platforms, gas defaults '/' to a comment character. Pass in the right
option to disable this behaviour, so Xen's semantics of "divide" apply.
Signed-off-by: John Levon <john.levon@xxxxxxx>
diff --git a/config/SunOS.mk b/config/SunOS.mk
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -35,4 +35,6 @@ CFLAGS += -g
CFLAGS += -g
endif
+CFLAGS += -Wa,--divide
+
CONFIG_MBOOTPACK_OS = n
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|