yury
92b2ef2059
* Android: Quote a path to crt object files if needed. It fixes linking when a library path contains spaces.
...
git-svn-id: trunk@23607 -
2013-02-13 15:50:58 +00:00
yury
3e151ac30f
* Removed -z relro linker option, since it causes problems.
...
git-svn-id: branches/targetandroid@23474 -
2013-01-21 11:45:29 +00:00
yury
9b600b9688
* Pass some security switches to LD. They are passed by GCC.
...
* Removed unused function.
git-svn-id: branches/targetandroid@23451 -
2013-01-18 23:32:26 +00:00
yury
2dcb174f25
* Always specify dynamic linker name for executables.
...
git-svn-id: branches/targetandroid@23289 -
2013-01-02 00:53:36 +00:00
yury
9b5511adac
* libctype is not needed, since only bionic is supported anyway.
...
git-svn-id: branches/targetandroid@23285 -
2013-01-01 23:59:48 +00:00
yury
6ccb152647
* Rework of Android startup code. It is needed to always link to libc on android to implement finalization and environment variables in shared libraries.
...
* Cleanup of Android linker.
* Use only INSERT command in the linker script to inject custom .fpc sections. Whole linker script duplication is nor needed anymore.
* Use BFD linker, since GOLD linker does not support INSERT command. Other incompatibilities may also exist.
* Enable tf_smartlink_sections for i386-android.
* i386-android is broken after this commit. Will be fixed later.
git-svn-id: branches/targetandroid@23284 -
2013-01-01 23:49:12 +00:00
tom_at_work
fe87b547ea
Updated systems/t_android to only recognize the "bionic" libc as valid libc.
...
Fix uninitialized defdynlinker variable when compiling i386-android causing garbage in the linker script.
git-svn-id: branches/targetandroid@22044 -
2012-08-09 08:00:16 +00:00
tom_at_work
4150f0a2fb
Rebase with r21814
...
git-svn-id: branches/targetandroid@21815 -
2012-07-07 23:09:20 +00:00
tom_at_work
77a85b7448
* basic android/x86 support
...
git-svn-id: branches/targetandroid@21296 -
2012-05-14 21:14:12 +00:00
tom_at_work
c520f713f4
- commit missing new files
...
git-svn-id: branches/targetandroid@21062 -
2012-04-26 09:41:13 +00:00