about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-04 22:09:36 -0700
committerbors <bors@rust-lang.org>2013-05-04 22:09:36 -0700
commit29a2a1ecd1fe33260a9390dd05899daf6a2ba69b (patch)
tree8a3f7b80262b646f12cbba5b58a156e51f5b0992 /src/rt/rust_kernel.cpp
parentd74ac9ea03eb8faab72ce48b89dd47a14f45982a (diff)
parent987ad9c8782ba254c8326c9caac9796bcce9beb9 (diff)
downloadrust-29a2a1ecd1fe33260a9390dd05899daf6a2ba69b.tar.gz
rust-29a2a1ecd1fe33260a9390dd05899daf6a2ba69b.zip
auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestinger
transitional patch to resolve compile/link failure on android

after #6161 landed, I've encountered below errors since android does not support glob in libc.

/opt/ndk_standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /home/yichoi/rust_work/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/arm-linux-androideabi/lib/libcore-c3ca5d77d81b46c1-0.7-pre.so: error: undefined reference to 'glob'

/opt/ndk_standalone/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /home/yichoi/rust_work/build/x86_64-unknown-linux-gnu/stage1/lib/rustc/arm-linux-androideabi/lib/libcore-c3ca5d77d81b46c1-0.7-pre.so: error: undefined reference to 'globfre

Since android does not have `glob.h`, `glob_t` definition comes from
https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/vSH6MWPD0Vk

#6100 should be resolved.

Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions