Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msp430-binutils forces linking #8

Open
tpetry opened this issue Apr 5, 2015 · 2 comments
Open

msp430-binutils forces linking #8

tpetry opened this issue Apr 5, 2015 · 2 comments

Comments

@tpetry
Copy link

tpetry commented Apr 5, 2015

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
Copy link
Author

tpetry commented Apr 5, 2015

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).

@sampsyo
Copy link
Owner

sampsyo commented Apr 5, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants