[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [SOLARIS] On sysv platforms, gas defaults '/' to a comment
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Node ID 3b27623dd319f4b2ddbd155c8754bac8ecbf6b6d # Parent 0466b9564e601665c645779b9035543ac66ff2ee [SOLARIS] 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> --- config/SunOS.mk | 2 ++ 1 files changed, 2 insertions(+) diff -r 0466b9564e60 -r 3b27623dd319 config/SunOS.mk --- a/config/SunOS.mk Tue Oct 17 17:27:11 2006 +0100 +++ b/config/SunOS.mk Tue Oct 17 17:29:19 2006 +0100 @@ -32,3 +32,5 @@ else # Less than -O1 produces bad code and large stack frames CFLAGS ?= -O1 -fno-omit-frame-pointer endif + +CFLAGS += -Wa,--divide _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |