[Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == "${triplet}-"

2018-07-21 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28756

nightstrike  changed:

   What|Removed |Added

 CC||nightstrike at gmail dot com

--- Comment #5 from nightstrike  ---
Should this be closed as invalid?

[Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == ${triplet}-

2010-09-22 Thread rwild at gcc dot gnu dot org


--- Comment #3 from rwild at gcc dot gnu dot org  2010-09-22 19:13 ---
I'm not sure why you would ever want to use --program-prefix=$target_alias when
GCC already installs symlinks under the $target_alias-gcc name (and similar for
g++ et al).

This seems to me an instance of don't do it when it hurts, no?  Thanks.


-- 


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



[Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == ${triplet}-

2010-09-22 Thread redi at gcc dot gnu dot org


--- Comment #4 from redi at gcc dot gnu dot org  2010-09-22 23:22 ---
(In reply to comment #3)
 This seems to me an instance of don't do it when it hurts, no?  Thanks.

That was my first thought when I saw this bug. 


-- 


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



[Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == ${triplet}-

2010-07-02 Thread ramiro dot polla at gmail dot com


--- Comment #2 from ramiro dot polla at gmail dot com  2010-07-02 14:33 
---
Still reproducible with 4.5.0. For example:
../gcc-4.5.0/configure --target=i686-pc-mingw32 --enable-languages=c
--program-prefix=i686-pc-mingw32- --program-suffix=-4.5.0
--enable-version-specific-runtime-libs


-- 

ramiro dot polla at gmail dot com changed:

   What|Removed |Added

 CC||ramiro dot polla at gmail
   ||dot com


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