Don't warn in example on 32bit only print message

This commit is contained in:
Patrick Niklaus
2016-11-18 16:57:54 +00:00
committed by Patrick Niklaus
parent a764fd1f29
commit 841c032a0d
3 changed files with 4 additions and 6 deletions
-4
View File
@@ -1,9 +1,5 @@
#!/bin/sh -ex
## Generate code for 32-bit ABI with default for x86_84 fpmath
export CFLAGS='-m32 -msse2 -mfpmath=sse'
export CXXFLAGS='-m32 -msse2 -mfpmath=sse'
sudo dpkg --add-architecture i386
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test && ( sudo apt-get update -qq --yes || true )