This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Set arch_minimum_kernel for powerpc*le


Somehow this patch for powerpc64le missed being submitted.  OK to apply?

	* sysdeps/unix/sysv/linux/powerpc/configure.in (arch_minimum_kernel):
	Set for powerpc*le.
	* sysdeps/unix/sysv/linux/powerpc/configure: Regenerate.

diff --git a/sysdeps/unix/sysv/linux/powerpc/configure.ac b/sysdeps/unix/sysv/linux/powerpc/configure.ac
index 1768ab1..dbe9287 100644
--- a/sysdeps/unix/sysv/linux/powerpc/configure.ac
+++ b/sysdeps/unix/sysv/linux/powerpc/configure.ac
@@ -35,4 +35,7 @@ long double foobar (long double x) { return x; }],
     AC_MSG_ERROR([this configuration requires -mlong-double-128 IBM extended format support])
   fi
 fi
+
+case "$config_machine" in
+  powerpc*le) arch_minimum_kernel=3.10 ;;
+esac

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]