Statically compiling on linux*
This commit is contained in:
parent
55d416b539
commit
c503eaa8f8
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue