Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make.gluegen.all.linux-armv7-cross.sh: Use common TARGET_PLATFORM_ROOT | Sven Gothel | 2012-03-06 | 1 | -2/+3 |
| | |||||
* | Fix local armel path | Sven Gothel | 2012-03-03 | 1 | -2/+3 |
| | |||||
* | Introduce environment-var/property to disable unit tests (per node) | Sven Gothel | 2012-02-24 | 1 | -0/+1 |
| | | | | JUNIT_DISABLED -> junit.is.disabled | ||||
* | Add NODE_LABEL in scripts/make.gluegen.all.linux-armv7-cross.sh | Sven Gothel | 2012-02-24 | 1 | -0/+2 |
| | |||||
* | Exposing custom gluegen-cpptask.file for crosscompilation presets, adding ↵ | Sven Gothel | 2012-02-24 | 1 | -7/+4 |
| | | | | | | gluegen-cpptasks-linux-armv7.xml Env: GLUEGEN_CPPTASKS_FILE -> property: gluegen-cpptasks.file | ||||
* | Set 'jvmDataModel.arg' property in crosscompile build scripts, where ↵ | Sven Gothel | 2012-02-23 | 1 | -4/+1 |
| | | | | 'gluegen.cpptasks.detected.os' is set. | ||||
* | build script | Sven Gothel | 2012-02-22 | 1 | -1/+1 |
| | |||||
* | Fix linux-armv7 crosscompilation | Sven Gothel | 2012-02-19 | 1 | -2/+8 |
| | |||||
* | adding missing rename: lib/linux-x86_64 -> lib/linux ; Fix ↵ | Sven Gothel | 2011-08-02 | 1 | -2/+2 |
| | | | | TARGET_PLATFORM_LIBS for cross linux/arm | ||||
* | Remove linux-armv7 native platform libraries (compile time only), | Sven Gothel | 2011-08-02 | 1 | -0/+3 |
| | | | | reducing the burden to add a license file etc. | ||||
* | Cross JUnit Tests - All Passed: Android+Linux armv7 | Sven Gothel | 2011-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | - junit.cross targets: - use scripting to save time, ie write all target commands to script, xfer, exec - junit: delete result folder just before junit.run - Test BuildEnvironment.java: Simplify path config via properties (for android) - AndroidVersion: No annoying exception dump if Build$VERSION* is not found (not android) - launch scripts: use absolute TARGET_ROOT path for dynamic linker env. | ||||
* | Enable cross-testing on linux-armv7 | Sven Gothel | 2011-07-23 | 1 | -0/+10 |
| | |||||
* | Cleanup [cross] compile properties | Sven Gothel | 2011-07-22 | 1 | -0/+26 |
- 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 |