Actions
Bug #284
closedlto plugin incorrectly builds on Mac OS X
Start date:
03/15/2013
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
armeabi, armeabi-v7a, x86
Host OS:
Mac
Toolchain:
gcc-4.6
Android version:
CrystaX NDK Version:
Description
When built with plugin support, LD cannot load liblto_plugin.so because of unresolved external reference: _environ.
Updated by Dmitry M. about 10 years ago
- Status changed from Open to In Progress
- Assignee set to Dmitry M.
- Priority changed from Low to Normal
- Host OS Mac added
- Host OS deleted (
Mac OS X) - Toolchain deleted (
gcc-4.7)
Updated by Dmitry M. about 10 years ago
- Status changed from In Progress to Completed
- % Done changed from 0 to 100
gcc-4.6 doesn't have correct support for plugins; gcc-4.8 and gcc-4.9 already include fix for this problem
Actions