summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-12 14:46:04 -0800
committerKeith Packard <keithp@keithp.com>2013-11-14 13:12:21 +0900
commit0ba7fc8472f1227fd1cd51bd58048f164b8ea1ab (patch)
treeeba81238cc4cc0aea52ce4872a7e0b8ddf1a8c82 /exa
parent2aa67ccef6ad8f51deb94b66defc668ddb7d226c (diff)
Stop including inline assembly .il file for Solaris Studio builds
Since all the inb/outb/etc. use in the X server itself (except for xf86SlowBcopy) has been replaced by calls to libpciaccess, we no longer need to pass inline assembly files to replace the gcc inline assembly from hw/xfree86/common/compiler.h when building Xorg itself. The .il files are still generated and installed in the SDK for the benefit of drivers who may use them. Binary diff of before and after showed that xf86SlowBcopy was the only function changed across the Xorg binary and all modules built in the Xserver build, it just calls the outb() function now instead of having the outb instructions inlined, making it a slightly slower bcopy. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'exa')
-rw-r--r--exa/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am
index c1f1e8638..6a09966f8 100644
--- a/exa/Makefile.am
+++ b/exa/Makefile.am
@@ -1,9 +1,5 @@
noinst_LTLIBRARIES = libexa.la
-# Override these since EXA doesn't need them and the needed files aren't
-# built (in hw/xfree86/os-support/solaris) until after EXA is built
-SOLARIS_ASM_CFLAGS=""
-
if XORG
sdk_HEADERS = exa.h
endif