http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46191
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-10-27 02:04:30 UTC --- Using absolute names is undesirable too, because then gcc is not actually relocatable. Guess we want something like $ORIGIN relative path if $ORIGIN or something similar expands to the directory the linker script was found in.