Below is a patch for /usr/lib/build/Build.pm to make local builds work
properly when using the armv8el architecture to select through
changetarget directive the armv7hl-meego-linux compilation target.

--- /usr/lib/build/Build.pm.bk  2011-04-17 16:32:58.945575001 +0100
+++ /usr/lib/build/Build.pm     2011-04-17 16:33:35.675574999 +0100
@@ -29,9 +29,9 @@ sub import {
 my $std_macros = q{
 %define nil
 %define ix86 i386 i486 i586 i686 athlon
-%define arm armv4l armv4b armv5l armv5b armv5el armv5eb armv5tel
armv5teb armv6el armv6eb armv7el armv7eb
-%define arml armv4l armv5l armv5tel armv5el armv6el armv7el
-%define armb armv4b armv5b armv5teb armv5eb armv6eb armv7eb
+%define arm armv4l armv4b armv5l armv5b armv5el armv5eb armv5tel
armv5teb armv6el armv6eb armv7el armv7eb armv8el armv8eb
+%define arml armv4l armv5l armv5tel armv5el armv6el armv7el armv8el
+%define armb armv4b armv5b armv5teb armv5eb armv6eb armv7eb armv8eb
 %define sparc sparc sparcv8 sparcv9 sparcv9v sparc64 sparc64v
 };
 my $extra_macros = '';


_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to