homebrew-mspgcc icon indicating copy to clipboard operation
homebrew-mspgcc copied to clipboard

msp430-binutils forces linking

Open tpetry opened this issue 10 years ago • 2 comments

for building msp430-gcc you are forced to link msp430-binutils but this is a problem if you already have binutils installed. It would be much better if msp430-binutils would be keg_only.

tpetry avatar Apr 05 '15 14:04 tpetry

keg_only would be stupid, because the bin-executables would not be found. But no executable of msp430-binutils conflicts with binutils so it would be nice if it could be linked directly. At the moment you have to use force the linking (which would overwrite duplicate files).

tpetry avatar Apr 05 '15 15:04 tpetry

Yes, forcing the linking is unfortunate! I couldn't find a way around it, though, to install both packages under the same prefix. If someone better with the Homebrew API is watching, I'd love to remove that step.

sampsyo avatar Apr 05 '15 16:04 sampsyo