diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-15 01:35:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-15 01:35:41 +0300 |
commit | b73ee4a22e3f0d1fad1bbe0a7f1ec3645436d8b9 (patch) | |
tree | 03a54b80dc5845c05b95cef5f0d46328891db259 | |
parent | 0039369bf194baace40476d5d107258ca80dece4 (diff) | |
download | plus-b73ee4a22e3f0d1fad1bbe0a7f1ec3645436d8b9.tar.gz plus-b73ee4a22e3f0d1fad1bbe0a7f1ec3645436d8b9.tar.bz2 plus-b73ee4a22e3f0d1fad1bbe0a7f1ec3645436d8b9.tar.xz plus-b73ee4a22e3f0d1fad1bbe0a7f1ec3645436d8b9.zip |
Switch to gcc7 flags in build scripts.
-rwxr-xr-x | build/bmake | 2 | ||||
-rwxr-xr-x | build/bmakedebug | 2 | ||||
-rwxr-xr-x | build/bmakedebugsdl2 | 2 | ||||
-rwxr-xr-x | build/bmakespeed | 2 | ||||
-rwxr-xr-x | build/bmaketest | 2 | ||||
-rwxr-xr-x | build/bmaketestsimd | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/build/bmake b/build/bmake index b18d757ec..3813ac7a7 100755 --- a/build/bmake +++ b/build/bmake @@ -16,7 +16,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \ -std=gnu++1z \ -fno-var-tracking -Wno-attributes" -source ./tools/ci/flags/gcc6.sh +source ./tools/ci/flags/gcc7.sh autoreconf -i cd build/tmp diff --git a/build/bmakedebug b/build/bmakedebug index e669916e1..00f816753 100755 --- a/build/bmakedebug +++ b/build/bmakedebug @@ -23,7 +23,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \ -std=gnu++1z \ -fno-var-tracking -Wno-attributes" -source ./tools/ci/flags/gcc6.sh +source ./tools/ci/flags/gcc7.sh autoreconf -i cd build/tmp diff --git a/build/bmakedebugsdl2 b/build/bmakedebugsdl2 index 943a35534..d14f41278 100755 --- a/build/bmakedebugsdl2 +++ b/build/bmakedebugsdl2 @@ -22,7 +22,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \ -std=gnu++1z \ -fno-var-tracking -Wno-attributes" -source ./tools/ci/flags/gcc6.sh +source ./tools/ci/flags/gcc7.sh autoreconf -i cd build/tmp diff --git a/build/bmakespeed b/build/bmakespeed index fa07b969f..dd93fa045 100755 --- a/build/bmakespeed +++ b/build/bmakespeed @@ -18,7 +18,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O5 -pipe -ffast-math \ -std=gnu++1z \ -fno-var-tracking -Wno-attributes" -source ./tools/ci/flags/gcc6.sh +source ./tools/ci/flags/gcc7.sh autoreconf -i cd build/tmp diff --git a/build/bmaketest b/build/bmaketest index 7884bd73f..85acc944b 100755 --- a/build/bmaketest +++ b/build/bmaketest @@ -14,7 +14,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \ -std=gnu++1z \ -fno-var-tracking -Wno-attributes" -source ./tools/ci/flags/gcc6.sh +source ./tools/ci/flags/gcc7.sh autoreconf -i ./configure --prefix=$dir/run \ diff --git a/build/bmaketestsimd b/build/bmaketestsimd index 2e4d46a08..bdf458420 100755 --- a/build/bmaketestsimd +++ b/build/bmaketestsimd @@ -17,7 +17,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O5 -pipe -Wstrict-aliasing=2 \ -std=gnu++1z -Wformat=1 \ -fno-var-tracking -Wno-attributes" -source ./tools/ci/flags/gcc6.sh +source ./tools/ci/flags/gcc7.sh autoreconf -i ./configure --prefix=$dir/run \ |