diff options
author | Sven Gothel <[email protected]> | 2011-07-23 07:20:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-23 07:20:10 +0200 |
commit | 6b9e53f00def34ec478eae3c5bb75e9784707b04 (patch) | |
tree | e38e809e198dfa920445fc91b8195f079854fe12 /make/scripts | |
parent | b1eda6206776d989689e811fc59bb5f891243f33 (diff) |
Enable cross-testing on linux-armv7
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv7-cross.sh | 1 | ||||
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv7-cross.sh | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv7-cross.sh b/make/scripts/make.gluegen.all.android-armv7-cross.sh index 0b6f750..0865634 100755 --- a/make/scripts/make.gluegen.all.android-armv7-cross.sh +++ b/make/scripts/make.gluegen.all.android-armv7-cross.sh @@ -71,6 +71,7 @@ ant \ -DisUnix=true \ -DisAndroid=true \ -DisAndroidARMv7=true \ + -DisCrosscompilation=true \ \ $* 2>&1 | tee -a make.gluegen.all.android-armv7-cross.log diff --git a/make/scripts/make.gluegen.all.linux-armv7-cross.sh b/make/scripts/make.gluegen.all.linux-armv7-cross.sh index cd28046..ee355ac 100755 --- a/make/scripts/make.gluegen.all.linux-armv7-cross.sh +++ b/make/scripts/make.gluegen.all.linux-armv7-cross.sh @@ -10,6 +10,15 @@ export PATH # -DisLinuxARMv7=true \ # -DisX11=false \ +export HOST_UID=sven +export HOST_IP=192.168.0.52 +export HOST_RSYNC_ROOT=PROJECTS/JOGL + +export TARGET_UID=jogamp +export TARGET_IP=beagle01 +export TARGET_ROOT=projects-cross +export TARGET_ANT_HOME=/usr/share/ant + ant \ -Drootrel.build=build-linux-armv7 \ -Dgluegen.cpptasks.detected.os=true \ @@ -17,6 +26,7 @@ ant \ -DisLinux=true \ -DisLinuxARMv7=true \ -DisX11=true \ + -DisCrosscompilation=true \ \ -DuseKD=true \ -DuseOpenMAX=true \ |