summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2013-12-06 15:37:36 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-12-06 15:37:36 -0800
commit2d586d8c0fe5190a6ab0958ee586e9a8c0a02d72 (patch)
tree0dce6506138c62b887a5370f257609f1e0373f8e
parent2e0400cfc1d946f22efd40a6780a830d2210c83d (diff)
add DefaultGcc2AArch64Opt to xorg.cf
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xorg.cf6
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg.cf b/xorg.cf
index 81e78df..8ea5715 100644
--- a/xorg.cf
+++ b/xorg.cf
@@ -1561,6 +1561,12 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese
# endif
#endif
+#if HasGcc2 && defined(AArch64Architecture)
+# ifndef DefaultGcc2AArch64Opt
+# define DefaultGcc2AArch64Opt -O2 GccAliasingArgs
+# endif
+#endif
+
#if HasGcc2 && defined(AMD64Architecture)
# ifndef DefaultGcc2AMD64Opt
# define DefaultGcc2AMD64Opt -O2 -fno-strength-reduce GccAliasingArgs