ndk: Fix android-3/arch-arm crt{begin,end}_so.o

Turns out that the previously commited versions of these files do not
allow for proper linking with a patched toolchain. With -shared, gcc complains
that:

    .preinit_array section is not allowed in DSO

So use the versions from android-9/arch-arm instead, which seems to work fine.

Change-Id: I9aeaab449ddad058451c7d6493c983ab2ed1c4eb
This commit is contained in:
David 'Digit' Turner
2011-07-14 08:15:16 +02:00
parent 0db3eb4adb
commit a062ad61b0
2 changed files with 0 additions and 0 deletions