From 0d486ab4bc73a53218cb015936aed755e8e9e6de Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 28 Mar 2012 03:09:39 +0200 Subject: Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-armv7hf' and 'linux-armv7hf' ] - Platform gets new ABIType [ GENERIC, ARMEL, ARMHF ] - Platform impl. needs to guess ABIType in case of ARM, since no Java system property ('os.arch' ..) reflects the new EABI. I consider this a bug, since this will also hinder JNLP to work. The latter also uses 'os.arch' sys property to determine the nativelib resource! (See Platform.guessABITypeImpl(..) for details how we guess the type.) - Adding symbolic links to ubuntu's gnueabihf cross tool chain - Adding armhf crossbuild script --- src/junit/com/jogamp/common/util/TestVersionInfo.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/junit/com/jogamp/common/util/TestVersionInfo.java') diff --git a/src/junit/com/jogamp/common/util/TestVersionInfo.java b/src/junit/com/jogamp/common/util/TestVersionInfo.java index 272ef73..f9c748b 100644 --- a/src/junit/com/jogamp/common/util/TestVersionInfo.java +++ b/src/junit/com/jogamp/common/util/TestVersionInfo.java @@ -28,13 +28,12 @@ package com.jogamp.common.util; -import com.jogamp.common.GlueGenVersion; -import com.jogamp.junit.util.JunitTracer; - import java.io.IOException; - import org.junit.Test; +import com.jogamp.common.GlueGenVersion; +import com.jogamp.junit.util.JunitTracer; + public class TestVersionInfo extends JunitTracer { @Test -- cgit v1.2.3