blob: 1a0bdeef2bd010645f5e81dae52d62099596b8fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hw/xfree86/common/compiler.h.orig 2012-05-17 19:09:03.000000000 +0200
+++ hw/xfree86/common/compiler.h 2013-01-18 13:59:18.366436857 +0100
@@ -1335,7 +1335,7 @@
#if !defined(__SUNPRO_C)
#if !defined(FAKEIT) && !defined(__mc68000__) && !defined(__arm__) && !defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && !defined(__m32r__)
-#ifdef GCCUSESGAS
+#if defined(GCCUSESGAS) || defined(__clang__)
/*
* If gcc uses gas rather than the native assembler, the syntax of these
|