http://sourceware.org/bugzilla/show_bug.cgi?id=14747

--- Comment #5 from Marek Polacek <polacek at redhat dot com> 2012-10-24 
13:53:25 UTC ---
To be more concrete, after building binutils, I put new ld/ld-new in ~/hbin,
where I have ld script, which is just
#!/bin/sh
exec /root/hbin/ld-new "$@"

and then I run
PATH=/root/hbin:$PATH g++ -shared -O2 -fPIC -flto -fuse-linker-plugin -nostdlib
pr13229.o

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to