Accepting request 175022 from home:Andreas_Schwab:Factory

- Update u_aarch64-support.patch: disable x86 asm also on aarch64

OBS-URL: https://build.opensuse.org/request/show/175022
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=444
This commit is contained in:
Stefan Dirsch 2013-05-21 08:33:05 +00:00 committed by Git OBS Bridge
parent 44471f37b6
commit 3a86ff8701
2 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,19 @@
Subject: Basic support for aarch64
Author: Andreas Schwab <schwab@suse.de>
Index: xorg-server-1.13.2/hw/xfree86/common/compiler.h
===================================================================
--- xorg-server-1.13.2.orig/hw/xfree86/common/compiler.h
+++ xorg-server-1.13.2/hw/xfree86/common/compiler.h
@@ -1351,7 +1351,7 @@ stl_u(unsigned long val, unsigned int *p
#else /* ix86 */
#if !defined(__SUNPRO_C)
-#if !defined(FAKEIT) && !defined(__mc68000__) && !defined(__arm__) && !defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && !defined(__m32r__)
+#if !defined(FAKEIT) && !defined(__mc68000__) && !defined(__arm__) && !defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && !defined(__m32r__) && !defined(__aarch64__)
#ifdef GCCUSESGAS
/*
Index: xorg-server-1.13.2/hw/xfree86/os-support/linux/lnx_video.c
===================================================================
--- xorg-server-1.13.2.orig/hw/xfree86/os-support/linux/lnx_video.c

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 11 09:32:10 UTC 2013 - schwab@suse.de
- Update u_aarch64-support.patch: disable x86 asm also on aarch64
-------------------------------------------------------------------
Thu Apr 18 12:00:53 UTC 2013 - sndirsch@suse.com