[Bug driver/36485] gcc driver incorrectly assumes existence of $(prefix)/usr/lib

2012-01-10 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36485

--- Comment #4 from Pawel Sikora pluto at agmk dot net 2012-01-10 18:53:41 
UTC ---
(In reply to comment #2)
 This is expected as you are expected to build all multilibs when building GCC
 for a cross really.

i'm using a --disable-multilib option for explicit/pure x86_64
cross-compiler and don't expect any mutlilib files/dirs really.
You won't convince me that is a user bug :)


[Bug driver/36485] gcc driver incorrectly assumes existence of $(prefix)/usr/lib

2012-01-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36485

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 CC||booleandomain at gmail dot
   ||com

--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-09 
23:42:40 UTC ---
*** Bug 40602 has been marked as a duplicate of this bug. ***


[Bug driver/36485] gcc driver incorrectly assumes existence of $(prefix)/usr/lib

2012-01-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36485

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

--- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-09 
23:44:52 UTC ---
This is expected as you are expected to build all multilibs when building GCC
for a cross really.


[Bug driver/36485] gcc driver incorrectly assumes existence of $(prefix)/usr/lib

2012-01-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36485

--- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-09 
23:45:46 UTC ---
If you only want x86_64 then use a link from /usr/lib to /usr/lib64.