gecko-dev/testing/docker/desktop32-build/hacks.sh
Morgan Phillips ca0b73b136 Bug 1154827 - Add a base desktop 32 bit builder; r=dustin
For the most part, this has parity with the 64 bit container; minus custom MH configs.
Because Android builds do not have a 32 bit component, we don't have to worry about
supporting those in this container either.

--HG--
extra : rebase_source : 94b6578002408febbeba026e7547a624cbc6aae6
2015-06-16 18:40:27 +02:00

8 lines
207 B
Bash
Executable File

#!/usr/bin/env bash
##
# Install compiler hacks, necessary for builds to work properly,
# but ultimately to be removed in favor of something cleaner
##
ln -s /usr/include/linux/a.out.h /usr/include/a.out.h