[Bug driver/82754] -m32 -B doesn't work with crtn.o

2017-10-31 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82754

H.J. Lu  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from H.J. Lu  ---
Works as intended.

[Bug driver/82754] -m32 -B doesn't work with crtn.o

2017-10-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82754

--- Comment #2 from H.J. Lu  ---
GCC first looks for crt files under ./32.  It checks ./ only if the installed
crt files don't exist.

[Bug driver/82754] -m32 -B doesn't work with crtn.o

2017-10-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82754

--- Comment #1 from H.J. Lu  ---
crt1.o and crti.o have the same issue.