Created
January 24, 2018 20:35
-
-
Save anonymous/1fefcaa9f4adb8e7cb77cfa827c13957 to your computer and use it in GitHub Desktop.
gmp on Raspbian GNU/Linux 8.0 (jessie) - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for gmp on Raspbian GNU/Linux 8.0 (jessie) | |
Build date: 2018-01-25 02:05:06 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.5.0 | |
ORIGIN: https://github.com/Linuxbrew/brew | |
HEAD: e51af2acc89d27d09ade0fd148d1cdcaf30560d2 | |
Last commit: 5 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: cc49893668d6e1ea17892bec8c6622ed426dc1a9 | |
Core tap last commit: 12 minutes ago | |
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Cellar | |
HOMEBREW_CACHE: /home/pi/.cache/Homebrew | |
HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Cellar | |
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
CPU: quad-core 32-bit arm | |
Homebrew Ruby: 2.3.3 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby | |
Clang: N/A | |
Git: 2.1.4 => /usr/bin/git | |
Curl: 7.38.0 => /usr/bin/curl | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python => /usr/bin/python2.7 | |
Ruby: /usr/bin/ruby => /usr/bin/ruby2.1 | |
Java: 1.8.0_65 | |
Kernel: Linux 4.4.50-v7+ armv7l GNU/Linux | |
OS: Raspbian GNU/Linux 8.0 (jessie) (jessie) | |
Host glibc: 2.19 | |
/usr/bin/gcc: 4.9.2 | |
glibc: 2.23 | |
gcc: N/A | |
xorg: N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-01-25 02:02:48 +0530 | |
./configure | |
--disable-static | |
--prefix=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1 | |
--enable-cxx | |
checking build system type... armcortexa53neon-unknown-linux-gnueabihf | |
checking host system type... armcortexa53neon-unknown-linux-gnueabihf | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking ABI=64 | |
checking whether gcc-4.9 is gcc... yes | |
checking compiler gcc-4.9 -O2 -pedantic ... yes | |
checking compiler gcc-4.9 -O2 -pedantic has sizeof(long)==8... no | |
checking ABI=32 | |
checking whether gcc-4.9 is gcc... yes | |
checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer ... yes | |
checking whether ARM gcc unsigned division works... yes | |
checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a... yes | |
checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard... yes | |
checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon... yes | |
checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53... yes | |
checking for gcc... gcc-4.9 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc-4.9 accepts -g... yes | |
checking for gcc-4.9 option to accept ISO C89... none needed | |
checking whether gcc-4.9 understands -c and -o together... yes | |
checking for gcc-4.9 option to accept ISO C99... -std=gnu99 | |
checking for gcc-4.9 -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
checking how to run the C preprocessor... gcc-4.9 -std=gnu99 -E | |
checking build system compiler gcc-4.9 -std=gnu99... yes | |
checking for build system preprocessor... gcc-4.9 -std=gnu99 -E | |
checking for build system executable suffix... | |
checking whether build system compiler is ANSI... yes | |
checking for build system compiler math library... -lm | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++-4.9 accepts -g... yes | |
checking C++ compiler g++-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53... no, program does not run | |
checking C++ compiler g++-4.9 -g -O2... no, program does not run | |
configure: error: C++ compiler not available, see config.log for details | |
HOMEBREW_VERSION: 1.5.0 | |
ORIGIN: https://github.com/Linuxbrew/brew | |
HEAD: e51af2acc89d27d09ade0fd148d1cdcaf30560d2 | |
Last commit: 5 days ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: cc49893668d6e1ea17892bec8c6622ed426dc1a9 | |
Core tap last commit: 12 minutes ago | |
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Cellar | |
HOMEBREW_ARCHFLAGS: | |
HOMEBREW_CACHE: /home/pi/.cache/Homebrew | |
HOMEBREW_CC: gcc-4.9 | |
HOMEBREW_CCCFG: | |
HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Cellar | |
HOMEBREW_CXX: g++-4.9 | |
HOMEBREW_DEPENDENCIES: xz,m4 | |
HOMEBREW_DYNAMIC_LINKER: /home/linuxbrew/.linuxbrew/lib/ld.so | |
HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION: 1 | |
HOMEBREW_ERROR_PIPE: /tmp/homebrew20180125-8665-7ue27u/socket | |
HOMEBREW_FORMULA_PREFIX: /home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1 | |
HOMEBREW_ISYSTEM_PATHS: /home/linuxbrew/.linuxbrew/include | |
HOMEBREW_LIBRARY_PATHS: /home/linuxbrew/.linuxbrew/lib | |
HOMEBREW_OPT: /home/linuxbrew/.linuxbrew/opt | |
HOMEBREW_OPTFLAGS: | |
HOMEBREW_OPTIMIZATION_LEVEL: Os | |
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
HOMEBREW_RPATH_PATHS: /home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib:/home/linuxbrew/.linuxbrew/lib | |
HOMEBREW_TEMP: /tmp | |
CPU: quad-core 32-bit arm | |
Homebrew Ruby: 2.3.3 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby | |
Clang: N/A | |
Git: 2.1.4 => /usr/bin/git | |
Curl: 7.38.0 => /usr/bin/curl | |
Perl: N/A | |
Python: N/A | |
Ruby: N/A | |
Java: Picked up _JAVA_OPTIONS: -Duser.home=/home/pi/.cache/Homebrew/java_cache | |
Kernel: Linux 4.4.50-v7+ armv7l GNU/Linux | |
OS: Raspbian GNU/Linux 8.0 (jessie) (jessie) | |
Host glibc: 2.19 | |
/usr/bin/gcc: 4.9.2 | |
glibc: 2.23 | |
gcc: N/A | |
xorg: N/A | |
HOMEBREW_CC: gcc-4.9 | |
HOMEBREW_CXX: g++-4.9 | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew | |
PKG_CONFIG_PATH: /home/linuxbrew/.linuxbrew/opt/xz/lib/pkgconfig | |
PATH: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/linuxbrew/.linuxbrew/opt/xz/bin:/home/linuxbrew/.linuxbrew/opt/m4/bin:/home/linuxbrew/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc-4.9 called with: -E /tmp/cgSaKfrN/dummy.c | |
superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -E /tmp/cgSaKfrN/dummy.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -E - | |
superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -E - -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -E - | |
superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -E - -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -c conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -c conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -c conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: --version | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os --version -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: --version | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os --version -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -v | |
superenv executed: gcc-4.9 -v | |
gcc-4.9 called with: -V | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -V -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -qversion | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -qversion -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -o conftest -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -o conftest -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -o conftest -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -o conftest -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -c -g conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c -g conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c conftest.c -o conftest2.o -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c conftest.c -o conftest2.o -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -std=gnu99 -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -pipe -Os -std=gnu99 -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -std=gnu99 -E conftest.c | |
superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -std=gnu99 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -std=gnu99 -E conftest.c | |
superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -std=gnu99 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -std=gnu99 -E conftest.c | |
superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -std=gnu99 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -std=gnu99 -E conftest.c | |
superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -std=gnu99 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -std=gnu99 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -std=gnu99 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -std=gnu99 -E conftest.c | |
superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: gcc-4.9 -std=gnu99 -E conftest.c -isystem/home/linuxbrew/.linuxbrew/include | |
gcc-4.9 called with: -std=gnu99 conftest.c -o conftest.exe | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -std=gnu99 conftest.c -o conftest.exe -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -std=gnu99 conftest.c -o conftest,ff8 | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -std=gnu99 conftest.c -o conftest,ff8 -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -std=gnu99 conftest.c -o conftest | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -std=gnu99 conftest.c -o conftest -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -std=gnu99 conftest.c | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -std=gnu99 conftest.c -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
gcc-4.9 called with: -std=gnu99 conftest.c -lm | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: gcc-4.9 -pipe -Os -std=gnu99 conftest.c -lm -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
g++-4.9 called with: --version | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: g++-4.9 -pipe -Os --version -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
g++-4.9 called with: -v | |
superenv executed: g++-4.9 -v | |
g++-4.9 called with: -V | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: g++-4.9 -pipe -Os -V -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
g++-4.9 called with: -qversion | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: g++-4.9 -pipe -Os -qversion -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
g++-4.9 called with: -c conftest.cpp | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: g++-4.9 -pipe -Os -c conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include | |
g++-4.9 called with: -c -g conftest.cpp | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include | |
superenv executed: g++-4.9 -pipe -Os -c -g conftest.cpp -isystem/home/linuxbrew/.linuxbrew/include | |
g++-4.9 called with: -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.cc | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: g++-4.9 -pipe -Os -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.cc -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
g++-4.9 called with: -g -O2 conftest.cc | |
superenv added: -pipe -Os -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
superenv executed: g++-4.9 -pipe -Os -g -O2 conftest.cc -isystem/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/home/linuxbrew/.linuxbrew/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GNU MP configure 6.1.2, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-static --prefix=/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1 --enable-cxx | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = raspberrypi | |
uname -m = armv7l | |
uname -r = 4.4.50-v7+ | |
uname -s = Linux | |
uname -v = #970 SMP Mon Feb 20 19:18:29 GMT 2017 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super | |
PATH: /home/linuxbrew/.linuxbrew/opt/xz/bin | |
PATH: /home/linuxbrew/.linuxbrew/opt/m4/bin | |
PATH: /home/linuxbrew/.linuxbrew/opt/binutils/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3055: checking build system type | |
configure:3069: result: armcortexa53neon-unknown-linux-gnueabihf | |
configure:3089: checking host system type | |
configure:3102: result: armcortexa53neon-unknown-linux-gnueabihf | |
configure:3139: checking for a BSD-compatible install | |
configure:3207: result: /usr/bin/install -c | |
configure:3218: checking whether build environment is sane | |
configure:3273: result: yes | |
configure:3424: checking for a thread-safe mkdir -p | |
configure:3463: result: /bin/mkdir -p | |
configure:3470: checking for gawk | |
configure:3486: found /usr/bin/gawk | |
configure:3497: result: gawk | |
configure:3508: checking whether make sets $(MAKE) | |
configure:3530: result: yes | |
configure:3559: checking whether make supports nested variables | |
configure:3576: result: yes | |
configure:3705: checking whether to enable maintainer-specific portions of Makefiles | |
configure:3714: result: no | |
User: | |
ABI= | |
CC=gcc-4.9 | |
CFLAGS=(unset) | |
CPPFLAGS=(unset) | |
MPN_PATH= | |
GMP: | |
abilist=64 32 | |
cclist=gcc cc | |
configure:5779: gcc-4.9 -c conftest.c >&5 | |
configure:5782: $? = 0 | |
configure:5785: checking whether gcc-4.9 is gcc | |
configure:5787: result: yes | |
configure:5801: gcc-4.9 2>&1 | grep xlc >/dev/null | |
configure:5804: $? = 1 | |
configure:5858: checking compiler gcc-4.9 -O2 -pedantic | |
Test compile: | |
configure:5872: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:5875: $? = 0 | |
configure:5880: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5883: $? = 0 | |
Test compile: function pointer return | |
configure:5926: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:5929: $? = 0 | |
configure:5934: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5937: $? = 0 | |
Test compile: cmov instruction | |
configure:5982: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:5985: $? = 0 | |
configure:5990: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5993: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:6039: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:6042: $? = 0 | |
configure:6047: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6050: $? = 0 | |
Test compile: double negation | |
configure:6094: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:6097: $? = 0 | |
configure:6102: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6105: $? = 0 | |
Test compile: double -> float conversion | |
configure:6150: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:6153: $? = 0 | |
configure:6158: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6161: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:6235: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:6238: $? = 0 | |
configure:6243: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6246: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:6286: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
/home/linuxbrew/.linuxbrew/opt/glibc/lib/crt1.o: In function `_start': | |
/tmp/glibc-20180124-21848-qbq6w4/glibc-2.23/csu/../sysdeps/arm/start.S:119: undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:6289: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:6410: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:6413: $? = 0 | |
configure:6418: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6421: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:6475: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
typedef unsigned long long t1;typedef t1*t2; | |
^ | |
configure:6478: $? = 0 | |
configure:6483: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6486: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:6536: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
conftest.c: In function 'f': | |
conftest.c:7:26: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
void f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
configure:6539: $? = 0 | |
configure:6544: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6547: $? = 0 | |
Test compile: freebsd hacked gcc | |
configure:6597: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:6600: $? = 0 | |
configure:6605: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6608: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:6696: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:6699: $? = 0 | |
configure:6704: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6707: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:6805: gcc-4.9 -O2 -pedantic conftest.c >&5 | |
configure:6808: $? = 0 | |
configure:6813: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6816: $? = 0 | |
configure:6962: result: yes | |
configure: testlist sizeof-long-8 | |
configure:7137: checking compiler gcc-4.9 -O2 -pedantic has sizeof(long)==8 | |
configure:7150: gcc-4.9 -O2 -pedantic -c conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:4:14: error: size of array 'test_array' is negative | |
static int test_array [1 - 2 * (long) (sizeof (long) != 8)]; | |
^ | |
configure:7153: $? = 1 | |
configure:7158: result: no | |
configure:5779: gcc-4.9 -c conftest.c >&5 | |
configure:5782: $? = 0 | |
configure:5785: checking whether gcc-4.9 is gcc | |
configure:5787: result: yes | |
configure:5801: gcc-4.9 2>&1 | grep xlc >/dev/null | |
configure:5804: $? = 1 | |
configure:5858: checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer | |
Test compile: | |
configure:5872: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:5875: $? = 0 | |
configure:5880: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5883: $? = 0 | |
Test compile: function pointer return | |
configure:5926: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:5929: $? = 0 | |
configure:5934: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5937: $? = 0 | |
Test compile: cmov instruction | |
configure:5982: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:5985: $? = 0 | |
configure:5990: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5993: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:6039: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:6042: $? = 0 | |
configure:6047: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6050: $? = 0 | |
Test compile: double negation | |
configure:6094: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:6097: $? = 0 | |
configure:6102: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6105: $? = 0 | |
Test compile: double -> float conversion | |
configure:6150: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:6153: $? = 0 | |
configure:6158: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6161: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:6235: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:6238: $? = 0 | |
configure:6243: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6246: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:6286: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
/home/linuxbrew/.linuxbrew/opt/glibc/lib/crt1.o: In function `_start': | |
/tmp/glibc-20180124-21848-qbq6w4/glibc-2.23/csu/../sysdeps/arm/start.S:119: undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:6289: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:6410: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:6413: $? = 0 | |
configure:6418: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6421: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:6475: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
typedef unsigned long long t1;typedef t1*t2; | |
^ | |
configure:6478: $? = 0 | |
configure:6483: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6486: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:6536: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
conftest.c: In function 'f': | |
conftest.c:7:26: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
void f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
configure:6539: $? = 0 | |
configure:6544: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6547: $? = 0 | |
Test compile: freebsd hacked gcc | |
configure:6597: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:6600: $? = 0 | |
configure:6605: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6608: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:6696: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:6699: $? = 0 | |
configure:6704: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6707: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:6805: gcc-4.9 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 | |
configure:6808: $? = 0 | |
configure:6813: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6816: $? = 0 | |
configure:6962: result: yes | |
configure:7070: checking whether ARM gcc unsigned division works | |
gcc-4.9 (Raspbian 4.9.2-10) 4.9.2 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:7082: result: yes | |
configure:7476: checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a | |
Test compile: | |
configure:7490: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:7493: $? = 0 | |
configure:7498: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7501: $? = 0 | |
Test compile: function pointer return | |
configure:7544: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:7547: $? = 0 | |
configure:7552: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7555: $? = 0 | |
Test compile: cmov instruction | |
configure:7600: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:7603: $? = 0 | |
configure:7608: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7611: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:7657: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:7660: $? = 0 | |
configure:7665: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7668: $? = 0 | |
Test compile: double negation | |
configure:7712: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:7715: $? = 0 | |
configure:7720: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7723: $? = 0 | |
Test compile: double -> float conversion | |
configure:7768: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:7771: $? = 0 | |
configure:7776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7779: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:7853: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:7856: $? = 0 | |
configure:7861: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7864: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:7904: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
/home/linuxbrew/.linuxbrew/opt/glibc/lib/crt1.o: In function `_start': | |
/tmp/glibc-20180124-21848-qbq6w4/glibc-2.23/csu/../sysdeps/arm/start.S:119: undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:7907: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:8028: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:8031: $? = 0 | |
configure:8036: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8039: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:8093: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
typedef unsigned long long t1;typedef t1*t2; | |
^ | |
configure:8096: $? = 0 | |
configure:8101: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8104: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:8154: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
conftest.c: In function 'f': | |
conftest.c:7:26: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
void f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
configure:8157: $? = 0 | |
configure:8162: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8165: $? = 0 | |
Test compile: freebsd hacked gcc | |
configure:8215: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:8218: $? = 0 | |
configure:8223: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8226: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:8314: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:8317: $? = 0 | |
configure:8322: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8325: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:8423: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a conftest.c >&5 | |
configure:8426: $? = 0 | |
configure:8431: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8434: $? = 0 | |
configure:8580: result: yes | |
configure:7476: checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard | |
Test compile: | |
configure:7490: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:7493: $? = 0 | |
configure:7498: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7501: $? = 0 | |
Test compile: function pointer return | |
configure:7544: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:7547: $? = 0 | |
configure:7552: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7555: $? = 0 | |
Test compile: cmov instruction | |
configure:7600: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:7603: $? = 0 | |
configure:7608: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7611: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:7657: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:7660: $? = 0 | |
configure:7665: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7668: $? = 0 | |
Test compile: double negation | |
configure:7712: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:7715: $? = 0 | |
configure:7720: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7723: $? = 0 | |
Test compile: double -> float conversion | |
configure:7768: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:7771: $? = 0 | |
configure:7776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7779: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:7853: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:7856: $? = 0 | |
configure:7861: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7864: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:7904: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
/home/linuxbrew/.linuxbrew/opt/glibc/lib/crt1.o: In function `_start': | |
/tmp/glibc-20180124-21848-qbq6w4/glibc-2.23/csu/../sysdeps/arm/start.S:119: undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:7907: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:8028: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:8031: $? = 0 | |
configure:8036: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8039: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:8093: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
typedef unsigned long long t1;typedef t1*t2; | |
^ | |
configure:8096: $? = 0 | |
configure:8101: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8104: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:8154: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
conftest.c: In function 'f': | |
conftest.c:7:26: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
void f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
configure:8157: $? = 0 | |
configure:8162: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8165: $? = 0 | |
Test compile: freebsd hacked gcc | |
configure:8215: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:8218: $? = 0 | |
configure:8223: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8226: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:8314: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:8317: $? = 0 | |
configure:8322: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8325: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:8423: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard conftest.c >&5 | |
configure:8426: $? = 0 | |
configure:8431: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8434: $? = 0 | |
configure:8580: result: yes | |
configure:7476: checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon | |
Test compile: | |
configure:7490: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:7493: $? = 0 | |
configure:7498: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7501: $? = 0 | |
Test compile: function pointer return | |
configure:7544: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:7547: $? = 0 | |
configure:7552: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7555: $? = 0 | |
Test compile: cmov instruction | |
configure:7600: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:7603: $? = 0 | |
configure:7608: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7611: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:7657: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:7660: $? = 0 | |
configure:7665: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7668: $? = 0 | |
Test compile: double negation | |
configure:7712: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:7715: $? = 0 | |
configure:7720: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7723: $? = 0 | |
Test compile: double -> float conversion | |
configure:7768: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:7771: $? = 0 | |
configure:7776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7779: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:7853: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:7856: $? = 0 | |
configure:7861: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7864: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:7904: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
/home/linuxbrew/.linuxbrew/opt/glibc/lib/crt1.o: In function `_start': | |
/tmp/glibc-20180124-21848-qbq6w4/glibc-2.23/csu/../sysdeps/arm/start.S:119: undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:7907: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:8028: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:8031: $? = 0 | |
configure:8036: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8039: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:8093: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
typedef unsigned long long t1;typedef t1*t2; | |
^ | |
configure:8096: $? = 0 | |
configure:8101: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8104: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:8154: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
conftest.c: In function 'f': | |
conftest.c:7:26: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
void f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
configure:8157: $? = 0 | |
configure:8162: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8165: $? = 0 | |
Test compile: freebsd hacked gcc | |
configure:8215: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:8218: $? = 0 | |
configure:8223: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8226: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:8314: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:8317: $? = 0 | |
configure:8322: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8325: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:8423: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon conftest.c >&5 | |
configure:8426: $? = 0 | |
configure:8431: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8434: $? = 0 | |
configure:8580: result: yes | |
configure:7476: checking compiler gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 | |
Test compile: | |
configure:7490: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:7493: $? = 0 | |
configure:7498: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7501: $? = 0 | |
Test compile: function pointer return | |
configure:7544: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:7547: $? = 0 | |
configure:7552: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7555: $? = 0 | |
Test compile: cmov instruction | |
configure:7600: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:7603: $? = 0 | |
configure:7608: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7611: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:7657: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:7660: $? = 0 | |
configure:7665: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7668: $? = 0 | |
Test compile: double negation | |
configure:7712: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:7715: $? = 0 | |
configure:7720: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7723: $? = 0 | |
Test compile: double -> float conversion | |
configure:7768: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:7771: $? = 0 | |
configure:7776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7779: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:7853: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:7856: $? = 0 | |
configure:7861: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7864: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:7904: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
/home/linuxbrew/.linuxbrew/opt/glibc/lib/crt1.o: In function `_start': | |
/tmp/glibc-20180124-21848-qbq6w4/glibc-2.23/csu/../sysdeps/arm/start.S:119: undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:7907: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:8028: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:8031: $? = 0 | |
configure:8036: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8039: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:8093: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
typedef unsigned long long t1;typedef t1*t2; | |
^ | |
configure:8096: $? = 0 | |
configure:8101: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8104: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:8154: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
conftest.c: In function 'f': | |
conftest.c:7:26: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
void f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
configure:8157: $? = 0 | |
configure:8162: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8165: $? = 0 | |
Test compile: freebsd hacked gcc | |
configure:8215: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:8218: $? = 0 | |
configure:8223: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8226: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:8314: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:8317: $? = 0 | |
configure:8322: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8325: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:8423: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:8426: $? = 0 | |
configure:8431: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:8434: $? = 0 | |
configure:8580: result: yes | |
configure:8733: checking for gcc | |
configure:8760: result: gcc-4.9 | |
configure:8989: checking for C compiler version | |
configure:8998: gcc-4.9 --version >&5 | |
gcc-4.9 (Raspbian 4.9.2-10) 4.9.2 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:9009: $? = 0 | |
configure:8998: gcc-4.9 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=gcc-4.9 | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper | |
Target: arm-linux-gnueabihf | |
Configured with: ../src/configure -v --with-pkgversion='Raspbian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf | |
Thread model: posix | |
gcc version 4.9.2 (Raspbian 4.9.2-10) | |
configure:9009: $? = 0 | |
configure:8998: gcc-4.9 -V >&5 | |
gcc-4.9: error: unrecognized command line option '-V' | |
configure:9009: $? = 1 | |
configure:8998: gcc-4.9 -qversion >&5 | |
gcc-4.9: error: unrecognized command line option '-qversion' | |
configure:9009: $? = 1 | |
configure:9029: checking whether the C compiler works | |
configure:9051: gcc-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:9055: $? = 0 | |
configure:9103: result: yes | |
configure:9106: checking for C compiler default output file name | |
configure:9108: result: a.out | |
configure:9114: checking for suffix of executables | |
configure:9121: gcc-4.9 -o conftest -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:9125: $? = 0 | |
configure:9147: result: | |
configure:9169: checking whether we are cross compiling | |
configure:9177: gcc-4.9 -o conftest -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:9181: $? = 0 | |
configure:9188: ./conftest | |
configure:9192: $? = 0 | |
configure:9207: result: no | |
configure:9212: checking for suffix of object files | |
configure:9234: gcc-4.9 -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:9238: $? = 0 | |
configure:9259: result: o | |
configure:9263: checking whether we are using the GNU C compiler | |
configure:9282: gcc-4.9 -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:9282: $? = 0 | |
configure:9291: result: yes | |
configure:9300: checking whether gcc-4.9 accepts -g | |
configure:9320: gcc-4.9 -c -g conftest.c >&5 | |
configure:9320: $? = 0 | |
configure:9361: result: yes | |
configure:9378: checking for gcc-4.9 option to accept ISO C89 | |
configure:9441: gcc-4.9 -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:9441: $? = 0 | |
configure:9454: result: none needed | |
configure:9479: checking whether gcc-4.9 understands -c and -o together | |
configure:9501: gcc-4.9 -c conftest.c -o conftest2.o | |
configure:9504: $? = 0 | |
configure:9501: gcc-4.9 -c conftest.c -o conftest2.o | |
configure:9504: $? = 0 | |
configure:9516: result: yes | |
configure:9537: checking for gcc-4.9 option to accept ISO C99 | |
configure:9686: gcc-4.9 -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
conftest.c:20:1: warning: C++ style comments are not allowed in ISO C90 | |
// Check varargs macros. These examples are taken from C99 6.10.3.5. | |
^ | |
conftest.c:20:1: warning: (this will be reported only once per input file) | |
conftest.c:21:15: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] | |
#define debug(...) fprintf (stderr, __VA_ARGS__) | |
^ | |
conftest.c:22:18: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] | |
#define showlist(...) puts (#__VA_ARGS__) | |
^ | |
conftest.c:23:21: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] | |
#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | |
^ | |
conftest.c:36:15: warning: use of C99 long long integer constant [-Wlong-long] | |
#define BIG64 18446744073709551615ull | |
^ | |
conftest.c:38:17: note: in expansion of macro 'BIG64' | |
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | |
^ | |
conftest.c:39:6: note: in expansion of macro 'BIG_OK' | |
#if !BIG_OK | |
^ | |
conftest.c:38:34: warning: use of C99 long long integer constant [-Wlong-long] | |
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | |
^ | |
conftest.c:39:6: note: in expansion of macro 'BIG_OK' | |
#if !BIG_OK | |
^ | |
conftest.c:36:15: warning: use of C99 long long integer constant [-Wlong-long] | |
#define BIG64 18446744073709551615ull | |
^ | |
conftest.c:38:51: note: in expansion of macro 'BIG64' | |
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | |
^ | |
conftest.c:39:6: note: in expansion of macro 'BIG_OK' | |
#if !BIG_OK | |
^ | |
conftest.c:36:15: warning: use of C99 long long integer constant [-Wlong-long] | |
#define BIG64 18446744073709551615ull | |
^ | |
conftest.c:38:17: note: in expansion of macro 'BIG64' | |
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | |
^ | |
conftest.c:42:5: note: in expansion of macro 'BIG_OK' | |
#if BIG_OK | |
^ | |
conftest.c:38:34: warning: use of C99 long long integer constant [-Wlong-long] | |
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | |
^ | |
conftest.c:42:5: note: in expansion of macro 'BIG_OK' | |
#if BIG_OK | |
^ | |
conftest.c:36:15: warning: use of C99 long long integer constant [-Wlong-long] | |
#define BIG64 18446744073709551615ull | |
^ | |
conftest.c:38:51: note: in expansion of macro 'BIG64' | |
#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | |
^ | |
conftest.c:42:5: note: in expansion of macro 'BIG_OK' | |
#if BIG_OK | |
^ | |
conftest.c:46:13: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
static long long int bignum = -9223372036854775807LL; | |
^ | |
conftest.c:46:32: warning: use of C99 long long integer constant [-Wlong-long] | |
static long long int bignum = -9223372036854775807LL; | |
^ | |
conftest.c:47:22: warning: ISO C90 does not support 'long long' [-Wlong-long] | |
static unsigned long long int ubignum = BIG64; | |
^ | |
conftest.c:36:15: warning: use of C99 long long integer constant [-Wlong-long] | |
#define BIG64 18446744073709551615ull | |
^ | |
conftest.c:47:41: note: in expansion of macro 'BIG64' | |
static unsigned long long int ubignum = BIG64; | |
^ | |
conftest.c:52:10: warning: ISO C90 does not support flexible array members [-Wpedantic] | |
double data[]; | |
^ | |
conftest.c:64:29: error: expected ';', ',' or ')' before 'text' | |
test_restrict (ccp restrict text) | |
^ | |
conftest.c: In function 'test_varargs': | |
conftest.c:80:3: warning: ISO C90 forbids mixed declarations and code [-Wpedantic] | |
va_list args_copy; | |
^ | |
conftest.c:83:3: warning: ISO C90 forbids mixed declarations and code [-Wpedantic] | |
const char *str; | |
^ | |
conftest.c: In function 'main': | |
conftest.c:118:3: warning: ISO C forbids nested functions [-Wpedantic] | |
char *restrict newvar = "Another string"; | |
^ | |
conftest.c:118:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' | |
char *restrict newvar = "Another string"; | |
^ | |
conftest.c:118:3: warning: ISO C90 forbids mixed declarations and code [-Wpedantic] | |
char *restrict newvar = "Another string"; | |
^ | |
conftest.c:118:18: error: 'newvar' undeclared (first use in this function) | |
char *restrict newvar = "Another string"; | |
^ | |
conftest.c:118:18: note: each undeclared identifier is reported only once for each function it appears in | |
conftest.c:125:3: warning: ISO C90 forbids mixed declarations and code [-Wpedantic] | |
struct incomplete_array *ia = | |
^ | |
conftest.c:128:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode | |
for (int i = 0; i < ia->datasize; ++i) | |
^ | |
conftest.c:128:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code | |
conftest.c:133:5: warning: ISO C90 forbids specifying subobject to initialize [-Wpedantic] | |
.number = 34, | |
^ | |
conftest.c:134:5: warning: ISO C90 forbids specifying subobject to initialize [-Wpedantic] | |
.name = L"Test wide string", | |
^ | |
conftest.c:135:5: warning: ISO C90 forbids specifying subobject to initialize [-Wpedantic] | |
.average = 543.34343, | |
^ | |
conftest.c:132:3: warning: ISO C90 forbids mixed declarations and code [-Wpedantic] | |
struct named_init ni = { | |
^ | |
conftest.c:140:3: warning: ISO C90 forbids variable length array 'dynamic_array' [-Wvla] | |
int dynamic_array[ni.number]; | |
^ | |
conftest.c:140:3: warning: ISO C90 forbids mixed declarations and code [-Wpedantic] | |
conftest.c:144:33: warning: use of C99 long long integer constant [-Wlong-long] | |
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | |
^ | |
conftest.c:144:51: warning: use of C99 long long integer constant [-Wlong-long] | |
return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | |
^ | |
configure:9686: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "6.1.2" | |
| #define PACKAGE_STRING "GNU MP 6.1.2" | |
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "6.1.2" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_armcortexa53neon 1 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| /* end confdefs.h. */ | |
| #include <stdarg.h> | |
| #include <stdbool.h> | |
| #include <stdlib.h> | |
| #include <wchar.h> | |
| #include <stdio.h> | |
| | |
| // Check varargs macros. These examples are taken from C99 6.10.3.5. | |
| #define debug(...) fprintf (stderr, __VA_ARGS__) | |
| #define showlist(...) puts (#__VA_ARGS__) | |
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | |
| static void | |
| test_varargs_macros (void) | |
| { | |
| int x = 1234; | |
| int y = 5678; | |
| debug ("Flag"); | |
| debug ("X = %d\n", x); | |
| showlist (The first, second, and third items.); | |
| report (x>y, "x is %d but y is %d", x, y); | |
| } | |
| | |
| // Check long long types. | |
| #define BIG64 18446744073709551615ull | |
| #define BIG32 4294967295ul | |
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | |
| #if !BIG_OK | |
| your preprocessor is broken; | |
| #endif | |
| #if BIG_OK | |
| #else | |
| your preprocessor is broken; | |
| #endif | |
| static long long int bignum = -9223372036854775807LL; | |
| static unsigned long long int ubignum = BIG64; | |
| | |
| struct incomplete_array | |
| { | |
| int datasize; | |
| double data[]; | |
| }; | |
| | |
| struct named_init { | |
| int number; | |
| const wchar_t *name; | |
| double average; | |
| }; | |
| | |
| typedef const char *ccp; | |
| | |
| static inline int | |
| test_restrict (ccp restrict text) | |
| { | |
| // See if C++-style comments work. | |
| // Iterate through items via the restricted pointer. | |
| // Also check for declarations in for loops. | |
| for (unsigned int i = 0; *(text+i) != '\0'; ++i) | |
| continue; | |
| return 0; | |
| } | |
| | |
| // Check varargs and va_copy. | |
| static void | |
| test_varargs (const char *format, ...) | |
| { | |
| va_list args; | |
| va_start (args, format); | |
| va_list args_copy; | |
| va_copy (args_copy, args); | |
| | |
| const char *str; | |
| int number; | |
| float fnumber; | |
| | |
| while (*format) | |
| { | |
| switch (*format++) | |
| { | |
| case 's': // string | |
| str = va_arg (args_copy, const char *); | |
| break; | |
| case 'd': // int | |
| number = va_arg (args_copy, int); | |
| break; | |
| case 'f': // float | |
| fnumber = va_arg (args_copy, double); | |
| break; | |
| default: | |
| break; | |
| } | |
| } | |
| va_end (args_copy); | |
| va_end (args); | |
| } | |
| | |
| int | |
| main () | |
| { | |
| | |
| // Check bool. | |
| _Bool success = false; | |
| | |
| // Check restrict. | |
| if (test_restrict ("String literal") == 0) | |
| success = true; | |
| char *restrict newvar = "Another string"; | |
| | |
| // Check varargs. | |
| test_varargs ("s, d' f .", "string", 65, 34.234); | |
| test_varargs_macros (); | |
| | |
| // Check flexible array members. | |
| struct incomplete_array *ia = | |
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | |
| ia->datasize = 10; | |
| for (int i = 0; i < ia->datasize; ++i) | |
| ia->data[i] = i * 1.234; | |
| | |
| // Check named initializers. | |
| struct named_init ni = { | |
| .number = 34, | |
| .name = L"Test wide string", | |
| .average = 543.34343, | |
| }; | |
| | |
| ni.number = 58; | |
| | |
| int dynamic_array[ni.number]; | |
| dynamic_array[ni.number - 1] = 543; | |
| | |
| // work around unused variable warnings | |
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | |
| || dynamic_array[ni.number - 1] != 543); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9686: gcc-4.9 -std=gnu99 -c -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.c >&5 | |
configure:9686: $? = 0 | |
configure:9706: result: -std=gnu99 | |
configure:9807: checking for gcc-4.9 -std=gnu99 option to accept ISO Standard C | |
configure:9821: result: -std=gnu99 | |
configure:9830: checking how to run the C preprocessor | |
configure:9861: gcc-4.9 -std=gnu99 -E conftest.c | |
configure:9861: $? = 0 | |
configure:9875: gcc-4.9 -std=gnu99 -E conftest.c | |
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:9875: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "6.1.2" | |
| #define PACKAGE_STRING "GNU MP 6.1.2" | |
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "6.1.2" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_armcortexa53neon 1 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:9900: result: gcc-4.9 -std=gnu99 -E | |
configure:9920: gcc-4.9 -std=gnu99 -E conftest.c | |
configure:9920: $? = 0 | |
configure:9934: gcc-4.9 -std=gnu99 -E conftest.c | |
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:9934: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "6.1.2" | |
| #define PACKAGE_STRING "GNU MP 6.1.2" | |
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "6.1.2" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_armcortexa53neon 1 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:10032: checking build system compiler gcc-4.9 -std=gnu99 | |
configure:10045: gcc-4.9 -std=gnu99 conftest.c | |
configure:10048: $? = 0 | |
configure:10055: result: yes | |
configure:10074: checking for build system preprocessor | |
configure:10085: gcc-4.9 -std=gnu99 -E conftest.c | |
# 1 "conftest.c" | |
# 1 "<built-in>" | |
# 1 "<command-line>" | |
# 1 "/home/linuxbrew/.linuxbrew/include/stdc-predef.h" 1 3 4 | |
# 1 "<command-line>" 2 | |
# 1 "conftest.c" | |
configure:10088: $? = 0 | |
configure:10103: result: gcc-4.9 -std=gnu99 -E | |
configure:10110: checking for build system executable suffix | |
configure:10124: gcc-4.9 -std=gnu99 conftest.c -o conftest.exe | |
configure:10127: $? = 0 | |
./configure: line 10129: ./conftest: No such file or directory | |
configure:10124: gcc-4.9 -std=gnu99 conftest.c -o conftest,ff8 | |
configure:10127: $? = 0 | |
./configure: line 10129: ./conftest: No such file or directory | |
configure:10124: gcc-4.9 -std=gnu99 conftest.c -o conftest | |
configure:10127: $? = 0 | |
configure:10141: result: | |
configure:10147: checking whether build system compiler is ANSI | |
configure:10160: gcc-4.9 -std=gnu99 conftest.c | |
configure:10163: $? = 0 | |
configure:10172: result: yes | |
configure:10182: checking for build system compiler math library | |
configure:10202: gcc-4.9 -std=gnu99 conftest.c -lm | |
configure:10205: $? = 0 | |
configure:10214: result: -lm | |
configure:10349: checking for C++ compiler version | |
configure:10358: g++-4.9 --version >&5 | |
g++-4.9 (Raspbian 4.9.2-10) 4.9.2 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:10369: $? = 0 | |
configure:10358: g++-4.9 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=g++-4.9 | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper | |
Target: arm-linux-gnueabihf | |
Configured with: ../src/configure -v --with-pkgversion='Raspbian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf | |
Thread model: posix | |
gcc version 4.9.2 (Raspbian 4.9.2-10) | |
configure:10369: $? = 0 | |
configure:10358: g++-4.9 -V >&5 | |
g++-4.9: error: unrecognized command line option '-V' | |
configure:10369: $? = 1 | |
configure:10358: g++-4.9 -qversion >&5 | |
g++-4.9: error: unrecognized command line option '-qversion' | |
configure:10369: $? = 1 | |
configure:10373: checking whether we are using the GNU C++ compiler | |
configure:10392: g++-4.9 -c conftest.cpp >&5 | |
configure:10392: $? = 0 | |
configure:10401: result: yes | |
configure:10410: checking whether g++-4.9 accepts -g | |
configure:10430: g++-4.9 -c -g conftest.cpp >&5 | |
configure:10430: $? = 0 | |
configure:10471: result: yes | |
CXXFLAGS chosen by autoconf: -g -O2 | |
configure:10521: checking C++ compiler g++-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 | |
Test compile: | |
configure:10535: g++-4.9 -O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53 conftest.cc >&5 | |
configure:10538: $? = 0 | |
configure:10542: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
./a.out: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory | |
./configure: line 10543: ./b.out: No such file or directory | |
./configure: line 10543: ./a.exe: No such file or directory | |
./configure: line 10543: ./a_out.exe: No such file or directory | |
./configure: line 10543: ./conftest: No such file or directory | |
configure:10545: $? = 127 | |
failed program was: | |
int main (void) { return 0; } | |
configure:10650: result: no, program does not run | |
configure:10521: checking C++ compiler g++-4.9 -g -O2 | |
Test compile: | |
configure:10535: g++-4.9 -g -O2 conftest.cc >&5 | |
configure:10538: $? = 0 | |
configure:10542: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
./a.out: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory | |
./configure: line 10543: ./b.out: No such file or directory | |
./configure: line 10543: ./a.exe: No such file or directory | |
./configure: line 10543: ./a_out.exe: No such file or directory | |
./configure: line 10543: ./conftest: No such file or directory | |
configure:10545: $? = 127 | |
failed program was: | |
int main (void) { return 0; } | |
configure:10650: result: no, program does not run | |
configure:10666: error: C++ compiler not available, see config.log for details | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=armcortexa53neon-unknown-linux-gnueabihf | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_ABI_set= | |
ac_cv_env_ABI_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_FOR_BUILD_set= | |
ac_cv_env_CC_FOR_BUILD_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=gcc-4.9 | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_FOR_BUILD_set= | |
ac_cv_env_CPP_FOR_BUILD_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=g++-4.9 | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_set= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_value= | |
ac_cv_env_M4_set= | |
ac_cv_env_M4_value= | |
ac_cv_env_YACC_set= | |
ac_cv_env_YACC_value= | |
ac_cv_env_YFLAGS_set= | |
ac_cv_env_YFLAGS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_host=armcortexa53neon-unknown-linux-gnueabihf | |
ac_cv_objext=o | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_mkdir=/bin/mkdir | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='gcc-4.9 -std=gnu99 -E' | |
ac_cv_prog_ac_ct_CC=gcc-4.9 | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_c99=-std=gnu99 | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cc_stdc=-std=gnu99 | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
gmp_cv_c_for_build_ansi=yes | |
gmp_cv_check_libm_for_build=-lm | |
gmp_cv_prog_cpp_for_build='gcc-4.9 -std=gnu99 -E' | |
gmp_cv_prog_exeext_for_build= | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ABI='32' | |
ACLOCAL='${SHELL} /tmp/gmp-20180125-9361-1vfjamq/gmp-6.1.2/missing aclocal-1.15' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='1' | |
AM_V='$(V)' | |
AR='' | |
AS='' | |
ASMFLAGS='' | |
AUTOCONF='${SHELL} /tmp/gmp-20180125-9361-1vfjamq/gmp-6.1.2/missing autoconf' | |
AUTOHEADER='${SHELL} /tmp/gmp-20180125-9361-1vfjamq/gmp-6.1.2/missing autoheader' | |
AUTOMAKE='${SHELL} /tmp/gmp-20180125-9361-1vfjamq/gmp-6.1.2/missing automake-1.15' | |
AWK='gawk' | |
CALLING_CONVENTIONS_OBJS='arm32call.lo arm32check.lo' | |
CC='gcc-4.9 -std=gnu99' | |
CCAS='gcc-4.9 -std=gnu99 -c' | |
CC_FOR_BUILD='gcc-4.9 -std=gnu99' | |
CFLAGS='-O2 -pedantic -fomit-frame-pointer -march=armv8-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a53' | |
CPP='gcc-4.9 -std=gnu99 -E' | |
CPPFLAGS='' | |
CPP_FOR_BUILD='gcc-4.9 -std=gnu99 -E' | |
CXX='g++-4.9' | |
CXXCPP='' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */' | |
DEFS='' | |
DLLTOOL='' | |
DSYMUTIL='' | |
DUMPBIN='' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='' | |
ENABLE_STATIC_FALSE='' | |
ENABLE_STATIC_TRUE='' | |
EXEEXT='' | |
EXEEXT_FOR_BUILD='' | |
FGREP='' | |
GMP_LDFLAGS='' | |
GMP_LIMB_BITS='' | |
GMP_NAIL_BITS='0' | |
GREP='' | |
HAVE_CLOCK_01='' | |
HAVE_CPUTIME_01='' | |
HAVE_GETRUSAGE_01='' | |
HAVE_GETTIMEOFDAY_01='' | |
HAVE_HOST_CPU_FAMILY_power='0' | |
HAVE_HOST_CPU_FAMILY_powerpc='0' | |
HAVE_SIGACTION_01='' | |
HAVE_SIGALTSTACK_01='' | |
HAVE_SIGSTACK_01='' | |
HAVE_STACK_T_01='' | |
HAVE_SYS_RESOURCE_H_01='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='' | |
LDFLAGS='' | |
LEX='' | |
LEXLIB='' | |
LEX_OUTPUT_ROOT='' | |
LIBCURSES='' | |
LIBGMPXX_LDFLAGS='' | |
LIBGMP_DLL='' | |
LIBGMP_LDFLAGS='' | |
LIBM='' | |
LIBM_FOR_BUILD='-lm' | |
LIBOBJS='' | |
LIBREADLINE='' | |
LIBS='' | |
LIBTOOL='' | |
LIPO='' | |
LN_S='' | |
LTLIBOBJS='' | |
LT_SYS_LIBRARY_PATH='' | |
M4='' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /tmp/gmp-20180125-9361-1vfjamq/gmp-6.1.2/missing makeinfo' | |
MANIFEST_TOOL='' | |
MKDIR_P='/bin/mkdir -p' | |
NM='' | |
NMEDIT='' | |
OBJDUMP='' | |
OBJEXT='o' | |
OTOOL64='' | |
OTOOL='' | |
PACKAGE='gmp' | |
PACKAGE_BUGREPORT='gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html' | |
PACKAGE_NAME='GNU MP' | |
PACKAGE_STRING='GNU MP 6.1.2' | |
PACKAGE_TARNAME='gmp' | |
PACKAGE_URL='http://www.gnu.org/software/gmp/' | |
PACKAGE_VERSION='6.1.2' | |
PATH_SEPARATOR=':' | |
RANLIB='' | |
SED='' | |
SET_MAKE='' | |
SHELL='/bin/bash' | |
SPEED_CYCLECOUNTER_OBJ='' | |
STRIP='' | |
TAL_OBJECT='' | |
TUNE_LIBS='' | |
TUNE_SQR_OBJ='' | |
U_FOR_BUILD='' | |
VERSION='6.1.2' | |
WANT_CXX_FALSE='' | |
WANT_CXX_TRUE='' | |
WITH_READLINE_01='' | |
YACC='' | |
YFLAGS='' | |
ac_ct_AR='' | |
ac_ct_CC='gcc-4.9' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__isrc='' | |
am__leading_dot='.' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='armcortexa53neon-unknown-linux-gnueabihf' | |
build_alias='' | |
build_cpu='armcortexa53neon' | |
build_os='linux-gnueabihf' | |
build_vendor='unknown' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
gmp_srclinks='' | |
host='armcortexa53neon-unknown-linux-gnueabihf' | |
host_alias='' | |
host_cpu='armcortexa53neon' | |
host_os='linux-gnueabihf' | |
host_vendor='unknown' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /tmp/gmp-20180125-9361-1vfjamq/gmp-6.1.2/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
mpn_objects='' | |
mpn_objs_in_libgmp='' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/home/linuxbrew/.linuxbrew/Cellar/gmp/6.1.2_1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "GNU MP" | |
#define PACKAGE_TARNAME "gmp" | |
#define PACKAGE_VERSION "6.1.2" | |
#define PACKAGE_STRING "GNU MP 6.1.2" | |
#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html" | |
#define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
#define PACKAGE "gmp" | |
#define VERSION "6.1.2" | |
#define WANT_FFT 1 | |
#define HAVE_HOST_CPU_armcortexa53neon 1 | |
#define HAVE_CALLING_CONVENTIONS 1 | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment