This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/48520] "make install" for cross-compile silently clobbers target-gcc


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48520

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|driver                      |bootstrap
         Resolution|                            |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-04-08 21:06:28 UTC ---
This is expected.  You should not use a --program-prefix= which is the same as
the target- as it will always cause a conflict and really for a cross compiler
the target- one will always be installed and the one without the target- will
never be installed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]