diff options
author | Sven Gothel <[email protected]> | 2011-07-21 11:49:08 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-21 11:49:08 +0200 |
commit | 4aa66890176e9c2d8e648d6031c9491c3d625e07 (patch) | |
tree | 68256127a3e68313b127786a8c49eaefa9e7056e /make/scripts/make.gluegen.all.linux-armv7l_eabi.sh | |
parent | dc4b259b6651bdc0cec0895bc74e26e504870c8e (diff) |
Fix TestStructAccessorEndian
- StructAccessor uses byteOffset now (since 8b3057585930357bb16546f584d998953b084034)
Fix linux armv7l eabi:
- build.xml arm7 -> armv7
- all tests passes
Adding NativeSizeAlignment-linux-armv7l_eabi from passing test
OK: linux 32/64/armv7l, windows 32/64
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv7l_eabi.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv7l_eabi.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv7l_eabi.sh b/make/scripts/make.gluegen.all.linux-armv7l_eabi.sh new file mode 100755 index 0000000..9d1975c --- /dev/null +++ b/make/scripts/make.gluegen.all.linux-armv7l_eabi.sh @@ -0,0 +1,12 @@ +#! /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 |