12 lines
514 B
Diff
12 lines
514 B
Diff
|
--- xorgserver/hw/xfree86/common/compiler.h 2014-10-29 23:43:33.000000000 -0700
|
||
|
+++ xorgserver/hw/xfree86/common/compiler.h.new 2014-10-29 23:47:30.000000000 -0700
|
||
|
@@ -1352,7 +1352,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
|