fa2344
Re-enable use of these tools on big-endian machines.
fa2344
fa2344
Al Stone <ahs3@redhat.com>
fa2344
fa2344
diff --git a/source/compiler/aslmain.c b/source/compiler/aslmain.c
fa2344
index 064e790..c4cd451 100644
fa2344
--- a/source/compiler/aslmain.c
fa2344
+++ b/source/compiler/aslmain.c
fa2344
@@ -318,18 +318,6 @@ main (
fa2344
     int                     ReturnStatus = 0;
fa2344
 
fa2344
 
fa2344
-    /*
fa2344
-     * Big-endian machines are not currently supported. ACPI tables must
fa2344
-     * be little-endian, and support for big-endian machines needs to
fa2344
-     * be implemented.
fa2344
-     */
fa2344
-    if (UtIsBigEndianMachine ())
fa2344
-    {
fa2344
-        fprintf (stderr,
fa2344
-            "iASL is not currently supported on big-endian machines.\n");
fa2344
-        return (-1);
fa2344
-    }
fa2344
-
fa2344
     AcpiOsInitialize ();
fa2344
     ACPI_DEBUG_INITIALIZE (); /* For debug version only */
fa2344