Hi,

Part of the build instructions include:

> sudo dpkg --add-architecture i386
> sudo apt-get update
>
> sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 1
> sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 2
> sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 1
> sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 2
> sudo update-alternatives --set gcc "/usr/bin/gcc-4.7"
> sudo update-alternatives --set g++ "/usr/bin/g++-4.7"

however I build only L based devices on master branch and I have never
needed this.

Which device or branch is this still needed for, or is this information
obsolete and can be removed?

I know it's not needed for any of the build targets I have, so if it's
still needed for a specific build target then I will the instructions
should be changed to reflect that. If not I'll remove it and simplify the
instructions.

Adam
_______________________________________________
dev-fxos mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-fxos

Reply via email to