]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
bigendian detection macro is broken on ppc - misdetects things as universal (mac...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Jun 2008 16:39:30 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-bigendian.patch -> 1.1

autoconf-bigendian.patch [new file with mode: 0644]

diff --git a/autoconf-bigendian.patch b/autoconf-bigendian.patch
new file mode 100644 (file)
index 0000000..d3e1be3
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN autoconf-2.62.org/lib/autoconf/c.m4 autoconf-2.62/lib/autoconf/c.m4
+--- autoconf-2.62.org/lib/autoconf/c.m4        2008-04-06 01:04:48.000000000 +0200
++++ autoconf-2.62/lib/autoconf/c.m4    2008-06-17 18:37:55.194174188 +0200
+@@ -1416,7 +1416,7 @@
+            #endif
+            typedef int dummy;
+           ]])],
+-       [ac_cv_c_bigendian=universal])],
++       [ac_cv_c_bigendian=unknown])],
+       [AC_DIAGNOSE([obsolete], [AC_C_BIGENDIAN suggests AC_CONFIG_HEADERS])])
+     if test $ac_cv_c_bigendian = unknown; then
+       # See if sys/param.h defines the BYTE_ORDER macro.
This page took 0.043318 seconds and 4 git commands to generate.