From 12319be6d524c966c1f2c709675e9d05b04c56db Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 23 Apr 2013 23:55:14 +0200 Subject: Use new toolchain (gluegen 3b7ea9f67487be8f133c19b493b632fc579c5049); Compile openal-soft w/ arm arch & float options if crosscompiled. --- make/build.xml | 37 ++++++++++++++++++++++- make/scripts/make.joal.all.linux-armv6-cross.sh | 2 +- make/scripts/make.joal.all.linux-armv6hf-cross.sh | 2 +- openal-soft | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/make/build.xml b/make/build.xml index f326ea0..d22113d 100755 --- a/make/build.xml +++ b/make/build.xml @@ -187,6 +187,21 @@ + + + + + + + + + + + + + + + @@ -503,6 +518,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -524,7 +559,7 @@ + depends="init, gluegen.cpptasks.detect.os, gluegen.cpptasks.setup.compiler, c.build.openal.use-blobs, c.build.openal.soft.windows, c.build.openal.soft.android, c.build.openal.soft.gcc.x86_32, c.build.openal.soft.gcc.armv6.soft, c.build.openal.soft.gcc.armv6.hard, c.build.openal.soft.gcc.default"> diff --git a/make/scripts/make.joal.all.linux-armv6-cross.sh b/make/scripts/make.joal.all.linux-armv6-cross.sh index c499f12..2b1a057 100755 --- a/make/scripts/make.joal.all.linux-armv6-cross.sh +++ b/make/scripts/make.joal.all.linux-armv6-cross.sh @@ -6,7 +6,7 @@ if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh fi -PATH=`pwd`/../../gluegen/make/lib/linux/arm-linux-gnueabi/bin:$PATH +PATH=`pwd`/../../gluegen/make/lib/toolchain/armsf-linux-gnueabi/bin:$PATH export PATH # -Dc.compiler.debug=true diff --git a/make/scripts/make.joal.all.linux-armv6hf-cross.sh b/make/scripts/make.joal.all.linux-armv6hf-cross.sh index 78f1110..0a6770a 100755 --- a/make/scripts/make.joal.all.linux-armv6hf-cross.sh +++ b/make/scripts/make.joal.all.linux-armv6hf-cross.sh @@ -6,7 +6,7 @@ if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh fi -PATH=`pwd`/../../gluegen/make/lib/linux/arm-linux-gnueabihf/bin:$PATH +PATH=`pwd`/../../gluegen/make/lib/toolchain/armhf-linux-gnueabi/bin:$PATH export PATH # -Dc.compiler.debug=true diff --git a/openal-soft b/openal-soft index 43e1ba3..4bc21c4 160000 --- a/openal-soft +++ b/openal-soft @@ -1 +1 @@ -Subproject commit 43e1ba37166d7ebdea355c50a60dee9140bcf770 +Subproject commit 4bc21c454fc0583e249db3f23a3cf7aca72dd61d -- cgit v1.2.3