[Bug other/28757] `make install` installs some strange binaries
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-17 15:28 --- These are not strange at all, this is normal, just your prefix == triplet. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --
[Bug other/28757] `make install` installs some strange binaries
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-17 00:20 --- Well really it is ${prefix}${triplet}-${program}${suffix} and in your case triplet is your prefix also. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28757