From a36c8be096210ffb6e81b8ffdc7cad8ffad747d2 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 17:29:19 +0100 Subject: [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 --- config/SunOS.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/SunOS.mk') diff --git a/config/SunOS.mk b/config/SunOS.mk index e309138342..d18ad14bd9 100644 --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -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 -- cgit v1.2.3