Fix GCC 6 installation for Pi builds

PiperOrigin-RevId: 267440846
This commit is contained in:
Pete Warden 2019-09-05 13:31:45 -07:00 committed by TensorFlower Gardener
parent c3339328ea
commit 7915fb6697

View File

@ -22,3 +22,4 @@ apt-get install gcc-snapshot -y
apt-get update
apt-get install gcc-6 g++-6 -y
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 100 --slave /usr/bin/g++ g++ /usr/bin/g++-6
update-alternatives --config gcc