Accepting request 157203 from X11:XOrg

- Add aarch64 to the list of lib64 platforms (forwarded request 157143 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/157203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-cf-files?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-03-05 05:51:11 +00:00 committed by Git OBS Bridge
commit fe6b23407b
2 changed files with 26 additions and 6 deletions

View File

@ -1,6 +1,8 @@
--- Imake.cf
Index: Imake.cf
===================================================================
--- Imake.cf.orig
+++ Imake.cf
@@ -1022,6 +1022,10 @@
@@ -1022,6 +1022,10 @@ XCOMM Keep cpp from replacing path eleme
# define AMD64Architecture
# endif
# endif
@ -11,9 +13,20 @@
#endif /* linux || __GLIBC__ */
#if (defined(__Lynx__) || defined(Lynx)) && (defined(i386) || defined(__i386__) || defined(__x86__) || defined(__powerpc__) || defined(__sparc__) || defined(sparc))
--- linux.cf
Index: linux.cf
===================================================================
--- linux.cf.orig
+++ linux.cf
@@ -976,6 +976,16 @@
@@ -578,7 +578,7 @@ InstallNamedTargetNoClobber(install,file
#define MkdirHierCmd mkdir -p
#ifndef HaveLib64
-# if defined (AMD64Architecture) || defined (s390xArchitecture) || defined (Ppc64Architecture)
+# if defined (AMD64Architecture) || defined (s390xArchitecture) || defined (Ppc64Architecture) || defined (AArch64Architecture)
# define HaveLib64 YES
# else
# define HaveLib64 NO
@@ -976,6 +976,16 @@ InstallNamedTargetNoClobber(install,file
# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
#endif /* AMD64Architecture */
@ -30,9 +43,11 @@
#ifndef StandardDefines
# ifdef __linux__
# define StandardDefines -Dlinux LinuxMachineDefines LinuxSourceDefines
--- xfree86.cf
Index: xfree86.cf
===================================================================
--- xfree86.cf.orig
+++ xfree86.cf
@@ -2022,6 +2022,12 @@
@@ -2022,6 +2022,12 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japane
# endif
#endif

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 3 09:32:26 UTC 2013 - schwab@suse.de
- Add aarch64 to the list of lib64 platforms
-------------------------------------------------------------------
Fri Mar 1 10:58:34 UTC 2013 - dmueller@suse.com