From ef4cb532ca4cb75db2e813ba43f893ff4fe921f4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 28 Mar 2012 21:30:55 +0200 Subject: Fix EABI Armel/Armhf selection incl. os.and.arch --- make/gluegen-cpptasks-base.xml | 78 ++++++++++++++++++++++++++++-------------- 1 file changed, 53 insertions(+), 25 deletions(-) (limited to 'make/gluegen-cpptasks-base.xml') diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index a6f3db5..533f818 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -16,6 +16,8 @@ - configuration is exactly as specified. - - is64Bit + - isAbiEabiGnuArmel (implicit if isAndroidARMv7 or isLinuxARMv7) + - isAbiEabiGnuArmhf (shall be declared explicit) - isUnix - isX11 - isFreeBSD @@ -25,13 +27,15 @@ - isIA64 - isAndroid - isAndroidARMv7 + - isAndroidARMv7Armel (set in gluegen.cpptasks.detected.os.2) + - isAndroidARMv7Armhf (set in gluegen.cpptasks.detected.os.2) - isLinux - isLinuxAMD64 - isLinuxIA64 - isLinuxX86 - isLinuxARMv7 - - isAbiEabiGnuArmel (implicit if isAndroidARMv7 or isLinuxARMv7) - - isAbiEabiGnuArmhf (shall be declared explicit) + - isLinuxARMv7Armel (set in gluegen.cpptasks.detected.os.2) + - isLinuxARMv7Armhf (set in gluegen.cpptasks.detected.os.2) - isLinuxAlpha - isLinuxHppa - isLinuxMips @@ -307,10 +311,13 @@ - - - - + + + + + + + @@ -493,8 +500,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -503,15 +540,17 @@ - - + + + + @@ -565,19 +604,14 @@ - + - + - - @@ -610,21 +644,15 @@ - - + - + - - - + @@ -665,7 +693,7 @@ - + -- cgit v1.2.3