summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.linux-armv7l_eabi.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-07-22 07:43:44 +0200
committerSven Gothel <[email protected]>2011-07-22 07:43:44 +0200
commit2d57b3cbb4a8189ecb5523f6d8de3aa37db78a13 (patch)
tree4faad37b4725dc2aecc327e87f3ace6be0b5cad3 /make/scripts/make.gluegen.all.linux-armv7l_eabi.sh
parentdac1bac087ac94c596dcb74185d504712069b0a7 (diff)
Cleanup [cross] compile properties
- linux-armv7 (ubuntu) - added scripts/make.gluegen.all.linux-armv7-cross.sh - added symbolic links to cross toolchain (gcc, ld, ..) allowing gluegen's cpptask to pick it up - android-armv7 (android) - we have scripts/make.gluegen.all.android-armv7-cross.sh
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv7l_eabi.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.linux-armv7l_eabi.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv7l_eabi.sh b/make/scripts/make.gluegen.all.linux-armv7l_eabi.sh
deleted file mode 100755
index 9d1975c..0000000
--- a/make/scripts/make.gluegen.all.linux-armv7l_eabi.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-
-# -Dc.compiler.debug=true
-# -Dgluegen.cpptasks.detected.os=true \
-# -DisUnix=true \
-# -DisLinux=true \
-# -DisLinuxX86=true \
-# -DisX11=true \
-
-ant \
- -Drootrel.build=build-armv7l_eabi \
- $* 2>&1 | tee make.gluegen.all.linux-armv7l_eabi.log