Skip to content

Use fully-qualified name for gcc_cross_compilers

Created by: kaizensoze

If the user already has other gcc_cross_compilers kegs tapped, running bootstrap.sh will result in:

Error: Formulae found in multiple taps:

  • altkatz/gcc_cross_compilers/i386-elf-binutils
  • nashenas88/gcc_cross_compilers/i386-elf-binutils

Please use the fully-qualified name e.g.

altkatz/gcc_cross_compilers/i386-elf-binutils to refer the formula.

Assume the user has other gcc_cross_compilers kegs already tapped and accomodate for this.


As a side note, I don't quite understand the brew unlink gcc line in the travis.yml. Also, should pkg-config be added to the list of installed packages in that file? I see pkg-config is also missing in setup/osx-homebrew.sh. It's probably a bad idea to have duplicate code between bootstrap.sh and the setup folder as they will inevitably go out of sync. I'd be willing to create another pull request cleaning that up if desired.

Merge request reports