diff options
author | Sven Gothel <[email protected]> | 2011-07-22 07:43:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-22 07:43:44 +0200 |
commit | 2d57b3cbb4a8189ecb5523f6d8de3aa37db78a13 (patch) | |
tree | 4faad37b4725dc2aecc327e87f3ace6be0b5cad3 /make/lib/linux-x86_64/arm-linux-gnueabi/bin/objdump | |
parent | dac1bac087ac94c596dcb74185d504712069b0a7 (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/lib/linux-x86_64/arm-linux-gnueabi/bin/objdump')
l--------- | make/lib/linux-x86_64/arm-linux-gnueabi/bin/objdump | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/lib/linux-x86_64/arm-linux-gnueabi/bin/objdump b/make/lib/linux-x86_64/arm-linux-gnueabi/bin/objdump new file mode 120000 index 0000000..a48d9ee --- /dev/null +++ b/make/lib/linux-x86_64/arm-linux-gnueabi/bin/objdump @@ -0,0 +1 @@ +/usr/bin/arm-linux-gnueabi-objdump
\ No newline at end of file |