]> git.pld-linux.org Git - packages/acpica.git/blobdiff - re-enable-big-endian.patch
- updated to 20170303 with current Fedora patches
[packages/acpica.git] / re-enable-big-endian.patch
index 9c1e86ee6c8f8e34060a6a70407f337394e9e55e..7221ee5ac41c59b4a1679d6de4eff124fc1f7d2e 100644 (file)
@@ -1,11 +1,17 @@
 Re-enable use of these tools on big-endian machines.
 
+From: Al Stone <ahs3@redhat.com>
+
 Al Stone <ahs3@redhat.com>
+---
+ source/compiler/aslmain.c |   12 ------------
+ 1 file changed, 12 deletions(-)
 
-diff -Naur acpica-unix2-20140424/source/compiler/aslmain.c acpica-unix2-20140424-patch/source/compiler/aslmain.c
---- acpica-unix2-20140424/source/compiler/aslmain.c    2014-04-24 09:48:59.000000000 -0600
-+++ acpica-unix2-20140424-patch/source/compiler/aslmain.c      2014-05-22 12:55:47.634904320 -0600
-@@ -331,18 +319,6 @@
+Index: acpica-unix2-20161222/source/compiler/aslmain.c
+===================================================================
+--- acpica-unix2-20161222.orig/source/compiler/aslmain.c
++++ acpica-unix2-20161222/source/compiler/aslmain.c
+@@ -99,18 +99,6 @@ main (
      int                     ReturnStatus = 0;
  
  
@@ -14,7 +20,7 @@ diff -Naur acpica-unix2-20140424/source/compiler/aslmain.c acpica-unix2-20140424
 -     * be little-endian, and support for big-endian machines needs to
 -     * be implemented.
 -     */
--    if (AcpiIsBigEndianMachine ())
+-    if (UtIsBigEndianMachine ())
 -    {
 -        fprintf (stderr,
 -            "iASL is not currently supported on big-endian machines.\n");
This page took 0.09265 seconds and 4 git commands to generate.