Statically compiling on linux*

This commit is contained in:
Federico Fissore 2015-03-30 10:38:56 +02:00
parent 55d416b539
commit c503eaa8f8
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
CC="gcc -m32" CXX="g++ -m32" ./build.all.bash
CFLAGS="-static" CXXFLAGS="-static" LDFLAGS="-static" CC="gcc -m32" CXX="g++ -m32" ./build.all.bash
rm -f *arduino*.tar.bz2 *arduino*.zip

View file

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
./build.all.bash
CFLAGS="-static" CXXFLAGS="-static" LDFLAGS="-static" ./build.all.bash
rm -f *arduino*.tar.bz2 *arduino*.zip