Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1190: aarch64 + armhf ld symbolic link to actual x-tool binary of ld.bfd | Sven Gothel | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Bug 1190: Updating crosstools and enabling aarch64 + armv6hf 'ontarget' | Sven Gothel | 2019-04-07 | 1 | -1/+1 |
| | | | | | | | Default is to crosscompile w/o testing, i.e. property 'isCrosscompilation' is set to 'true'. 'ontarget' includes testing, no crosscompilation. Updated crosstools links to new build of jogamp-scripting commit e6692024687685d3af725555d9bb5490d85ecc8d | ||||
* | Bug 1295: Add linux-aarch64 GNU/Linux AArch64 crosscompile support | Xerxes Rånby | 2016-12-12 | 1 | -0/+1 |
make/lib/gluegen-cpptasks-linux-aarch64.xml: Add missing -DisLinux=true required when crosscompiling Remove -marm -mfloat-abi=hard flags unrecognisable by aarch64 crosscompile toolchain make/lib/toolchain/aarch64-linux-gnueabi/bin/*: Symlink to /usr/local/x-tools/aarch64-unknown-linux-gnueabi/bin/aarch64-unknown-linux-gnueabi-* make/scripts/make.gluegen.all.linux-aarch64-cross.sh: New crosscompile script make/stub_includes/platform/glibc-compat-symbols.h: glibc 2.17 is the first glibc version that support aarch64 however memcpy is not versioned for aarch64 Disable versioning for linux glibc/aarch64 Signed-off-by: Xerxes Rånby <[email protected]> |