Hi,
here's some patches for gcc-linaro to make it work with
--host=arm-linux-androideabi
They're the quick and dirty thing to do and look like they could have
been written by Microsoft, needed something working in time for
Connect ;)

gcc-4.7-android-workarounds.patch: Workarounds for things that go
wrong, but where the true cause is yet to be determined (e.g. why
would configure think we have fread_unlocked and friends when we
don't?)

gcc-4.7-libitm-android.patch: Workaround for Bionic not knowing Elf32_auxv_t

gcc-4.7-no-unneeded-multilib.patch: Get the multilib config in sync
with regular Linux

gcc-4.7-stlport.patch: Use stlport instead of libstdc++ (yes, this
sucks - but it's what Android decided to do). Still needs to link
libstdc++ because Bionic contains a libstdc++.so (but it's more like a
libsupc++ - no STL there, but needed for stlport to work).

ttyl
bero

Attachment: gcc-4.7-android-workarounds.patch
Description: Binary data

Attachment: gcc-4.7-libitm-android.patch
Description: Binary data

Attachment: gcc-4.7-no-unneeded-multilib.patch
Description: Binary data

Attachment: gcc-4.7-stlport.patch
Description: Binary data

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to