Created
April 23, 2018 21:56
-
-
Save gbrand-salesforce/873579e846cb972fcf2fccdd5c90fabd to your computer and use it in GitHub Desktop.
gcc@5 on macOS 10.13.4 - Homebrew build logs
This file contains hidden or 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 gcc@5 on macOS 10.13.4 | |
Build date: 2018-04-23 23:32:46 |
This file contains hidden or 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.6.2 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 648a7c7b1ed540e0629d3ce0a8b68a4a3dc9faed | |
Last commit: 28 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 22511f2e939b274a4e0818d82885522279adf654 | |
Core tap last commit: 8 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_GITHUB_API_TOKEN: set | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby | |
Clang: 9.1 build 902 | |
Git: 2.15.1 => /usr/local/bin/git | |
Curl: 7.54.0 => /usr/bin/curl | |
Java: 1.8.0_66 | |
macOS: 10.13.4-x86_64 | |
CLT: N/A | |
Xcode: 9.3 | |
XQuartz: 2.7.11 => /opt/X11 |
This file contains hidden or 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 hidden or 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@5 |
This file contains hidden or 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-04-23 23:32:36 +0200 | |
../configure | |
--build=x86_64-apple-darwin17.5.0 | |
--prefix=/usr/local/Cellar/gcc@5/5.5.0_2 | |
--libdir=/usr/local/Cellar/gcc@5/5.5.0_2/lib/gcc/5 | |
--enable-languages=c,c++,objc,obj-c++,fortran | |
--program-suffix=-5 | |
--with-gmp=/usr/local/opt/gmp | |
--with-mpfr=/usr/local/opt/mpfr | |
--with-mpc=/usr/local/opt/libmpc | |
--with-system-zlib | |
--enable-libstdcxx-time=yes | |
--enable-stage1-checking | |
--enable-checking=release | |
--enable-lto | |
--enable-plugin | |
--disable-werror | |
--with-pkgversion=Homebrew GCC 5.5.0_2 | |
--with-bugurl=https://github.com/Homebrew/homebrew-core/issues | |
--disable-nls | |
--enable-multilib | |
--with-native-system-header-dir=/usr/include | |
--with-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
checking build system type... x86_64-apple-darwin17.5.0 | |
checking host system type... x86_64-apple-darwin17.5.0 | |
checking target system type... x86_64-apple-darwin17.5.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln works... yes | |
checking whether ln -s works... yes | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking for libatomic support... yes | |
checking for libcilkrts support... yes | |
checking for libitm support... yes | |
checking for libsanitizer support... yes | |
checking for libvtv support... no | |
checking for gcc... clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking whether g++ accepts -static-libstdc++ -static-libgcc... no | |
checking for gnatbind... no | |
checking for gnatmake... no | |
checking whether compiler driver understands Ada... no | |
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 | |
checking for objdir... .libs | |
checking for the correct version of gmp.h... yes | |
checking for the correct version of mpfr.h... yes | |
checking for the correct version of mpc.h... yes | |
checking for the correct version of the gmp/mpfr/mpc libraries... yes | |
configure: WARNING: using in-tree ISL, disabling version check | |
The following languages will be built: c,c++,fortran,lto,objc,obj-c++ | |
*** This configuration is not supported in the following subdirectories: | |
zlib target-libvtv target-libmpx target-libgo gnattools gotools target-libada target-libffi target-libbacktrace target-zlib target-libjava target-liboffloadmic target-boehm-gc | |
(Any other directories should still work fine.) | |
rm: conftest.dSYM: is a directory | |
checking for default BUILD_CONFIG... bootstrap-debug | |
checking for --enable-vtable-verify... no | |
checking for bison... bison -y | |
checking for bison... bison | |
checking for gm4... gm4 | |
checking for flex... flex | |
checking for flex... flex | |
checking for makeinfo... makeinfo | |
checking for expect... expect | |
checking for runtest... no | |
checking for ar... ar | |
checking for as... as | |
checking for dlltool... no | |
checking for ld... (cached) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking for lipo... lipo | |
checking for nm... nm | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking for windres... no | |
checking for windmc... no | |
checking for objcopy... no | |
checking for objdump... objdump | |
checking for readelf... no | |
checking for cc... cc | |
checking for c++... c++ | |
checking for gcc... gcc | |
checking for gcj... no | |
checking for gfortran... no | |
checking for gccgo... no | |
checking for ar... no | |
checking for ar... ar | |
checking for as... no | |
checking for as... as | |
checking for dlltool... no | |
checking for dlltool... no | |
checking for ld... no | |
checking for ld... ld | |
checking for lipo... no | |
checking for lipo... lipo | |
checking for nm... no | |
checking for nm... nm | |
checking for objcopy... no | |
checking for objcopy... no | |
checking for objdump... no | |
checking for objdump... objdump | |
checking for ranlib... no | |
checking for ranlib... ranlib | |
checking for readelf... no | |
checking for readelf... no | |
checking for strip... no | |
checking for strip... strip | |
checking for windres... no | |
checking for windres... no | |
checking for windmc... no | |
checking for windmc... no | |
checking where to find the target ar... host tool | |
checking where to find the target as... host tool | |
checking where to find the target cc... just compiled | |
checking where to find the target c++... just compiled | |
checking where to find the target c++ for libstdc++... just compiled | |
checking where to find the target dlltool... host tool | |
checking where to find the target gcc... just compiled | |
checking where to find the target gcj... host tool | |
checking where to find the target gfortran... just compiled | |
checking where to find the target gccgo... host tool | |
checking where to find the target ld... host tool | |
checking where to find the target lipo... host tool | |
checking where to find the target nm... host tool | |
checking where to find the target objcopy... host tool | |
checking where to find the target objdump... host tool | |
checking where to find the target ranlib... host tool | |
checking where to find the target readelf... host tool | |
checking where to find the target strip... host tool | |
checking where to find the target windres... host tool | |
checking where to find the target windmc... host tool | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
configure: creating ./config.status | |
config.status: creating Makefile |
This file contains hidden or 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
clang called with: --version | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: --version | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native --version -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -v | |
superenv executed: clang++ -v | |
clang++ called with: -V | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -V -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -qversion | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -qversion -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g conftest.cpp | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.adb | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.adb -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib -lmpc -lmpfr -lgmp | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib -lmpc -lmpfr -lgmp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
ld called with: -S -r -no_uuid conftest.o.g0 -o conftest.o.g0.stripped | |
superenv added: -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
superenv executed: ld -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -S -r -no_uuid conftest.o.g0 -o conftest.o.g0.stripped -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
ld called with: -S -r -no_uuid conftest.o.g -o conftest.o.g.stripped | |
superenv added: -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
superenv executed: ld -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -S -r -no_uuid conftest.o.g -o conftest.o.g.stripped -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
gcc called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file has been truncated, but you can view the full file.
This file contains hidden or 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-04-23 23:32:44 +0200 | |
make | |
bootstrap | |
echo stage3 > stage_final | |
mkdir build-x86_64-apple-darwin17.5.0 | |
mkdir build-x86_64-apple-darwin17.5.0 | |
mkdir build-x86_64-apple-darwin17.5.0 | |
mkdir: build-x86_64-apple-darwin17.5.0: File exists | |
mkdir build-x86_64-apple-darwin17.5.0/libcpp | |
mkdir: build-x86_64-apple-darwin17.5.0: mkdir build-x86_64-apple-darwin17.5.0/libiberty | |
File exists | |
mkdir build-x86_64-apple-darwin17.5.0/fixincludes | |
Configuring in build-x86_64-apple-darwin17.5.0/libiberty | |
Configuring in build-x86_64-apple-darwin17.5.0/libcpp | |
Configuring in build-x86_64-apple-darwin17.5.0/fixincludes | |
Configuring stage 1 in ./isl | |
Configuring stage 1 in ./libbacktrace | |
Configuring stage 1 in ./libdecnumber | |
Configuring stage 1 in ./libiberty | |
Configuring stage 1 in ./intl | |
configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
checking for perl... perl | |
configure: creating cache ./config.cache | |
checking build system type... checking build system type... checking build system type... x86_64-apple-darwin17.5.0 | |
checking host system type... x86_64-apple-darwin17.5.0 | |
checking host system type... configure: creating cache ./config.cache | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
x86_64-apple-darwin17.5.0 | |
checking host system type... checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... x86_64-apple-darwin17.5.0 | |
checking target system type... x86_64-apple-darwin17.5.0 | |
configure: creating cache ./config.cache | |
checking for x86_64-apple-darwin17.5.0-ar... ar | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking whether to install libiberty headers and static library... no | |
configure: target_header_dir = | |
yes | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
checking for perl... yes | |
perl | |
checking for a BSD-compatible install... /usr/bin/install -c | |
configure: creating cache ./config.cache | |
checking whether NLS is requested... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... checking build system type... checking for msgfmt... no | |
checking for gmsgfmt... yes | |
: | |
x86_64-apple-darwin17.5.0 | |
checking target system type... checking for xgettext... no | |
x86_64-apple-darwin17.5.0 | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
checking build system type... checking for a thread-safe mkdir -p... checking for msgmerge... no | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
../../isl/./install-sh -c -d | |
checking for gawk... awk | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... x86_64-apple-darwin17.5.0 | |
checking host system type... x86_64-apple-darwin17.5.0 | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes | |
x86_64-apple-darwin17.5.0 | |
checking host system type... checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make supports nested variables... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
yes | |
x86_64-apple-darwin17.5.0 | |
checking target system type... checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make supports nested variables... (cached) yes | |
x86_64-apple-darwin17.5.0 | |
checking for x86_64-apple-darwin17.5.0-ar... ar | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking whether to install libiberty headers and static library... no | |
configure: target_header_dir = | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
x86_64-apple-darwin17.5.0 | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... checking for C compiler default output file name... checking whether the C compiler works... checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... a.out | |
checking whether the C compiler works... checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... a.out | |
checking whether the C compiler works... checking for C compiler default output file name... yes | |
checking for C compiler default output file name... a.out | |
yes | |
checking for suffix of executables... checking whether we are cross compiling... no | |
checking for suffix of executables... a.out | |
checking whether the C compiler works... | |
yes | |
checking for suffix of object files... checking whether we are cross compiling... no | |
checking for suffix of executables... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... checking for suffix of object files... | |
checking for suffix of object files... a.out | |
checking whether the C compiler works... | |
yes | |
o | |
checking whether we are using the GNU C compiler... checking for suffix of object files... checking whether we are cross compiling... no | |
checking for suffix of executables... checking whether we are cross compiling... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... o | |
checking whether we are using the GNU C compiler... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... no | |
yes | |
checking whether clang accepts -g... checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... yes | |
checking whether clang accepts -g... o | |
checking whether we are using the GNU C compiler... yes | |
checking for clang option to accept ISO C89... yes | |
checking whether clang accepts -g... o | |
checking whether we are using the GNU C compiler... yes | |
checking for clang option to accept ISO C89... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking for aclocal... no | |
checking for autoconf... no | |
checking for autoheader... no | |
yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... checking whether clang supports -W... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
none needed | |
checking how to run the C preprocessor... checking build system type... none needed | |
yes | |
checking for clang option to accept ISO C89... yes | |
checking for clang option to accept ISO C89... yes | |
x86_64-apple-darwin17.5.0 | |
checking host system type... none needed | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... checking whether clang supports -Wall... none needed | |
checking how to run the C preprocessor... x86_64-apple-darwin17.5.0 | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking for library containing strerror... none needed | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking how to run the C preprocessor... clang -E | |
none needed | |
checking whether clang understands -c and -o together... yes | |
checking whether clang supports -Wwrite-strings... no | |
checking how to run the C preprocessor... none required | |
checking how to run the C preprocessor... clang -E | |
yes | |
checking whether clang supports -Wstrict-prototypes... rm: conftest.dSYM: is a directory | |
yes | |
checking for style of include used by /Applications/Xcode.app/Contents/Developer/usr/bin/make... clang -E | |
checking for grep that handles long lines and -e... GNU | |
checking dependency style of clang... checking whether we are using the GNU C++ compiler... yes | |
checking whether clang supports -Wmissing-prototypes... clang -E | |
checking for grep that handles long lines and -e... clang -E | |
yes | |
checking whether clang++ accepts -g... yes | |
checking whether clang supports -Wold-style-definition... gcc3 | |
checking whether clang supports -W... yes | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking how to run the C preprocessor... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... checking for grep that handles long lines and -e... yes | |
yes | |
checking whether clang supports -Wmissing-format-attribute... checking whether clang supports -Wall... checking whether clang supports -W... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking whether clang supports -Wcast-qual... yes | |
checking whether clang supports -Wwrite-strings... yes | |
checking whether clang supports -Wall... clang -E | |
/usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... rm: conftest.dSYM: is a directory | |
yes | |
checking whether clang supports -pedantic -Wlong-long... yes | |
checking whether clang supports -Wc++-compat... yes | |
checking whether we are using the GNU C++ compiler... checking whether clang supports -Wwrite-strings... rm: conftest.dSYM: is a directory | |
yes | |
checking how to run the C preprocessor... rm: conftest.dSYM: is a directory | |
yes | |
yes | |
checking whether clang++ accepts -g... checking whether clang supports -Wstrict-prototypes... yes | |
checking for grep that handles long lines and -e... rm: conftest.dSYM: is a directory | |
checking whether clang supports -Wc++-compat... yes | |
checking dependency style of clang++... yes | |
checking whether clang supports -pedantic ... yes | |
checking whether clang supports -Wstrict-prototypes... clang -E | |
/usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
yes | |
checking whether clang and cc understand -c and -o together... yes | |
checking for sys/types.h... yes | |
checking whether clang supports -pedantic ... checking for sys/types.h... gcc3 | |
checking for C compiler vendor... yes | |
checking for an ANSI C-conforming const... yes | |
checking whether clang and cc understand -c and -o together... yes | |
yes | |
checking for sys/stat.h... checking for sys/stat.h... checking for grep that handles long lines and -e... rm: conftest.dSYM: is a directory | |
yes | |
checking for inline... yes | |
yes | |
checking for stdlib.h... checking for stdlib.h... rm: conftest.dSYM: is a directory | |
inline | |
checking for sys/types.h... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
yes | |
checking for string.h... checking for string.h... yes | |
yes | |
checking for an ANSI C-conforming const... checking for sys/stat.h... yes | |
checking for sys/types.h... clang | |
checking build system type... yes | |
yes | |
checking for memory.h... x86_64-apple-darwin17.5.0 | |
checking host system type... checking for memory.h... yes | |
checking for inline... rm: conftest.dSYM: is a directory | |
yes | |
checking for an ANSI C-conforming const... yes | |
x86_64-apple-darwin17.5.0 | |
yes | |
checking whether the compiler supports function __attribute__((__warn_unused_result__))... checking for stdlib.h... checking for sys/stat.h... inline | |
checking for grep that handles long lines and -e... yes | |
yes | |
rm: conftest.dSYM: is a directory | |
yes | |
checking for inline... yes | |
checking for strings.h... checking for __attribute__... checking for strings.h... yes | |
yes | |
checking for string.h... checking for stdlib.h... inline | |
checking for grep that handles long lines and -e... yes | |
yes | |
yes | |
checking how to print strings... /usr/bin/grep | |
checking for egrep... printf | |
checking for a sed that does not truncate output... /usr/bin/grep -E | |
checking for ANSI C header files... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking for inttypes.h... checking for inttypes.h... checking for grep that handles long lines and -e... yes | |
checking for sys/types.h... yes | |
yes | |
checking for memory.h... checking for string.h... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
yes | |
yes | |
checking for stdint.h... checking for stdint.h... yes | |
yes | |
checking for sys/stat.h... /usr/bin/grep | |
checking for egrep... checking for memory.h... checking for strings.h... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... yes | |
yes | |
yes | |
yes | |
yes | |
checking for stdlib.h... checking for unistd.h... checking for unistd.h... checking for strings.h... checking for inttypes.h... yes | |
yes | |
yes | |
yes | |
yes | |
no | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... checking minix/config.h usability... checking minix/config.h usability... checking for string.h... checking for stdint.h... checking for inttypes.h... yes | |
checking for sys/types.h... yes | |
yes | |
yes | |
no | |
checking minix/config.h presence... no | |
checking minix/config.h presence... checking for memory.h... checking for stdint.h... checking for unistd.h... rm: conftest.dSYM: is a directory | |
BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-apple-darwin17.5.0 file names to x86_64-apple-darwin17.5.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin17.5.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for x86_64-apple-darwin17.5.0-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-apple-darwin17.5.0-dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for x86_64-apple-darwin17.5.0-ar... ar | |
checking for archiver @FILE support... yes | |
yes | |
checking for sys/types.h... checking for sys/stat.h... no | |
no | |
checking for minix/config.h... checking for minix/config.h... no | |
no | |
checking whether it is safe to define __EXTENSIONS__... checking whether it is safe to define __EXTENSIONS__... yes | |
yes | |
yes | |
checking for off_t... checking for unistd.h... checking for strings.h... rm: conftest.dSYM: is a directory | |
yes | |
no | |
checking for x86_64-apple-darwin17.5.0-strip... no | |
checking for strip... strip | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking command to parse nm output from clang object... rm: conftest.dSYM: is a directory | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking whether clang supports -W... yes | |
yes | |
yes | |
checking minix/config.h usability... checking for stdlib.h... checking for inttypes.h... yes | |
checking for string.h... yes | |
checking whether clang supports -Wall... yes | |
yes | |
no | |
checking minix/config.h presence... checking for string.h... yes | |
checking for size_t... checking for stdint.h... yes | |
yes | |
checking whether clang supports -Wwrite-strings... checking for memory.h... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for memory.h... yes | |
ok | |
yes | |
checking for sysroot... checking for unistd.h... checking whether clang supports -Wstrict-prototypes... /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk | |
checking for x86_64-apple-darwin17.5.0-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... yes | |
no | |
checking for x86_64-apple-darwin17.5.0-dsymutil... no | |
checking for dsymutil... dsymutil | |
checking for x86_64-apple-darwin17.5.0-nmedit... no | |
checking for nmedit... nmedit | |
checking for x86_64-apple-darwin17.5.0-lipo... no | |
checking for lipo... lipo | |
checking for x86_64-apple-darwin17.5.0-otool... no | |
checking for otool... otool | |
checking for x86_64-apple-darwin17.5.0-otool64... no | |
checking for otool64... no | |
checking for -single_module linker flag... checking for strings.h... yes | |
yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... checking for strings.h... yes | |
yes | |
checking for working alloca.h... checking whether clang supports -Wmissing-prototypes... yes | |
yes | |
checking ctype.h usability... checking for inttypes.h... yes | |
checking for -exported_symbols_list linker flag... no | |
checking for aclocal... no | |
checking for autoconf... no | |
checking for autoheader... no | |
yes | |
checking whether clang supports -W... yes | |
checking for inttypes.h... checking whether clang supports -Wold-style-definition... yes | |
yes | |
checking for alloca... yes | |
checking for a thread-safe mkdir -p... ../../libbacktrace/../install-sh -c -d | |
checking for gawk... awk | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes | |
checking ctype.h presence... checking for stdint.h... yes | |
yes | |
checking for -force_load linker flag... checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-apple-darwin17.5.0-gcc... (cached) clang | |
yes | |
checking whether clang supports -Wall... yes | |
yes | |
checking whether clang supports -Wmissing-format-attribute... checking for stdint.h... yes | |
checking for ctype.h... yes | |
yes | |
checking stddef.h usability... checking for unistd.h... yes | |
checking for stdlib.h... (cached) yes | |
yes | |
yes | |
checking whether clang supports -Wnarrowing... checking for unistd.h... (cached) yes | |
checking whether clang supports -Woverlength-strings... yes | |
checking for getpagesize... checking for unistd.h... yes | |
yes | |
checking stddef.h presence... checking whether byte ordering is bigendian... yes | |
yes | |
checking whether clang supports -pedantic -Wlong-long... yes | |
checking how to run the C preprocessor... checking whether clang supports -Wwrite-strings... yes | |
yes | |
checking whether byte ordering is bigendian... checking for working mmap... yes | |
checking for stddef.h... yes | |
checking for string.h... (cached) yes | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether clang accepts -g... (cached) yes | |
checking for clang option to accept ISO C89... (cached) none needed | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking for gawk... (cached) awk | |
yes | |
checking stdio.h usability... checking how to print strings... yes | |
checking for ANSI C header files... (cached) yes | |
printf | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking whether clang supports -Wmissing-format-attribute... checking stddef.h usability... checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... clang -E | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... yes | |
no | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... checking whether clang supports -Wstrict-prototypes... yes | |
checking stdio.h presence... yes | |
checking stddef.h presence... yes | |
checking whether we are using the GNU C Library 2.1 or newer... yes | |
checking for stddef.h... yes | |
yes | |
no | |
checking whether integer division by zero raises SIGFPE... yes | |
checking for stdio.h... yes | |
checking whether clang supports -Wmissing-prototypes... checking for stdlib.h... (cached) yes | |
BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for strings.h... (cached) yes | |
checking for sys/file.h... checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for x86_64-apple-darwin17.5.0-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-apple-darwin17.5.0-ar... ar | |
checking for x86_64-apple-darwin17.5.0-strip... no | |
checking for strip... strip | |
checking for x86_64-apple-darwin17.5.0-ranlib... (cached) ranlib | |
checking command to parse nm output from clang object... checking for unistd.h... (cached) yes | |
checking fcntl.h usability... no | |
checking for a BSD-compatible install... checking for ANSI C header files... /usr/bin/install -c | |
yes | |
checking for sys/file.h... checking whether clang supports -Wold-style-definition... no | |
checking for inttypes.h... yes | |
checking for sys/param.h... yes | |
checking fcntl.h presence... yes | |
yes | |
checking whether clang supports -Wc++-compat... checking for sys/param.h... yes | |
checking for uintptr_t... yes | |
checking for stdint.h... yes | |
yes | |
checking for fcntl.h... yes | |
checking for limits.h... checking sys/file.h usability... yes | |
checking whether clang supports -pedantic -Wlong-long... yes | |
yes | |
checking for unsigned long long... checking for limits.h... yes | |
yes | |
checking whether clang supports -fno-exceptions... yes | |
ok | |
checking for x86_64-apple-darwin17.5.0-dsymutil... no | |
checking for dsymutil... dsymutil | |
checking for x86_64-apple-darwin17.5.0-nmedit... no | |
checking for nmedit... nmedit | |
checking for x86_64-apple-darwin17.5.0-lipo... no | |
checking for lipo... lipo | |
checking for x86_64-apple-darwin17.5.0-otool... yes | |
checking sys/file.h presence... no | |
checking for otool... otool | |
checking for x86_64-apple-darwin17.5.0-otool64... no | |
checking for otool64... no | |
checking for -single_module linker flag... checking for stdlib.h... (cached) yes | |
yes | |
checking for int_least32_t... checking for stdlib.h... (cached) yes | |
yes | |
checking for malloc.h... checking for inttypes.h... checking for malloc.h... yes | |
yes | |
checking for sys/file.h... yes | |
checking whether clang supports -fno-rtti... yes | |
checking for -exported_symbols_list linker flag... checking for sys/stat.h... (cached) yes | |
no | |
yes | |
checking for string.h... (cached) yes | |
no | |
checking for clearerr_unlocked... checking for sys/types.h... yes | |
checking whether the inttypes.h PRIxNN macros are broken... checking for string.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for sys/time.h... yes | |
checking for sys/time.h... yes | |
checking for int_fast32_t... yes | |
checking for -force_load linker flag... no | |
checking for ld used by GCC... yes | |
yes | |
checking for sys/stat.h... checking for feof_unlocked... checking dependency style of clang++... yes | |
yes | |
checking for time.h... checking for time.h... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... yes | |
yes | |
checking for stdlib.h... yes | |
yes | |
yes | |
checking for ferror_unlocked... checking for uint64_t... checking for sys/resource.h... checking for sys/resource.h... gcc3 | |
checking whether time.h and sys/time.h may both be included... done | |
no | |
checking for dlfcn.h... checking argz.h usability... yes | |
yes | |
yes | |
checking for string.h... checking for sys/stat.h... checking for sys/stat.h... (cached) (cached) yes | |
yes | |
yes | |
yes | |
checking whether string.h and strings.h may both be included... checking for sys/mman.h... checking for fflush_unlocked... checking for sys/mman.h... yes | |
checking for objdir... .libs | |
no | |
checking argz.h presence... yes | |
yes | |
checking what to include in gstdint.h... stdint.h (already complete) | |
checking for an ANSI C-conforming const... checking for memory.h... yes | |
yes | |
yes | |
checking for fcntl.h... checking locale.h usability... no | |
checking for argz.h... no | |
no | |
checking for fcntl.h... yes | |
checking for off_t... checking limits.h usability... checking for fgetc_unlocked... yes | |
yes | |
checking for strings.h... yes | |
yes | |
checking limits.h presence... checking if clang supports -fno-rtti -fno-exceptions... checking for alloca.h... yes | |
checking locale.h presence... checking for alloca.h... no | |
checking for fgets_unlocked... yes | |
yes | |
checking for limits.h... yes | |
checking for sys/pstat.h... yes | |
checking locale.h usability... yes | |
checking for locale.h... yes | |
yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking for inttypes.h... checking fcntl.h usability... checking for sys/pstat.h... yes | |
checking size of int... no | |
checking for fileno_unlocked... no | |
yes | |
checking locale.h presence... checking for sys/sysmp.h... yes | |
checking if clang static flag -static works... yes | |
no | |
yes | |
checking fcntl.h presence... checking for sys/sysmp.h... checking for stdint.h... yes | |
checking for locale.h... yes | |
4 | |
checking size of long... no | |
checking if clang supports -c -o file.o... no | |
yes | |
checking nl_types.h usability... checking for sys/sysinfo.h... checking for fprintf_unlocked... yes | |
checking for fcntl.h... yes | |
no | |
yes | |
checking for sys/sysinfo.h... checking limits.h usability... checking for unistd.h... no | |
yes | |
checking nl_types.h presence... checking for machine/hal_sysinfo.h... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... no | |
8 | |
no | |
checking for ANSI C header files... (cached) yes | |
checking for machine/hal_sysinfo.h... checking for fputc_unlocked... yes | |
checking limits.h presence... checking build system type... yes | |
checking for dlfcn.h... yes | |
checking for nl_types.h... yes | |
x86_64-apple-darwin17.5.0 | |
no | |
checking host system type... checking malloc.h usability... checking for sys/table.h... yes | |
checking for limits.h... yes | |
x86_64-apple-darwin17.5.0 | |
checking target system type... no | |
checking for sys/table.h... checking stddef.h usability... no | |
checking for fputs_unlocked... x86_64-apple-darwin17.5.0 | |
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored | |
dpd | |
checking whether byte ordering is bigendian... darwin17.5.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking unwind.h usability... yes | |
no | |
checking for objdir... checking for sys/sysctl.h... .libs | |
no | |
checking malloc.h presence... no | |
checking for sys/sysctl.h... yes | |
checking stddef.h presence... no | |
checking for fread_unlocked... no | |
yes | |
checking for malloc.h... checking unwind.h presence... no | |
checking stddef.h usability... yes | |
yes | |
checking for stddef.h... yes | |
checking for sys/systemcfg.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for sys/systemcfg.h... checking for string.h... (cached) yes | |
yes | |
checking for unwind.h... yes | |
checking for _Unwind_Backtrace... checking sys/file.h usability... checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking stddef.h presence... no | |
no | |
checking for stdint.h... (cached) yes | |
checking for fwrite_unlocked... checking for stdio_ext.h... no | |
checking for stdint.h... (cached) yes | |
no | |
yes | |
checking for stddef.h... yes | |
checking for stdio_ext.h... yes | |
checking sys/file.h presence... yes | |
checking for -funwind-tables option... checking for stdlib.h... (cached) yes | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
checking for string.h... (cached) yes | |
yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... checking for unistd.h... (cached) yes | |
no | |
no | |
checking for process.h... checking sys/param.h usability... checking for getchar_unlocked... no | |
yes | |
checking for -frandom-seed=string option... yes | |
checking for sys/file.h... yes | |
checking for process.h... checking for unistd.h... (cached) yes | |
checking whether byte ordering is bigendian... yes | |
checking if clang static flag -static works... yes | |
checking sys/param.h presence... yes | |
yes | |
no | |
checking whether clang supports -W... no | |
checking for sys/prctl.h... no | |
checking if clang supports -c -o file.o... checking for getc_unlocked... checking for sys/prctl.h... yes | |
yes | |
checking for sys/param.h... no | |
yes | |
checking for sys/wait.h that is POSIX.1 compatible... checking whether clang supports -Wall... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for feof_unlocked... config.status: creating Makefile | |
yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... checking for putchar_unlocked... config.status: creating config.h | |
yes | |
config.status: executing gstdint.h commands | |
checking whether clang supports -Wwrite-strings... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether time.h and sys/time.h may both be included... no | |
checking for an ANSI C-conforming const... yes | |
yes | |
checking for fgets_unlocked... checking for putc_unlocked... yes | |
darwin17.5.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... checking whether clang supports -Wstrict-prototypes... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
yes | |
checking for inline... yes | |
checking whether errno must be declared... checking how to run the C++ preprocessor... yes | |
checking whether errno must be declared... no | |
yes | |
inline | |
checking for obstacks... checking for getc_unlocked... yes | |
no | |
checking size of int... no | |
checking size of int... checking whether clang supports -Wmissing-prototypes... checking whether abort is declared... source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c | |
yes | |
clang++ -E | |
yes | |
checking whether clang supports -Wold-style-definition... yes | |
no | |
checking for off_t... checking whether asprintf is declared... 4 | |
checking for getcwd... checking size of long... 4 | |
checking size of long... yes | |
checking whether clang supports -Wmissing-format-attribute... yes | |
yes | |
checking whether basename is declared... checking for getegid... 8 | |
checking for long long... 8 | |
checking for long long... yes | |
checking whether clang supports -Wcast-qual... yes | |
checking for size_t... no | |
yes | |
checking whether errno is declared... yes | |
checking for geteuid... checking for _Unwind_GetIPInfo... checking for ld used by clang++... no | |
yes | |
checking size of long long... yes | |
checking size of long long... yes | |
yes | |
checking __sync extensions... checking whether vasprintf is declared... checking for getgid... yes | |
checking for ssize_t... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
8 | |
8 | |
yes | |
checking __atomic extensions... checking for a 64-bit type... checking for a 64-bit type... yes | |
yes | |
checking whether clearerr_unlocked is declared... checking for getuid... checking for clang++ option to produce PIC... -fno-common -DPIC | |
checking if clang++ PIC flag -fno-common -DPIC works... uint64_t | |
uint64_t | |
checking for intptr_t... checking for intptr_t... yes | |
checking output filetype... yes | |
checking for uintptr_t... yes | |
checking whether feof_unlocked is declared... yes | |
checking for mempcpy... yes | |
checking if clang++ static flag -static works... | |
configure: WARNING: could not determine output file type | |
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes | |
no | |
checking if clang++ supports -c -o file.o... no | |
checking whether ferror_unlocked is declared... checking for munmap... yes | |
checking for uintptr_t... yes | |
checking for uintptr_t... yes | |
checking for ptrdiff_t... yes | |
checking if clang++ supports -c -o file.o... (cached) yes | |
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin17.5.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for perl... perl | |
checking for pdflatex... no | |
checking for pod2html... pod2html | |
checking for stdint types... yes | |
yes | |
checking for uintptr_t... yes | |
checking whether fflush_unlocked is declared... checking for putenv... stdint.h (shortcircuit) | |
no | |
yes | |
checking for ssize_t... yes | |
yes | |
checking whether fgetc_unlocked is declared... checking for ssize_t... yes | |
checking for uint64_t... make use of stdint.h in include/isl/stdint.h (assuming C99 compatible system) | |
checking which gmp to use... system | |
checking gmp.h usability... checking for setenv... yes | |
checking for int_least32_t... source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c | |
yes | |
checking whether struct tm is in sys/time.h or time.h... no | |
yes | |
checking gmp.h presence... checking whether fgets_unlocked is declared... yes | |
checking for setlocale... source='../../libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal32.c | |
yes | |
checking for pid_t... yes | |
checking for gmp.h... yes | |
checking for main in -lgmp... time.h | |
checking size of int... yes | |
checking for int_fast32_t... no | |
yes | |
checking for pid_t... yes | |
checking whether fileno_unlocked is declared... checking for stpcpy... source='../../libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal64.c | |
yes | |
yes | |
4 | |
checking size of long... checking whether fprintf_unlocked is declared... yes | |
checking for strcasecmp... yes | |
yes | |
checking for uint64_t... checking for library containing strerror... checking whether mp_get_memory_functions is declared... yes | |
checking for library containing strerror... source='../../libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal128.c | |
no | |
checking whether fputc_unlocked is declared... 8 | |
checking for clearerr_unlocked... yes | |
none required | |
checking for asprintf... checking for strdup... yes | |
checking whether ffs is declared... none required | |
yes | |
checking what to include in gstdint.h... checking for asprintf... stdint.h (already complete) | |
checking sys/mman.h usability... rm -f libdecnumber.a | |
no | |
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o | |
ranlib libdecnumber.a | |
yes | |
checking whether fputs_unlocked is declared... checking for feof_unlocked... yes | |
yes | |
yes | |
checking whether __builtin_ffs is declared... checking for atexit... checking for strtoul... yes | |
checking sys/mman.h presence... yes | |
checking for atexit... no | |
yes | |
checking whether fread_unlocked is declared... yes | |
checking for sys/mman.h... yes | |
no | |
yes | |
checking for mmap... checking for ferror_unlocked... checking which clang to use... no | |
checking for C compiler vendor... (cached) clang | |
yes | |
checking our pkgconfig libname... isl | |
checking our pkgconfig version... 0.14 | |
checking our pkgconfig_libdir... ${libdir}/pkgconfig | |
expanded our pkgconfig_libdir... /usr/local/Cellar/gcc@5/5.5.0_2/lib/gcc/5/pkgconfig | |
checking our pkgconfig_libfile... checking for basename... isl.pc | |
checking our package / suffix... isl / | |
checking our pkgconfig description... isl Library | |
checking for tsearch... checking our pkgconfig requires... | |
checking our pkgconfig ext libs... -lisl -lgmp | |
checking our pkgconfig cppflags... | |
checking our pkgconfig ldflags... | |
noninstalled pkgconfig -L /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/isl/.libs | |
noninstalled pkgconfig -I /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/isl/../../isl/include | |
yes | |
checking for basename... configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
no | |
yes | |
yes | |
checking whether fwrite_unlocked is declared... yes | |
yes | |
checking for fflush_unlocked... checking for bcmp... checking for __argz_count... checking link.h usability... yes | |
checking for bcmp... no | |
no | |
checking whether getchar_unlocked is declared... checking for fgetc_unlocked... yes | |
no | |
checking for __argz_stringify... checking for bcopy... no | |
checking link.h presence... yes | |
checking for bcopy... yes | |
no | |
checking whether getc_unlocked is declared... checking for fgets_unlocked... yes | |
no | |
checking for __argz_next... no | |
checking for link.h... no | |
checking for fcntl... checking for bsearch... yes | |
checking for bsearch... yes | |
checking whether putchar_unlocked is declared... no | |
checking for fileno_unlocked... yes | |
no | |
yes | |
checking for __fsetlocking... checking whether strnlen is declared... checking for bzero... yes | |
yes | |
checking for bzero... checking whether putc_unlocked is declared... yes | |
yes | |
checking for getexecname... no | |
checking for iconv... checking for fprintf_unlocked... yes | |
checking for calloc... yes | |
checking for an ANSI C-conforming const... yes | |
no | |
checking for calloc... checking whether tests can run... no | |
checking for fputc_unlocked... yes | |
checking for clock... yes | |
checking sys/mman.h usability... yes | |
yes | |
no | |
checking for clock... checking for fputs_unlocked... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... configure: updating cache ./config.cache | |
yes | |
checking sys/mman.h presence... yes | |
configure: creating ./config.status | |
checking for ffs... yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
no | |
install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for fread_unlocked... checking for nl_langinfo and CODESET... checking for ffs... yes | |
checking for getcwd... yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... no | |
checking for MAP_ANON(YMOUS)... yes | |
checking for LC_MESSAGES... no | |
yes | |
checking for fwrite_unlocked... checking for getcwd... yes | |
checking for getpagesize... yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
yes | |
checking for bison... bison | |
checking version of bison... configure: updating cache ./config.cache | |
2.3, ok | |
checking whether NLS is requested... no | |
configure: creating ./config.status | |
checking whether to use NLS... no | |
no | |
checking for aclocal... no | |
checking for autoconf... no | |
checking for autoheader... no | |
yes | |
checking for getchar_unlocked... checking for getpagesize... configure: updating cache ./config.cache | |
configure: creating ./config.status | |
yes | |
checking for gettimeofday... yes | |
yes | |
checking for getc_unlocked... checking for gettimeofday... yes | |
config.status: creating Makefile | |
checking for index... config.status: creating mkheaders.almost | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: creating config.intl | |
yes | |
yes | |
checking for putchar_unlocked... checking for index... config.status: creating config.h | |
config.status: executing default-1 commands | |
yes | |
checking for insque... config.status: creating Makefile | |
config.status: creating doc/Makefile | |
yes | |
yes | |
checking for putc_unlocked... checking for insque... config.status: creating bound_test.sh | |
make[3]: Nothing to be done for `all'. | |
yes | |
config.status: creating codegen_test.sh | |
checking for memchr... config.status: creating pip_test.sh | |
config.status: creating isl_config.h | |
yes | |
config.status: executing depfiles commands | |
yes | |
checking whether abort is declared... checking for memchr... yes | |
checking for memcmp... yes | |
config.status: creating Makefile | |
checking whether asprintf is declared... yes | |
config.status: creating backtrace-supported.h | |
checking for memcmp... config.status: creating config.h | |
yes | |
config.status: executing libtool commands | |
checking for memcpy... config.status: executing gstdint.h commands | |
yes | |
checking whether basename is declared... yes | |
checking for memcpy... yes | |
config.status: executing default commands | |
checking for memmem... config.status: executing libtool commands | |
no | |
checking whether errno is declared... config.status: executing include/isl/stdint.h commands | |
config.status: creating include/isl/stdint.h : _ISL_INCLUDE_ISL_STDINT_H | |
yes | |
config.status: executing isl.pc commands | |
config.status: creating isl.pc.in | |
config.status: creating isl.pc | |
checking for memmem... config.status: creating isl-uninstalled.pc | |
config.status: creating isl-uninstalled.sh | |
yes | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
checking for memmove... no | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o atomic.lo ../../libbacktrace/atomic.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o dwarf.lo ../../libbacktrace/dwarf.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o fileline.lo ../../libbacktrace/fileline.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o posix.lo ../../libbacktrace/posix.c | |
checking whether getopt is declared... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/atomic.c -o atomic.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/fileline.c -o fileline.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/dwarf.c -o dwarf.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/posix.c -o posix.o | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o print.lo ../../libbacktrace/print.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/print.c -o print.o | |
yes | |
checking for memmove... yes | |
checking for mempcpy... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o sort.lo ../../libbacktrace/sort.c | |
yes | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o state.lo ../../libbacktrace/state.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o backtrace.lo ../../libbacktrace/backtrace.c | |
checking whether vasprintf is declared... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/sort.c -o sort.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/state.c -o state.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/backtrace.c -o backtrace.o | |
yes | |
checking for mempcpy... /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
no | |
yes | |
checking for memset... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o simple.lo ../../libbacktrace/simple.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o unknown.lo ../../libbacktrace/unknown.c | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o mmapio.lo ../../libbacktrace/mmapio.c | |
checking whether clearerr_unlocked is declared... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/simple.c -o simple.o | |
Making all in . | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/unknown.c -o unknown.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/mmapio.c -o mmapio.o | |
depbase=`echo isl_gmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_gmp.lo -MD -MP -MF $depbase.Tpo -c -o isl_gmp.lo ../../isl/isl_gmp.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
no | |
checking for memset... yes | |
yes | |
depbase=`echo isl_val_gmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_val_gmp.lo -MD -MP -MF $depbase.Tpo -c -o isl_val_gmp.lo ../../isl/isl_val_gmp.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_ast_int.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_int.lo -MD -MP -MF $depbase.Tpo -c -o isl_ast_int.lo ../../isl/isl_ast_int.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o mmap.lo ../../libbacktrace/mmap.c | |
checking whether feof_unlocked is declared... checking for mkstemps... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_gmp.lo -MD -MP -MF .deps/isl_gmp.Tpo -c ../../isl/isl_gmp.c -o isl_gmp.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/mmap.c -o mmap.o | |
yes | |
depbase=`echo isl_aff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_aff.lo -MD -MP -MF $depbase.Tpo -c -o isl_aff.lo ../../isl/isl_aff.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_val_gmp.lo -MD -MP -MF .deps/isl_val_gmp.Tpo -c ../../isl/isl_val_gmp.c -o isl_val_gmp.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_int.lo -MD -MP -MF .deps/isl_ast_int.Tpo -c ../../isl/isl_ast_int.c -o isl_ast_int.o | |
checking for mkstemps... yes | |
yes | |
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make | |
depbase=`echo isl_affine_hull.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_affine_hull.lo -MD -MP -MF $depbase.Tpo -c -o isl_affine_hull.lo ../../isl/isl_affine_hull.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking whether ferror_unlocked is declared... /bin/sh ./libtool --tag=CC --mode=link clang -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -Wl,-no_pie -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo unknown.lo mmapio.lo mmap.lo | |
checking for putenv... yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_aff.lo -MD -MP -MF .deps/isl_aff.Tpo -c ../../isl/isl_aff.c -o isl_aff.o | |
depbase=`echo isl_arg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_arg.lo -MD -MP -MF $depbase.Tpo -c -o isl_arg.lo ../../isl/isl_arg.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_ast.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast.lo -MD -MP -MF $depbase.Tpo -c -o isl_ast.lo ../../isl/isl_ast.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking for putenv... yes | |
yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_affine_hull.lo -MD -MP -MF .deps/isl_affine_hull.Tpo -c ../../isl/isl_affine_hull.c -o isl_affine_hull.o | |
checking whether fflush_unlocked is declared... libtool: link: ar rc .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o unknown.o mmapio.o mmap.o | |
checking for random... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols | |
libtool: link: ranlib .libs/libbacktrace.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_arg.lo -MD -MP -MF .deps/isl_arg.Tpo -c ../../isl/isl_arg.c -o isl_arg.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast.lo -MD -MP -MF .deps/isl_ast.Tpo -c ../../isl/isl_ast.c -o isl_ast.o | |
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" ) | |
depbase=`echo isl_ast_build.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_build.lo -MD -MP -MF $depbase.Tpo -c -o isl_ast_build.lo ../../isl/isl_ast_build.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
no | |
checking for random... checking whether fgetc_unlocked is declared... yes | |
checking for rename... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_build.lo -MD -MP -MF .deps/isl_ast_build.Tpo -c ../../isl/isl_ast_build.c -o isl_ast_build.o | |
yes | |
no | |
checking for rename... checking whether fgets_unlocked is declared... yes | |
yes | |
no | |
checking for rindex... checking for rindex... checking whether fileno_unlocked is declared... depbase=`echo isl_ast_build_expr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_build_expr.lo -MD -MP -MF $depbase.Tpo -c -o isl_ast_build_expr.lo ../../isl/isl_ast_build_expr.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_ast_codegen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_codegen.lo -MD -MP -MF $depbase.Tpo -c -o isl_ast_codegen.lo ../../isl/isl_ast_codegen.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
yes | |
checking whether fprintf_unlocked is declared... checking for setenv... checking for setenv... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_build_expr.lo -MD -MP -MF .deps/isl_ast_build_expr.Tpo -c ../../isl/isl_ast_build_expr.c -o isl_ast_build_expr.o | |
depbase=`echo isl_ast_graft.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_graft.lo -MD -MP -MF $depbase.Tpo -c -o isl_ast_graft.lo ../../isl/isl_ast_graft.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_codegen.lo -MD -MP -MF .deps/isl_ast_codegen.Tpo -c ../../isl/isl_ast_codegen.c -o isl_ast_codegen.o | |
yes | |
yes | |
no | |
checking for snprintf... checking for snprintf... checking whether fputc_unlocked is declared... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ast_graft.lo -MD -MP -MF .deps/isl_ast_graft.Tpo -c ../../isl/isl_ast_graft.c -o isl_ast_graft.o | |
depbase=`echo isl_band.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_band.lo -MD -MP -MF $depbase.Tpo -c -o isl_band.lo ../../isl/isl_band.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
no | |
yes | |
yes | |
checking whether fputs_unlocked is declared... checking for sigsetmask... checking for sigsetmask... depbase=`echo basis_reduction_tab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT basis_reduction_tab.lo -MD -MP -MF $depbase.Tpo -c -o basis_reduction_tab.lo ../../isl/basis_reduction_tab.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_band.lo -MD -MP -MF .deps/isl_band.Tpo -c ../../isl/isl_band.c -o isl_band.o | |
yes | |
yes | |
no | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT basis_reduction_tab.lo -MD -MP -MF .deps/basis_reduction_tab.Tpo -c ../../isl/basis_reduction_tab.c -o basis_reduction_tab.o | |
checking for stpcpy... checking for stpcpy... checking whether fread_unlocked is declared... no | |
yes | |
yes | |
checking whether fwrite_unlocked is declared... checking for stpncpy... checking for stpncpy... no | |
checking whether getchar_unlocked is declared... depbase=`echo isl_bernstein.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_bernstein.lo -MD -MP -MF $depbase.Tpo -c -o isl_bernstein.lo ../../isl/isl_bernstein.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_blk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_blk.lo -MD -MP -MF $depbase.Tpo -c -o isl_blk.lo ../../isl/isl_blk.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
depbase=`echo isl_bound.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_bound.lo -MD -MP -MF $depbase.Tpo -c -o isl_bound.lo ../../isl/isl_bound.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_coalesce.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_coalesce.lo -MD -MP -MF $depbase.Tpo -c -o isl_coalesce.lo ../../isl/isl_coalesce.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking for strcasecmp... checking for strcasecmp... yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_bernstein.lo -MD -MP -MF .deps/isl_bernstein.Tpo -c ../../isl/isl_bernstein.c -o isl_bernstein.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_blk.lo -MD -MP -MF .deps/isl_blk.Tpo -c ../../isl/isl_blk.c -o isl_blk.o | |
checking whether getc_unlocked is declared... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_bound.lo -MD -MP -MF .deps/isl_bound.Tpo -c ../../isl/isl_bound.c -o isl_bound.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_coalesce.lo -MD -MP -MF .deps/isl_coalesce.Tpo -c ../../isl/isl_coalesce.c -o isl_coalesce.o | |
yes | |
yes | |
checking for strchr... checking for strchr... yes | |
depbase=`echo isl_constraint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_constraint.lo -MD -MP -MF $depbase.Tpo -c -o isl_constraint.lo ../../isl/isl_constraint.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking whether putchar_unlocked is declared... depbase=`echo isl_convex_hull.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_convex_hull.lo -MD -MP -MF $depbase.Tpo -c -o isl_convex_hull.lo ../../isl/isl_convex_hull.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_ctx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ctx.lo -MD -MP -MF $depbase.Tpo -c -o isl_ctx.lo ../../isl/isl_ctx.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
checking for strdup... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_constraint.lo -MD -MP -MF .deps/isl_constraint.Tpo -c ../../isl/isl_constraint.c -o isl_constraint.o | |
checking for strdup... yes | |
checking whether putc_unlocked is declared... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_convex_hull.lo -MD -MP -MF .deps/isl_convex_hull.Tpo -c ../../isl/isl_convex_hull.c -o isl_convex_hull.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ctx.lo -MD -MP -MF .deps/isl_ctx.Tpo -c ../../isl/isl_ctx.c -o isl_ctx.o | |
yes | |
yes | |
checking for strncasecmp... checking for strncasecmp... yes | |
checking for working alloca.h... depbase=`echo isl_deprecated.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_deprecated.lo -MD -MP -MF $depbase.Tpo -c -o isl_deprecated.lo ../../isl/isl_deprecated.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_dim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_dim.lo -MD -MP -MF $depbase.Tpo -c -o isl_dim.lo ../../isl/isl_dim.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
checking for alloca... yes | |
yes | |
checking for strndup... checking for strndup... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_deprecated.lo -MD -MP -MF .deps/isl_deprecated.Tpo -c ../../isl/isl_deprecated.c -o isl_deprecated.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_dim.lo -MD -MP -MF .deps/isl_dim.Tpo -c ../../isl/isl_dim.c -o isl_dim.o | |
depbase=`echo isl_dim_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_dim_map.lo -MD -MP -MF $depbase.Tpo -c -o isl_dim_map.lo ../../isl/isl_dim_map.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
checking for ANSI C header files... (cached) yes | |
checking for nl_langinfo and CODESET... yes | |
yes | |
depbase=`echo isl_equalities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_equalities.lo -MD -MP -MF $depbase.Tpo -c -o isl_equalities.lo ../../isl/isl_equalities.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking for strnlen... checking for strnlen... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_dim_map.lo -MD -MP -MF .deps/isl_dim_map.Tpo -c ../../isl/isl_dim_map.c -o isl_dim_map.o | |
yes | |
checking whether NLS is requested... no | |
checking for uchar... depbase=`echo isl_factorization.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_factorization.lo -MD -MP -MF $depbase.Tpo -c -o isl_factorization.lo ../../isl/isl_factorization.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_equalities.lo -MD -MP -MF .deps/isl_equalities.Tpo -c ../../isl/isl_equalities.c -o isl_equalities.o | |
yes | |
yes | |
checking for strrchr... checking for strrchr... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_factorization.lo -MD -MP -MF .deps/isl_factorization.Tpo -c ../../isl/isl_factorization.c -o isl_factorization.o | |
depbase=`echo isl_farkas.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_farkas.lo -MD -MP -MF $depbase.Tpo -c -o isl_farkas.lo ../../isl/isl_farkas.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking for ld used by GCC... depbase=`echo isl_flow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_flow.lo -MD -MP -MF $depbase.Tpo -c -o isl_flow.lo ../../isl/isl_flow.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... yes | |
yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_farkas.lo -MD -MP -MF .deps/isl_farkas.Tpo -c ../../isl/isl_farkas.c -o isl_farkas.o | |
no | |
checking for shared library run path origin... checking for strstr... checking for strstr... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_flow.lo -MD -MP -MF .deps/isl_flow.Tpo -c ../../isl/isl_flow.c -o isl_flow.o | |
depbase=`echo isl_fold.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_fold.lo -MD -MP -MF $depbase.Tpo -c -o isl_fold.lo ../../isl/isl_fold.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_hash.lo -MD -MP -MF $depbase.Tpo -c -o isl_hash.lo ../../isl/isl_hash.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
done | |
checking for iconv... (cached) no | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_fold.lo -MD -MP -MF .deps/isl_fold.Tpo -c ../../isl/isl_fold.c -o isl_fold.o | |
yes | |
yes | |
checking for strtod... checking for strtod... depbase=`echo isl_id_to_ast_expr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_id_to_ast_expr.lo -MD -MP -MF $depbase.Tpo -c -o isl_id_to_ast_expr.lo ../../isl/isl_id_to_ast_expr.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_hash.lo -MD -MP -MF .deps/isl_hash.Tpo -c ../../isl/isl_hash.c -o isl_hash.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_id_to_ast_expr.lo -MD -MP -MF .deps/isl_id_to_ast_expr.Tpo -c ../../isl/isl_id_to_ast_expr.c -o isl_id_to_ast_expr.o | |
configure: updating cache ./config.cache | |
yes | |
yes | |
configure: creating ./config.status | |
depbase=`echo isl_id_to_pw_aff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_id_to_pw_aff.lo -MD -MP -MF $depbase.Tpo -c -o isl_id_to_pw_aff.lo ../../isl/isl_id_to_pw_aff.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking for strtol... checking for strtol... depbase=`echo isl_ilp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ilp.lo -MD -MP -MF $depbase.Tpo -c -o isl_ilp.lo ../../isl/isl_ilp.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_input.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_input.lo -MD -MP -MF $depbase.Tpo -c -o isl_input.lo ../../isl/isl_input.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_id_to_pw_aff.lo -MD -MP -MF .deps/isl_id_to_pw_aff.Tpo -c ../../isl/isl_id_to_pw_aff.c -o isl_id_to_pw_aff.o | |
depbase=`echo isl_local_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_local_space.lo -MD -MP -MF $depbase.Tpo -c -o isl_local_space.lo ../../isl/isl_local_space.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_ilp.lo -MD -MP -MF .deps/isl_ilp.Tpo -c ../../isl/isl_ilp.c -o isl_ilp.o | |
checking for strtoul... checking for strtoul... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_input.lo -MD -MP -MF .deps/isl_input.Tpo -c ../../isl/isl_input.c -o isl_input.o | |
config.status: creating Makefile | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_local_space.lo -MD -MP -MF .deps/isl_local_space.Tpo -c ../../isl/isl_local_space.c -o isl_local_space.o | |
depbase=`echo isl_lp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_lp.lo -MD -MP -MF $depbase.Tpo -c -o isl_lp.lo ../../isl/isl_lp.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
config.status: creating config.h | |
yes | |
yes | |
config.status: executing depdir commands | |
mkdir .deps | |
checking for strtoll... checking for strtoll... depbase=`echo isl_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_map.lo -MD -MP -MF $depbase.Tpo -c -o isl_map.lo ../../isl/isl_map.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_lp.lo -MD -MP -MF .deps/isl_lp.Tpo -c ../../isl/isl_lp.c -o isl_lp.o | |
depbase=`echo isl_map_simplify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_map_simplify.lo -MD -MP -MF $depbase.Tpo -c -o isl_map_simplify.lo ../../isl/isl_map_simplify.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
checking for strtoull... checking for strtoull... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_map.lo -MD -MP -MF .deps/isl_map.Tpo -c ../../isl/isl_map.c -o isl_map.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_map_simplify.lo -MD -MP -MF .deps/isl_map_simplify.Tpo -c ../../isl/isl_map_simplify.c -o isl_map_simplify.o | |
depbase=`echo isl_map_subtract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_map_subtract.lo -MD -MP -MF $depbase.Tpo -c -o isl_map_subtract.lo ../../isl/isl_map_subtract.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_map_to_basic_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_map_to_basic_set.lo -MD -MP -MF $depbase.Tpo -c -o isl_map_to_basic_set.lo ../../isl/isl_map_to_basic_set.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_mat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_mat.lo -MD -MP -MF $depbase.Tpo -c -o isl_mat.lo ../../isl/isl_mat.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
checking for strverscmp... checking for strverscmp... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_map_subtract.lo -MD -MP -MF .deps/isl_map_subtract.Tpo -c ../../isl/isl_map_subtract.c -o isl_map_subtract.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_map_to_basic_set.lo -MD -MP -MF .deps/isl_map_to_basic_set.Tpo -c ../../isl/isl_map_to_basic_set.c -o isl_map_to_basic_set.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_mat.lo -MD -MP -MF .deps/isl_mat.Tpo -c ../../isl/isl_mat.c -o isl_mat.o | |
depbase=`echo isl_morph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_morph.lo -MD -MP -MF $depbase.Tpo -c -o isl_morph.lo ../../isl/isl_morph.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
no | |
no | |
checking for tmpnam... checking for tmpnam... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_morph.lo -MD -MP -MF .deps/isl_morph.Tpo -c ../../isl/isl_morph.c -o isl_morph.o | |
depbase=`echo isl_id.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_id.lo -MD -MP -MF $depbase.Tpo -c -o isl_id.lo ../../isl/isl_id.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
checking for vasprintf... checking for vasprintf... depbase=`echo isl_obj.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_obj.lo -MD -MP -MF $depbase.Tpo -c -o isl_obj.lo ../../isl/isl_obj.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_id.lo -MD -MP -MF .deps/isl_id.Tpo -c ../../isl/isl_id.c -o isl_id.o | |
depbase=`echo isl_options.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_options.lo -MD -MP -MF $depbase.Tpo -c -o isl_options.lo ../../isl/isl_options.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_obj.lo -MD -MP -MF .deps/isl_obj.Tpo -c ../../isl/isl_obj.c -o isl_obj.o | |
yes | |
yes | |
checking for vfprintf... checking for vfprintf... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_options.lo -MD -MP -MF .deps/isl_options.Tpo -c ../../isl/isl_options.c -o isl_options.o | |
depbase=`echo isl_output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_output.lo -MD -MP -MF $depbase.Tpo -c -o isl_output.lo ../../isl/isl_output.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_point.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_point.lo -MD -MP -MF $depbase.Tpo -c -o isl_point.lo ../../isl/isl_point.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_polynomial.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_polynomial.lo -MD -MP -MF $depbase.Tpo -c -o isl_polynomial.lo ../../isl/isl_polynomial.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
depbase=`echo isl_printer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_printer.lo -MD -MP -MF $depbase.Tpo -c -o isl_printer.lo ../../isl/isl_printer.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking for vprintf... checking for vprintf... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_output.lo -MD -MP -MF .deps/isl_output.Tpo -c ../../isl/isl_output.c -o isl_output.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_point.lo -MD -MP -MF .deps/isl_point.Tpo -c ../../isl/isl_point.c -o isl_point.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_polynomial.lo -MD -MP -MF .deps/isl_polynomial.Tpo -c ../../isl/isl_polynomial.c -o isl_polynomial.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_printer.lo -MD -MP -MF .deps/isl_printer.Tpo -c ../../isl/isl_printer.c -o isl_printer.o | |
depbase=`echo print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT print.lo -MD -MP -MF $depbase.Tpo -c -o print.lo ../../isl/print.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
checking for vsnprintf... checking for vsnprintf... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT print.lo -MD -MP -MF .deps/print.Tpo -c ../../isl/print.c -o print.o | |
depbase=`echo isl_range.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_range.lo -MD -MP -MF $depbase.Tpo -c -o isl_range.lo ../../isl/isl_range.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_reordering.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_reordering.lo -MD -MP -MF $depbase.Tpo -c -o isl_reordering.lo ../../isl/isl_reordering.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
checking for vsprintf... checking for vsprintf... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_range.lo -MD -MP -MF .deps/isl_range.Tpo -c ../../isl/isl_range.c -o isl_range.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_reordering.lo -MD -MP -MF .deps/isl_reordering.Tpo -c ../../isl/isl_reordering.c -o isl_reordering.o | |
depbase=`echo isl_sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_sample.lo -MD -MP -MF $depbase.Tpo -c -o isl_sample.lo ../../isl/isl_sample.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
checking for waitpid... checking for waitpid... depbase=`echo isl_scan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_scan.lo -MD -MP -MF $depbase.Tpo -c -o isl_scan.lo ../../isl/isl_scan.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_schedule.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_schedule.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule.lo ../../isl/isl_schedule.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_scheduler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_scheduler.lo -MD -MP -MF $depbase.Tpo -c -o isl_scheduler.lo ../../isl/isl_scheduler.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_sample.lo -MD -MP -MF .deps/isl_sample.Tpo -c ../../isl/isl_sample.c -o isl_sample.o | |
yes | |
yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_scan.lo -MD -MP -MF .deps/isl_scan.Tpo -c ../../isl/isl_scan.c -o isl_scan.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_scheduler.lo -MD -MP -MF .deps/isl_scheduler.Tpo -c ../../isl/isl_scheduler.c -o isl_scheduler.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_schedule.lo -MD -MP -MF .deps/isl_schedule.Tpo -c ../../isl/isl_schedule.c -o isl_schedule.o | |
checking for setproctitle... checking for setproctitle... no | |
checking whether alloca needs Cray hooks... no | |
checking whether alloca needs Cray hooks... depbase=`echo isl_set_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_set_list.lo -MD -MP -MF $depbase.Tpo -c -o isl_set_list.lo ../../isl/isl_set_list.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_sort.lo -MD -MP -MF $depbase.Tpo -c -o isl_sort.lo ../../isl/isl_sort.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_space.lo -MD -MP -MF $depbase.Tpo -c -o isl_space.lo ../../isl/isl_space.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
no | |
checking stack direction for C alloca... no | |
checking stack direction for C alloca... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_set_list.lo -MD -MP -MF .deps/isl_set_list.Tpo -c ../../isl/isl_set_list.c -o isl_set_list.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_sort.lo -MD -MP -MF .deps/isl_sort.Tpo -c ../../isl/isl_sort.c -o isl_sort.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_space.lo -MD -MP -MF .deps/isl_space.Tpo -c ../../isl/isl_space.c -o isl_space.o | |
-1 | |
-1 | |
checking for vfork.h... checking for vfork.h... depbase=`echo isl_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_stream.lo -MD -MP -MF $depbase.Tpo -c -o isl_stream.lo ../../isl/isl_stream.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
no | |
no | |
checking for fork... checking for fork... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_stream.lo -MD -MP -MF .deps/isl_stream.Tpo -c ../../isl/isl_stream.c -o isl_stream.o | |
depbase=`echo isl_seq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_seq.lo -MD -MP -MF $depbase.Tpo -c -o isl_seq.lo ../../isl/isl_seq.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
checking for vfork... checking for vfork... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_seq.lo -MD -MP -MF .deps/isl_seq.Tpo -c ../../isl/isl_seq.c -o isl_seq.o | |
depbase=`echo isl_tab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_tab.lo -MD -MP -MF $depbase.Tpo -c -o isl_tab.lo ../../isl/isl_tab.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
yes | |
depbase=`echo isl_tab_pip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_tab_pip.lo -MD -MP -MF $depbase.Tpo -c -o isl_tab_pip.lo ../../isl/isl_tab_pip.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
checking for working fork... checking for working fork... depbase=`echo isl_tarjan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_tarjan.lo -MD -MP -MF $depbase.Tpo -c -o isl_tarjan.lo ../../isl/isl_tarjan.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_transitive_closure.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_transitive_closure.lo -MD -MP -MF $depbase.Tpo -c -o isl_transitive_closure.lo ../../isl/isl_transitive_closure.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_tab.lo -MD -MP -MF .deps/isl_tab.Tpo -c ../../isl/isl_tab.c -o isl_tab.o | |
depbase=`echo isl_union_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_union_map.lo -MD -MP -MF $depbase.Tpo -c -o isl_union_map.lo ../../isl/isl_union_map.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_tab_pip.lo -MD -MP -MF .deps/isl_tab_pip.Tpo -c ../../isl/isl_tab_pip.c -o isl_tab_pip.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_tarjan.lo -MD -MP -MF .deps/isl_tarjan.Tpo -c ../../isl/isl_tarjan.c -o isl_tarjan.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_transitive_closure.lo -MD -MP -MF .deps/isl_transitive_closure.Tpo -c ../../isl/isl_transitive_closure.c -o isl_transitive_closure.o | |
depbase=`echo isl_val.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_val.lo -MD -MP -MF $depbase.Tpo -c -o isl_val.lo ../../isl/isl_val.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_union_map.lo -MD -MP -MF .deps/isl_union_map.Tpo -c ../../isl/isl_union_map.c -o isl_union_map.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_val.lo -MD -MP -MF .deps/isl_val.Tpo -c ../../isl/isl_val.c -o isl_val.o | |
depbase=`echo isl_vec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_vec.lo -MD -MP -MF $depbase.Tpo -c -o isl_vec.lo ../../isl/isl_vec.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
no | |
checking for sys_errlist... no | |
checking for sys_errlist... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_vec.lo -MD -MP -MF .deps/isl_vec.Tpo -c ../../isl/isl_vec.c -o isl_vec.o | |
yes | |
yes | |
checking for sys_nerr... checking for sys_nerr... yes | |
yes | |
checking for sys_siglist... checking for sys_siglist... depbase=`echo isl_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_version.lo -MD -MP -MF $depbase.Tpo -c -o isl_version.lo ../../isl/isl_version.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_version.lo -MD -MP -MF .deps/isl_version.Tpo -c ../../isl/isl_version.c -o isl_version.o | |
yes | |
yes | |
checking for external symbol _system_configuration... checking for external symbol _system_configuration... depbase=`echo isl_vertices.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_vertices.lo -MD -MP -MF $depbase.Tpo -c -o isl_vertices.lo ../../isl/isl_vertices.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
depbase=`echo isl_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_test.o -MD -MP -MF $depbase.Tpo -c -o isl_test.o ../../isl/isl_test.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo polyhedron_sample.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT polyhedron_sample.o -MD -MP -MF $depbase.Tpo -c -o polyhedron_sample.o ../../isl/polyhedron_sample.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
no | |
no | |
checking for __fsetlocking... checking for __fsetlocking... depbase=`echo pip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT pip.o -MD -MP -MF $depbase.Tpo -c -o pip.o ../../isl/pip.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT isl_vertices.lo -MD -MP -MF .deps/isl_vertices.Tpo -c ../../isl/isl_vertices.c -o isl_vertices.o | |
depbase=`echo polyhedron_minimize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT polyhedron_minimize.o -MD -MP -MF $depbase.Tpo -c -o polyhedron_minimize.o ../../isl/polyhedron_minimize.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo polytope_scan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT polytope_scan.o -MD -MP -MF $depbase.Tpo -c -o polytope_scan.o ../../isl/polytope_scan.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
no | |
no | |
checking for canonicalize_file_name... checking for canonicalize_file_name... depbase=`echo polyhedron_detect_equalities.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT polyhedron_detect_equalities.o -MD -MP -MF $depbase.Tpo -c -o polyhedron_detect_equalities.o ../../isl/polyhedron_detect_equalities.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo cat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT cat.o -MD -MP -MF $depbase.Tpo -c -o cat.o ../../isl/cat.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo closure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT closure.o -MD -MP -MF $depbase.Tpo -c -o closure.o ../../isl/closure.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
no | |
no | |
checking for dup3... checking for dup3... depbase=`echo bound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT bound.o -MD -MP -MF $depbase.Tpo -c -o bound.o ../../isl/bound.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo codegen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
clang -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -Wall -g -MT codegen.o -MD -MP -MF $depbase.Tpo -c -o codegen.o ../../isl/codegen.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
no | |
no | |
checking for getrlimit... checking for getrlimit... /bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -version-info 14:0:1 -Wl,-no_pie -o libisl.la -rpath /usr/local/Cellar/gcc@5/5.5.0_2/lib/gcc/5 isl_gmp.lo isl_val_gmp.lo isl_ast_int.lo isl_aff.lo isl_affine_hull.lo isl_arg.lo isl_ast.lo isl_ast_build.lo isl_ast_build_expr.lo isl_ast_codegen.lo isl_ast_graft.lo isl_band.lo basis_reduction_tab.lo isl_bernstein.lo isl_blk.lo isl_bound.lo isl_coalesce.lo isl_constraint.lo isl_convex_hull.lo isl_ctx.lo isl_deprecated.lo isl_dim.lo isl_dim_map.lo isl_equalities.lo isl_factorization.lo isl_farkas.lo isl_flow.lo isl_fold.lo isl_hash.lo isl_id_to_ast_expr.lo isl_id_to_pw_aff.lo isl_ilp.lo isl_input.lo isl_local_space.lo isl_lp.lo isl_map.lo isl_map_simplify.lo isl_map_subtract.lo isl_map_to_basic_set.lo isl_mat.lo isl_morph.lo isl_id.lo isl_obj.lo isl_options.lo isl_output.lo isl_point.lo isl_polynomial.lo isl_printer.lo print.lo isl_range.lo isl_reordering.lo isl_sample.lo isl_scan.lo isl_schedule.lo isl_scheduler.lo isl_set_list.lo isl_sort.lo isl_space.lo isl_stream.lo isl_seq.lo isl_tab.lo isl_tab_pip.lo isl_tarjan.lo isl_transitive_closure.lo isl_union_map.lo isl_val.lo isl_vec.lo isl_version.lo isl_vertices.lo -lgmp | |
yes | |
yes | |
checking for getrusage... checking for getrusage... yes | |
yes | |
checking for getsysinfo... checking for getsysinfo... no | |
no | |
checking for gettimeofday... checking for gettimeofday... (cached) (cached) yes | |
yes | |
checking for on_exit... checking for on_exit... libtool: link: ar rc .libs/libisl.a isl_gmp.o isl_val_gmp.o isl_ast_int.o isl_aff.o isl_affine_hull.o isl_arg.o isl_ast.o isl_ast_build.o isl_ast_build_expr.o isl_ast_codegen.o isl_ast_graft.o isl_band.o basis_reduction_tab.o isl_bernstein.o isl_blk.o isl_bound.o isl_coalesce.o isl_constraint.o isl_convex_hull.o isl_ctx.o isl_deprecated.o isl_dim.o isl_dim_map.o isl_equalities.o isl_factorization.o isl_farkas.o isl_flow.o isl_fold.o isl_hash.o isl_id_to_ast_expr.o isl_id_to_pw_aff.o isl_ilp.o isl_input.o isl_local_space.o isl_lp.o isl_map.o isl_map_simplify.o isl_map_subtract.o isl_map_to_basic_set.o isl_mat.o isl_morph.o isl_id.o isl_obj.o isl_options.o isl_output.o isl_point.o isl_polynomial.o isl_printer.o print.o isl_range.o isl_reordering.o isl_sample.o isl_scan.o isl_schedule.o isl_scheduler.o isl_set_list.o isl_sort.o isl_space.o isl_stream.o isl_seq.o isl_tab.o isl_tab_pip.o isl_tarjan.o isl_transitive_closure.o isl_union_map.o isl_val.o isl_vec.o isl_version.o isl_vertices.o | |
libtool: link: ranlib .libs/libisl.a | |
libtool: link: ( cd ".libs" && rm -f "libisl.la" && ln -s "../libisl.la" "libisl.la" ) | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_test isl_test.o libisl.la -lgmp | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_polyhedron_sample polyhedron_sample.o libisl.la | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_polyhedron_minimize polyhedron_minimize.o libisl.la -lgmp | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_pip pip.o libisl.la -lgmp | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_polytope_scan polytope_scan.o libisl.la | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o libisl.la | |
no | |
no | |
checking for psignal... checking for psignal... yes | |
yes | |
checking for pstat_getdynamic... checking for pstat_getdynamic... libtool: link: clang -Wall -g -Wl,-no_pie -o isl_polyhedron_sample polyhedron_sample.o ./.libs/libisl.a -lgmp | |
libtool: link: clang -Wall -g -Wl,-no_pie -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o ./.libs/libisl.a -lgmp | |
libtool: link: clang -Wall -g -Wl,-no_pie -o isl_test isl_test.o ./.libs/libisl.a -lgmp | |
libtool: link: clang -Wall -g -Wl,-no_pie -o isl_polytope_scan polytope_scan.o ./.libs/libisl.a -lgmp | |
libtool: link: clang -Wall -g -Wl,-no_pie -o isl_polyhedron_minimize polyhedron_minimize.o ./.libs/libisl.a -lgmp | |
libtool: link: clang -Wall -g -Wl,-no_pie -o isl_pip pip.o ./.libs/libisl.a -lgmp | |
no | |
no | |
checking for pstat_getstatic... checking for pstat_getstatic... /bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_cat cat.o libisl.la | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_closure closure.o libisl.la | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_bound bound.o libisl.la -lgmp | |
/bin/sh ./libtool --tag=CC --mode=link clang -Wall -g -Wl,-no_pie -o isl_codegen codegen.o libisl.la -lgmp | |
no | |
no | |
checking for realpath... checking for realpath... libtool: link: clang -Wall -g -Wl,-no_pie -o isl_cat cat.o ./.libs/libisl.a -lgmp | |
libtool: link: clang -Wall -g -Wl,-no_pie -o isl_bound bound.o ./.libs/libisl.a -lgmp | |
libtool: link: clang -Wall -g -Wl,-no_pie -o isl_closure closure.o ./.libs/libisl.a -lgmp | |
libtool: link: clang -Wall -g -Wl,-no_pie -o isl_codegen codegen.o ./.libs/libisl.a -lgmp | |
yes | |
yes | |
checking for setrlimit... checking for setrlimit... Making all in doc | |
make[5]: Nothing to be done for `all'. | |
Configuring stage 1 in ./gcc | |
yes | |
yes | |
checking for sbrk... checking for sbrk... yes | |
yes | |
checking for spawnve... checking for spawnve... no | |
no | |
checking for spawnvpe... checking for spawnvpe... configure: creating cache ./config.cache | |
no | |
no | |
checking for strerror... checking for strerror... checking build system type... x86_64-apple-darwin17.5.0 | |
checking host system type... x86_64-apple-darwin17.5.0 | |
checking target system type... x86_64-apple-darwin17.5.0 | |
checking LIBRARY_PATH variable... ok | |
checking GCC_EXEC_PREFIX variable... ok | |
checking whether to place generated files in the source directory... no | |
checking whether a default linker was specified... no | |
checking whether a default assembler was specified... no | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
yes | |
yes | |
checking for strsignal... checking for strsignal... yes | |
yes | |
checking for sysconf... checking for sysconf... checking for C compiler default output file name... yes | |
yes | |
checking for sysctl... checking for sysctl... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... yes | |
yes | |
checking for sysmp... checking for sysmp... | |
checking for suffix of object files... no | |
no | |
checking for table... checking for table... o | |
checking whether we are using the GNU C compiler... no | |
no | |
checking for times... checking for times... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... yes | |
yes | |
checking for wait3... checking for wait3... none needed | |
yes | |
yes | |
checking for wait4... checking for wait4... yes | |
yes | |
checking whether basename is declared... checking whether basename is declared... checking whether we are using the GNU C++ compiler... no | |
no | |
checking whether ffs is declared... checking whether ffs is declared... yes | |
checking whether clang++ accepts -g... yes | |
yes | |
checking whether asprintf is declared... checking whether asprintf is declared... yes | |
checking for x86_64-apple-darwin17.5.0-gnatbind... no | |
checking for x86_64-apple-darwin17.5.0-gnatmake... no | |
checking whether compiler driver understands Ada... rm: conftest.dSYM: is a directory | |
no | |
checking how to run the C preprocessor... yes | |
yes | |
checking whether vasprintf is declared... checking whether vasprintf is declared... yes | |
yes | |
checking whether snprintf is declared... checking whether snprintf is declared... clang -E | |
yes | |
yes | |
checking whether vsnprintf is declared... checking whether vsnprintf is declared... checking for grep that handles long lines and -e... yes | |
yes | |
checking whether calloc is declared... checking whether calloc is declared... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
yes | |
checking whether getenv is declared... checking whether getenv is declared... yes | |
yes | |
checking whether getopt is declared... checking whether getopt is declared... rm: conftest.dSYM: is a directory | |
yes | |
yes | |
rm: conftest.dSYM: is a directory | |
checking whether malloc is declared... checking whether malloc is declared... yes | |
yes | |
checking whether realloc is declared... checking whether realloc is declared... yes | |
checking for sys/types.h... yes | |
yes | |
yes | |
checking for sys/stat.h... checking whether sbrk is declared... checking whether sbrk is declared... yes | |
yes | |
yes | |
checking for stdlib.h... checking whether strtol is declared... checking whether strtol is declared... yes | |
checking for string.h... yes | |
yes | |
checking whether strtoul is declared... checking whether strtoul is declared... yes | |
checking for memory.h... yes | |
yes | |
checking whether strtoll is declared... checking whether strtoll is declared... yes | |
checking for strings.h... yes | |
yes | |
checking whether strtoull is declared... checking whether strtoull is declared... yes | |
checking for inttypes.h... yes | |
yes | |
checking whether strverscmp is declared... checking whether strverscmp is declared... yes | |
checking for stdint.h... no | |
no | |
checking whether canonicalize_file_name must be declared... checking whether canonicalize_file_name must be declared... yes | |
checking for unistd.h... yes | |
yes | |
checking for stdlib.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... checking for unistd.h... (cached) (cached) yes | |
yes | |
checking for getpagesize... checking for getpagesize... (cached) (cached) yes | |
yes | |
checking for working mmap... checking for working mmap... yes | |
checking minix/config.h usability... yes | |
checking for working strncmp... yes | |
checking for working strncmp... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
yes | |
configure: updating cache ./config.cache | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
configure: creating ./config.status | |
yes | |
checking how to run the C preprocessor... clang -E | |
checking for inline... config.status: creating Makefile | |
config.status: creating Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating config.h | |
config.status: creating config.h | |
inline | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... config.status: executing default commands | |
config.status: executing default commands | |
no | |
checking size of void *... Configuring stage 1 in ./libcpp | |
if [ x"" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
if [ x"" != x ] && [ ! -d noasan ]; then \ | |
mkdir noasan; \ | |
else true; fi | |
touch stamp-noasandir | |
touch stamp-picdir | |
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o noasan/regex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o cplus-dem.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o noasan/md5.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o regex.o | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o cp-demangle.o | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o md5.o | |
if [ x"-fno-common" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
touch stamp-picdir | |
make[4]: Nothing to be done for `all'. | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
if [ x"" != x ] && [ ! -d noasan ]; then \ | |
mkdir noasan; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o noasan/sha1.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sha1.c -o sha1.o | |
touch stamp-noasandir | |
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list | |
make[4]: Nothing to be done for `all'. | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
8 | |
checking size of short... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
2 | |
checking size of int... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
4 | |
checking size of long... 8 | |
checking for long long... configure: creating cache ./config.cache | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
checking build system type... x86_64-apple-darwin17.5.0 | |
checking host system type... x86_64-apple-darwin17.5.0 | |
checking target system type... x86_64-apple-darwin17.5.0 | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for x86_64-apple-darwin17.5.0-gcc... clang | |
yes | |
checking size of long long... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/md5.c -o noasan/md5.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o md5.o | |
8 | |
checking for int8_t... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
checking for C compiler default output file name... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o noasan/alloca.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o alloca.o | |
yes | |
checking for int16_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o pic/argv.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o noasan/argv.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o argv.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/regex.c -o noasan/regex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/sha1.c -o noasan/sha1.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o regex.o | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sha1.c -o sha1.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/alloca.c -o noasan/alloca.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o alloca.o | |
checking for suffix of object files... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o choose-temp.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o pic/concat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o noasan/concat.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o concat.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/argv.c -o pic/argv.o; \ | |
else true; fi | |
o | |
checking whether we are using the GNU C compiler... yes | |
checking for int32_t... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o cp-demint.o | |
yes | |
checking whether clang accepts -g... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o choose-temp.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o pic/crc32.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o noasan/crc32.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/crc32.c -o crc32.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/argv.c -o noasan/argv.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o argv.o | |
yes | |
checking for clang option to accept ISO C89... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/concat.c -o pic/concat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o pic/d-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/d-demangle.c -o d-demangle.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dwarfnames.c -o dwarfnames.o | |
yes | |
checking for int64_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o dyn-string.o | |
none needed | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/concat.c -o noasan/concat.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o concat.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o fdmatch.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/crc32.c -o pic/crc32.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o noasan/fibheap.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o fibheap.o | |
yes | |
checking for long long int... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/d-demangle.c -o pic/d-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/crc32.c -o noasan/crc32.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/crc32.c -o crc32.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o cp-demint.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o filename_cmp.o | |
checking whether we are using the GNU C++ compiler... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o noasan/floatformat.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o floatformat.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o fnmatch.o | |
yes | |
checking whether clang++ accepts -g... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
yes | |
checking for intmax_t... yes | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking how to run the C preprocessor... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dwarfnames.c -o dwarfnames.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/d-demangle.c -o d-demangle.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o noasan/getopt.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o getopt.o | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o dyn-string.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o noasan/getopt1.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o getopt1.o | |
clang -E | |
yes | |
checking for intptr_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o noasan/getpwd.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o getpwd.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o noasan/getruntime.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o getruntime.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o fdmatch.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o noasan/hashtab.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o hashtab.o | |
checking for grep that handles long lines and -e... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o noasan/hex.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o hex.o | |
yes | |
checking for uint8_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o noasan/lbasename.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o lbasename.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/fibheap.c -o noasan/fibheap.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o fibheap.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
yes | |
checking for uint16_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o lrealpath.o | |
/usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o filename_cmp.o | |
yes | |
checking for uint32_t... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/floatformat.c -o noasan/floatformat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o floatformat.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o make-temp-file.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o noasan/objalloc.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o objalloc.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o fnmatch.o | |
rm: conftest.dSYM: is a directory | |
yes | |
checking for uint64_t... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o noasan/obstack.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o obstack.o | |
rm: conftest.dSYM: is a directory | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o noasan/partition.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o partition.o | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
yes | |
checking for unsigned long long int... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/getopt1.c -o noasan/getopt1.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o getopt1.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o noasan/pexecute.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pexecute.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
yes | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
yes | |
checking for uintmax_t... checking for sys/types.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o noasan/physmem.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o physmem.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/getopt.c -o noasan/getopt.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o getopt.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o noasan/pex-common.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pex-common.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/getruntime.c -o noasan/getruntime.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o getruntime.o | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o noasan/pex-one.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pex-one.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/getpwd.c -o noasan/getpwd.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o getpwd.o | |
checking for sys/stat.h... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pex-unix.o | |
yes | |
checking for uintptr_t... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/vprintf-support.c -o vprintf-support.o | |
checking for stdlib.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/hex.c -o noasan/hex.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o hex.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o safe-ctype.o | |
yes | |
checking for string.h... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/hashtab.c -o noasan/hashtab.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o noasan/simple-object.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o hashtab.o | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object.c -o simple-object.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ | |
if [ x"-fno-common" != x ]; then \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-coff.c -o simple-object-coff.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/lbasename.c -o noasan/lbasename.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o lbasename.o | |
yes | |
yes | |
checking for int64_t underlying type... checking for memory.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o lrealpath.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-elf.c -o simple-object-elf.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
yes | |
long long | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
checking for strings.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o make-temp-file.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/objalloc.c -o noasan/objalloc.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o objalloc.o | |
yes | |
checking whether clang supports -W... checking for inttypes.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o noasan/sort.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o sort.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o noasan/spaces.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o spaces.o | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
checking whether clang supports -Wall... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o splay-tree.o | |
yes | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
checking for stdint.h... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/obstack.c -o noasan/obstack.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o obstack.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/stack-limit.c -o stack-limit.o | |
yes | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
checking whether clang supports -Wnarrowing... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/pexecute.c -o noasan/pexecute.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pexecute.o | |
checking for unistd.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/partition.c -o noasan/partition.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o partition.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o noasan/strerror.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o strerror.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/physmem.c -o noasan/physmem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o noasan/strsignal.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o physmem.o | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o strsignal.o | |
yes | |
checking whether clang supports -Wwrite-strings... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/timeval-utils.c -o timeval-utils.o | |
yes | |
checking minix/config.h usability... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o pic/xasprintf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xasprintf.c -o xasprintf.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
yes | |
checking whether clang supports -Wcast-qual... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/pex-common.c -o noasan/pex-common.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pex-common.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
no | |
checking minix/config.h presence... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o pic/xatexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o noasan/xatexit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o xatexit.o | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/pex-one.c -o noasan/pex-one.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pex-one.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ | |
else true; fi | |
checking whether clang supports -Wformat... clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/vprintf-support.c -o vprintf-support.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o safe-ctype.o | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pex-unix.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o pic/xexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o noasan/xexit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o xexit.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o xmalloc.o | |
yes | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
checking whether clang supports -Wstrict-prototypes... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o xmemdup.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o xstrdup.o | |
yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
checking whether clang supports -Wmissing-prototypes... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o xstrerror.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ | |
else true; fi | |
no | |
checking for aclocal... no | |
checking for autoconf... no | |
checking for autoheader... no | |
checking whether clang supports -W... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object.c -o noasan/simple-object.o; \ | |
else true; fi | |
yes | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object.c -o simple-object.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o xstrndup.o | |
checking whether clang supports -Wmissing-format-attribute... yes | |
checking whether clang supports -Wall... yes | |
checking whether clang supports -Woverloaded-virtual... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-coff.c -o simple-object-coff.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xvasprintf.c -o xvasprintf.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-elf.c -o simple-object-elf.o | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/mempcpy.c -o pic/mempcpy.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/mempcpy.c -o noasan/mempcpy.o; \ | |
else true; fi | |
yes | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/mempcpy.c -o mempcpy.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strverscmp.c -o pic/strverscmp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strverscmp.c -o noasan/strverscmp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strverscmp.c -o strverscmp.o | |
checking whether clang supports -Wnarrowing... checking whether clang supports -Wold-style-definition... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/setproctitle.c -o setproctitle.o | |
yes | |
yes | |
checking whether clang supports -Wc++-compat... checking whether clang supports -Wwrite-strings... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
yes | |
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o | |
yes | |
checking whether clang supports -Wmissing-format-attribute... checking whether clang supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... ranlib ./libiberty.a | |
if [ x"" != x ]; then \ | |
cd pic; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi; \ | |
if [ x"" != x ]; then \ | |
cd noasan; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/sort.c -o noasan/sort.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o sort.o | |
clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c | |
clang++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../../libcpp/charset.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/spaces.c -o noasan/spaces.o; \ | |
else true; fi | |
yes | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o spaces.o | |
checking whether clang supports -fno-exceptions... yes | |
checking whether clang supports -Wstrict-prototypes... clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c | |
clang++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../../libcpp/directives.c | |
yes | |
checking whether clang supports -fno-rtti... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ | |
else true; fi | |
checking whether clang supports -Wmissing-prototypes... clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o splay-tree.o | |
clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c | |
clang++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../../libcpp/directives-only.c | |
yes | |
yes | |
checking whether clang supports -fasynchronous-unwind-tables... checking whether clang supports -Wold-style-definition... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
yes | |
yes | |
checking valgrind.h usability... checking whether clang supports -Wc++-compat... clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/stack-limit.c -o stack-limit.o | |
clang++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../../libcpp/errors.c | |
yes | |
checking whether clang supports -pedantic -Wlong-long... no | |
checking valgrind.h presence... clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/strerror.c -o noasan/strerror.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o strerror.o | |
clang++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../../libcpp/expr.c | |
yes | |
checking whether clang supports -fno-exceptions... clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c | |
no | |
checking for valgrind.h... no | |
checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
clang++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../../libcpp/files.c | |
yes | |
checking whether clang supports -fno-rtti... no | |
checking for VALGRIND_DISCARD in <memcheck.h>... clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/strsignal.c -o noasan/strsignal.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o strsignal.o | |
yes | |
srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh x86_64-apple-darwin17.5.0 | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
no | |
checking for multiarch configuration... no, disabled auto check (configured with --native-system-header-dir) | |
configure: WARNING: decimal float is not supported for this target, ignored | |
configure: WARNING: fixed-point is not supported for this target, ignored | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... sed -e 's/@gcc_version@/5.5.0/' < mkheaders.almost > mkheadersT | |
checking dependency style of clang++... yes | |
checking for gawk... awk | |
checking whether ln -s works... mv -f mkheadersT mkheaders | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -fno-common ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
clang -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/timeval-utils.c -o timeval-utils.o | |
yes | |
checking whether ln works... yes | |
checking for x86_64-apple-darwin17.5.0-ranlib... ranlib | |
checking for a BSD compatible install... /usr/bin/install -c | |
checking for cmp's capabilities... gnucompare | |
checking for mktemp... yes | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
checking for modern makeinfo... (cached) no | |
configure: WARNING: | |
*** Makeinfo is missing or too old. | |
*** Info documentation will not be built. | |
checking for recent Pod::Man... yes | |
checking for flex... flex | |
checking for bison... bison | |
checking for nm... nm | |
checking for ar... ar | |
checking for sphinx-build... texinfo | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... echo timestamp > full-stamp | |
clang++ -I../../../libcpp -I. -I../../../libcpp/../include -I../.. | |
[...snip...] | |
ts/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsupc++.a(eh_arm.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsupc++.a(tinfo2.o) has no symbols | |
libtool: link: ranlib .libs/libsupc++convenience.a | |
libtool: link: ranlib .libs/libsupc++.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsupc++convenience.a(atexit_arm.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsupc++convenience.a(eh_arm.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsupc++convenience.a(tinfo2.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsupc++.a(atexit_arm.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsupc++.a(eh_arm.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsupc++.a(tinfo2.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libsupc++convenience.la" && ln -s "../libsupc++convenience.la" "libsupc++convenience.la" ) | |
libtool: link: ( cd ".libs" && rm -f "libsupc++.la" && ln -s "../libsupc++.la" "libsupc++.la" ) | |
Making all in src | |
Making all in c++98 | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=bitmap_allocator.lo -g -O2 -m32 -c -o bitmap_allocator.lo ../../../../../../libstdc++-v3/src/c++98/bitmap_allocator.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=pool_allocator.lo -g -O2 -m32 -c -o pool_allocator.lo ../../../../../../libstdc++-v3/src/c++98/pool_allocator.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=mt_allocator.lo -g -O2 -m32 -c -o mt_allocator.lo ../../../../../../libstdc++-v3/src/c++98/mt_allocator.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -m32 -c -o codecvt.lo ../../../../../../libstdc++-v3/src/c++98/codecvt.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=complex_io.lo -g -O2 -m32 -c -o complex_io.lo ../../../../../../libstdc++-v3/src/c++98/complex_io.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=globals_io.lo -g -O2 -m32 -c -o globals_io.lo ../../../../../../libstdc++-v3/src/c++98/globals_io.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=hash_tr1.lo -g -O2 -m32 -c -o hash_tr1.lo ../../../../../../libstdc++-v3/src/c++98/hash_tr1.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=hashtable_tr1.lo -g -O2 -m32 -c -o hashtable_tr1.lo ../../../../../../libstdc++-v3/src/c++98/hashtable_tr1.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=mt_allocator.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/mt_allocator.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o mt_allocator.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/codecvt.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o codecvt.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=pool_allocator.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/pool_allocator.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o pool_allocator.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=globals_io.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/globals_io.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o globals_io.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=hashtable_tr1.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/hashtable_tr1.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o hashtable_tr1.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=hash_tr1.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/hash_tr1.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o hash_tr1.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=complex_io.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/complex_io.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o complex_io.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=bitmap_allocator.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/bitmap_allocator.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o bitmap_allocator.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios_failure.lo -g -O2 -m32 -c -o ios_failure.lo ../../../../../../libstdc++-v3/src/c++98/ios_failure.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios_failure.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/ios_failure.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ios_failure.o | |
/tmp/ccdBGTm7.s:454:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccdBGTm7.s:454:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios_init.lo -g -O2 -m32 -c -o ios_init.lo ../../../../../../libstdc++-v3/src/c++98/ios_init.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios_locale.lo -g -O2 -m32 -c -o ios_locale.lo ../../../../../../libstdc++-v3/src/c++98/ios_locale.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios_init.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/ios_init.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ios_init.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios_locale.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/ios_locale.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ios_locale.o | |
/tmp/cc2JDR2D.s:1115:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2JDR2D.s:1115:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:10:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:10:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:16:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:16:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cccnDgm7.s:341:11: warning: section "__textcoal_nt" is deprecated | |
/tmp/ccojOeHi.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~ .section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list.lo -g -O2 -m32 -c -o list.lo ../../../../../../libstdc++-v3/src/c++98/list.cc | |
^ ~~~~~~~~~~~~~ | |
~~~~~~~~ | |
/tmp/ccojOeHi.s:42:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cccnDgm7.s:/tmp/ccojOeHi.s:42:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
341:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:61:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:61:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:172:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:172:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:197:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:197:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:202:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:202:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:227:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:227:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:232:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:232:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:273:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:273:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:278:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:278:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:319:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:319:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list-aux.lo -g -O2 -m32 -c -o list-aux.lo ../../../../../../libstdc++-v3/src/c++98/list-aux.cc | |
/tmp/ccojOeHi.s:323:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:323:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:367:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:367:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:372:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:372:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:506:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:506:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:509:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:509:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2928:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2928:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2934:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2934:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2942:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2942:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2948:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2948:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2985:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccojOeHi.s:2985:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list-aux-2.lo -g -O2 -m32 -c -o list-aux-2.lo ../../../../../../libstdc++-v3/src/c++98/list-aux-2.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/list.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o list.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list-aux.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/list-aux.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o list-aux.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list-aux-2.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/list-aux-2.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o list-aux-2.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list_associated.lo -g -O2 -m32 -c -o list_associated.lo ../../../../../../libstdc++-v3/src/c++98/list_associated.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list_associated-2.lo -g -O2 -m32 -c -o list_associated-2.lo ../../../../../../libstdc++-v3/src/c++98/list_associated-2.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=locale.lo -g -O2 -m32 -c -o locale.lo ../../../../../../libstdc++-v3/src/c++98/locale.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list_associated.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/list_associated.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o list_associated.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=list_associated-2.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/list_associated-2.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o list_associated-2.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=locale.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/locale.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o locale.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=locale_init.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../../libstdc++-v3/src/c++98/locale_init.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=locale_facets.lo -g -O2 -m32 -c -o locale_facets.lo ../../../../../../libstdc++-v3/src/c++98/locale_facets.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=localename.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../../libstdc++-v3/src/c++98/localename.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=locale_init.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../../libstdc++-v3/src/c++98/locale_init.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o locale_init.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/plibtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=locale_facets.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/locale_facets.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o locale_facets.o | |
rivate/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=localename.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../../libstdc++-v3/src/c++98/localename.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o localename.o | |
/tmp/ccwzKpI2.s:10:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:10:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:16:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:16:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:42:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:42:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:61:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:61:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:131:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:131:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:156:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:156:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:161:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:161:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:202:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:202:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:207:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:207:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:232:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:232:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:237:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:237:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:278:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:278:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:475:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:475:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:519:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:519:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:782:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:782:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:915:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:915:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:918:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:918:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:2646:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:2646:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:2795:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:2795:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6214:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6214:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6220:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6220:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6228:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6228:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6234:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6234:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6260:11: warning: section "__datacoal_nt" is deprecated | |
.section __DATA,__datacoal_nt,coalesced | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6260:11: note: change section name to "__data" | |
.section __DATA,__datacoal_nt,coalesced | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6286:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwzKpI2.s:6286:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=math_stubs_float.lo -g -O2 -m32 -c -o math_stubs_float.lo ../../../../../../libstdc++-v3/src/c++98/math_stubs_float.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=math_stubs_float.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/math_stubs_float.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o math_stubs_float.o | |
/tmp/cc8DB1N6.s:3383:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8DB1N6.s:3383:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=math_stubs_long_double.lo -g -O2 -m32 -c -o math_stubs_long_double.lo ../../../../../../libstdc++-v3/src/c++98/math_stubs_long_double.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=stdexcept.lo -g -O2 -m32 -c -o stdexcept.lo ../../../../../../libstdc++-v3/src/c++98/stdexcept.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=math_stubs_long_double.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/math_stubs_long_double.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o math_stubs_long_double.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=stdexcept.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/stdexcept.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o stdexcept.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=strstream.lo -g -O2 -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/backward -Wno-deprecated -c ../../../../../../libstdc++-v3/src/c++98/strstream.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=tree.lo -g -O2 -m32 -c -o tree.lo ../../../../../../libstdc++-v3/src/c++98/tree.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=strstream.lo -g -O2 -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/backward -Wno-deprecated -c ../../../../../../libstdc++-v3/src/c++98/strstream.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o strstream.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=tree.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/tree.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o tree.o | |
/tmp/ccwyEp85.s:1690:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:1690:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:1799:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:1799:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:5198:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:5198:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:5304:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:5304:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:9331:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwyEp85.s:9331:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=istream.lo -g -O2 -m32 -c -o istream.lo ../../../../../../libstdc++-v3/src/c++98/istream.cc | |
/tmp/cc83O26z.s:1800:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc83O26z.s:1800:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=istream.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/istream.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o istream.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=istream-string.lo -g -O2 -m32 -c -o istream-string.lo ../../../../../../libstdc++-v3/src/c++98/istream-string.cc | |
/tmp/ccgnSWte.s:10:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:10:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:16:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:16:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:42:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:42:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:61:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:61:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:140:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:140:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:165:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:165:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:170:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:170:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:211:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:211:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:216:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:216:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:241:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:241:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:246:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:246:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:287:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:287:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:292:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:292:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:426:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:426:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:429:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:429:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4486:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4486:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4492:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4492:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4500:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4500:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4506:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4506:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4598:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgnSWte.s:4598:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=istream-string.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/istream-string.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o istream-string.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=streambuf.lo -g -O2 -m32 -c -o streambuf.lo ../../../../../../libstdc++-v3/src/c++98/streambuf.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=valarray.lo -g -O2 -m32 -c -o valarray.lo ../../../../../../libstdc++-v3/src/c++98/valarray.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=streambuf.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/streambuf.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o streambuf.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=valarray.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/valarray.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o valarray.o | |
/tmp/ccPe8qH9.s:10:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:10:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:16:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:16:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:42:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:42:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:61:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:61:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:66:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:66:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:91:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:91:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:96:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:96:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:121:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:121:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:126:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:126:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:167:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:167:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:172:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:172:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:213:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:213:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:327:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:327:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:371:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:371:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:376:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:376:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:510:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:510:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:513:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:513:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:3898:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:3898:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:3904:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:3904:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:3912:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:3912:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:3918:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:3918:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:4089:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPe8qH9.s:4089:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-istream-string.lo -g -O2 -m32 -c -o cow-istream-string.lo ../../../../../../libstdc++-v3/src/c++98/cow-istream-string.cc | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/collate_members.cc ./collate_members_cow.cc || true | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/messages_members.cc ./messages_members_cow.cc || true | |
/tmp/ccU6ufLF.s:10:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:10:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/monetary_members.cc ./monetary_members_cow.cc || true | |
/tmp/ccU6ufLF.s:16:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:16:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:42:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:42:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:61:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/numeric_members.cc ./numeric_members_cow.cc || true | |
/tmp/ccU6ufLF.s:61:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:66:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:66:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:91:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:91:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:96:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:96:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h ./atomicity.cc || true | |
/tmp/ccU6ufLF.s:137:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:137:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:142:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:142:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:167:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:167:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/codecvt_members.cc . || true | |
ced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:172:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:172:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:213:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:213:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:217:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/collate_members.cc . || true | |
/tmp/ccU6ufLF.s:217:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:261:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:261:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:265:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:265:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:309:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/messages_members.cc . || true | |
t,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:309:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructlibtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/pions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:314:11: warning: section "__textcoal_nt" is deprecated | |
.sectionrivate/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-istream-string.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/cow-istream-string.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-istream-string.o | |
__TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:314:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:414:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:414:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:417:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/monetary_members.cc . || true | |
/tmp/ccU6ufLF.s:417:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/numeric_members.cc . || true | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/time_members.cc . || true | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/io/basic_file_stdio.cc ./basic_file.cc || true | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/generic/c_locale.cc ./c++locale.cc || true | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=allocator-inst.lo -g -O2 -m32 -c -o allocator-inst.lo ../../../../../../libstdc++-v3/src/c++98/allocator-inst.cc | |
/tmp/ccU6ufLF.s:15378:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15378:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15384:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15384:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15392:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15392:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15398:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15398:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15450:11: warning: section "__datacoal_nt" is deprecated | |
.section __DATA,__datacoal_nt,coalesced | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15450:11: note: change section name to "__data" | |
.section __DATA,__datacoal_nt,coalesced | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15473:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccU6ufLF.s:15473:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=concept-inst.lo -g -O2 -m32 -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c ../../../../../../libstdc++-v3/src/c++98/concept-inst.cc | |
/tmp/ccX1D4MW.s:5083:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccX1D4MW.s:5083:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ext-inst.lo -g -O2 -m32 -c -o ext-inst.lo ../../../../../../libstdc++-v3/src/c++98/ext-inst.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=misc-inst.lo -g -O2 -m32 -c -o misc-inst.lo ../../../../../../libstdc++-v3/src/c++98/misc-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=allocator-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/allocator-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o allocator-inst.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=concept-inst.lo -g -O2 -m32 -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c ../../../../../../libstdc++-v3/src/c++98/concept-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o concept-inst.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ext-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/ext-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ext-inst.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=misc-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++98/misc-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o misc-inst.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=parallel_settings.lo -g -O2 -m32 -D_GLIBCXX_PARALLEL -c ../../../../../../libstdc++-v3/src/c++98/parallel_settings.cc | |
/tmp/cctm0CEq.s:3220:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cctm0CEq.s:3220:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=parallel_settings.lo -g -O2 -m32 -D_GLIBCXX_PARALLEL -c ../../../../../../libstdc++-v3/src/c++98/parallel_settings.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o parallel_settings.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=collate_members_cow.lo -g -O2 -m32 -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c collate_members_cow.cc | |
/tmp/ccxQGvt6.s:4296:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxQGvt6.s:4296:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSTicLZ.s:6873:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSTicLZ.s:6873:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=messages_members_cow.lo -g -O2 -m32 -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c messages_members_cow.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=collate_members_cow.lo -g -O2 -m32 -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c collate_members_cow.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o collate_members_cow.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=monetary_members_cow.lo -g -O2 -m32 -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c monetary_members_cow.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=messages_members_cow.lo -g -O2 -m32 -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c messages_members_cow.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o messages_members_cow.o | |
/tmp/ccO1nfzf.s:177:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccO1nfzf.s:177:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=monetary_members_cow.lo -g -O2 -m32 -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c monetary_members_cow.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o monetary_members_cow.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=numeric_members_cow.lo -g -O2 -m32 -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c numeric_members_cow.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=numeric_members_cow.lo -g -O2 -m32 -D_GLIBCXX_USE_CXX11_ABI=0 -fimplicit-templates -c numeric_members_cow.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o numeric_members_cow.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=atomicity.lo -g -O2 -m32 -c -o atomicity.lo atomicity.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=codecvt_members.lo -g -O2 -m32 -c -o codecvt_members.lo codecvt_members.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=atomicity.lo -g -O2 -m32 -c atomicity.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o atomicity.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=collate_members.lo -g -O2 -m32 -c -o collate_members.lo collate_members.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=codecvt_members.lo -g -O2 -m32 -c codecvt_members.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o codecvt_members.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=messages_members.lo -g -O2 -m32 -c -o messages_members.lo messages_members.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=monetary_members.lo -g -O2 -m32 -c -o monetary_members.lo monetary_members.cc | |
/tmp/cca3T2u7.s:3035:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cca3T2u7.s:3035:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=collate_members.lo -g -O2 -m32 -c collate_members.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o collate_members.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=numeric_members.lo -g -O2 -m32 -c -o numeric_members.lo numeric_members.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=monetary_members.lo -g -O2 -m32 -c monetary_members.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o monetary_members.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=messages_members.lo -g -O2 -m32 -c messages_members.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o messages_members.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=numeric_members.lo -g -O2 -m32 -c numeric_members.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o numeric_members.o | |
/tmp/ccDxynew.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:94:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:94:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:99:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:99:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:130:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:130:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:135:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:135:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:219:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:219:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:224:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:224:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:255:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:255:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:888:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:888:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:894:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:894:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:902:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:902:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:908:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:908:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:930:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccDxynew.s:930:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=time_members.lo -g -O2 -m32 -c -o time_members.lo time_members.cc | |
/tmp/cc6dbEYM.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:32:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:32:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:115:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:115:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:3807:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6dbEYM.s:3807:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:108:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:108:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:113:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:113:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:144:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:144:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:149:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:149:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:247:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:247:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:252:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:252:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:283:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:283:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:288:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:288:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:386:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:386:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:391:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:391:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:422:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:422:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:427:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:427:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:525:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:525:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:530:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:530:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:561:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:561:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=basic_file.lo -g -O2 -m32 -c -o basic_file.lo basic_file.cc | |
/tmp/ccxeTHBh.s:1824:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1824:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1830:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1830:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1838:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1838:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1844:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1844:libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=time_members.lo -g -O2 -m32 -c time_members.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o time_members.o | |
11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1852:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1852:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1858:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1858:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1866:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1866:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1872:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1872:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1910:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccxeTHBh.s:1910:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=c++locale.lo -g -O2 -m32 -c -o c++locale.lo c++locale.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=basic_file.lo -g -O2 -m32 -c basic_file.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o basic_file.o | |
/tmp/ccKcBqRt.s:588:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccKcBqRt.s:588:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=c++locale.lo -g -O2 -m32 -c c++locale.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o c++locale.o | |
/tmp/ccGKNobS.s:321:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccGKNobS.s:321:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccWz6PGi.s:636:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccWz6PGi.s:636:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccuCpM9l.s:1244:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccuCpM9l.s:1244:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccJwsYP9.s:1101:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccJwsYP9.s:1101:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMXeBYH.s:808:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesce/tmp/ccioSZWa.s:1505:11: warning: section "__textcoal_nt" is deprecated | |
.sed,pure_instction _ruction_TEXTs | |
,__text coal_nt,c oalesced,p ^ ure_ins ~~~tructi~~~~~~on~~~~ | |
s | |
/tmp/ccMXeBYH.s:808:11: note: change section name to "__text" | |
^ .sec ~~~tion __TEXT,__textcoal_n~~~~~~~t,coalesced~~~ | |
,pure/tmp/ccioSZWa.s:1505:11: note: change section name to "__text"_instru | |
ctions | |
.secti on __TE ^ ~XT,__te~~~~~xtcoa~~~~~~~ | |
l_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -Wl,-single_module -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=libc++98convenience.la '-m32' -o libc++98convenience.la bitmap_allocator.lo pool_allocator.lo mt_allocator.lo codecvt.lo complex_io.lo globals_io.lo hash_tr1.lo hashtable_tr1.lo ios_failure.lo ios_init.lo ios_locale.lo list.lo list-aux.lo list-aux-2.lo list_associated.lo list_associated-2.lo locale.lo locale_init.lo locale_facets.lo localename.lo math_stubs_float.lo math_stubs_long_double.lo stdexcept.lo strstream.lo tree.lo istream.lo istream-string.lo streambuf.lo valarray.lo cow-istream-string.lo collate_members_cow.lo messages_members_cow.lo monetary_members_cow.lo numeric_members_cow.lo atomicity.lo codecvt_members.lo collate_members.lo messages_members.lo monetary_members.lo numeric_members.lo time_members.lo basic_file.lo c++locale.lo allocator-inst.lo concept-inst.lo ext-inst.lo misc-inst.lo parallel_settings.lo | |
libtool: link: ar rc .libs/libc++98convenience.a bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o complex_io.o globals_io.o hash_tr1.o hashtable_tr1.o ios_failure.o ios_init.o ios_locale.o list.o list-aux.o list-aux-2.o list_associated.o list_associated-2.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o tree.o istream.o istream-string.o streambuf.o valarray.o cow-istream-string.o collate_members_cow.o messages_members_cow.o monetary_members_cow.o numeric_members_cow.o atomicity.o codecvt_members.o collate_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o misc-inst.o parallel_settings.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libc++98convenience.a(math_stubs_float.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libc++98convenience.a(math_stubs_long_double.o) has no symbols | |
libtool: link: ranlib .libs/libc++98convenience.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libc++98convenience.a(math_stubs_float.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libc++98convenience.a(math_stubs_long_double.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libc++98convenience.la" && ln -s "../libc++98convenience.la" "libc++98convenience.la" ) | |
Making all in c++11 | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=chrono.lo -g -O2 -m32 -c -o chrono.lo ../../../../../../libstdc++-v3/src/c++11/chrono.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -m32 -c -o codecvt.lo ../../../../../../libstdc++-v3/src/c++11/codecvt.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=condition_variable.lo -g -O2 -m32 -c -o condition_variable.lo ../../../../../../libstdc++-v3/src/c++11/condition_variable.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-stdexcept.lo -g -O2 -m32 -c -o cow-stdexcept.lo ../../../../../../libstdc++-v3/src/c++11/cow-stdexcept.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ctype.lo -g -O2 -m32 -c -o ctype.lo ../../../../../../libstdc++-v3/src/c++11/ctype.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=debug.lo -g -O2 -m32 -c -o debug.lo ../../../../../../libstdc++-v3/src/c++11/debug.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=functexcept.lo -g -O2 -m32 -c -o functexcept.lo ../../../../../../libstdc++-v3/src/c++11/functexcept.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=functional.lo -g -O2 -m32 -c -o functional.lo ../../../../../../libstdc++-v3/src/c++11/functional.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ctype.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/ctype.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ctype.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=condition_variable.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/condition_variable.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o condition_variable.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=codecvt.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/codecvt.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o codecvt.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=chrono.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/chrono.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o chrono.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=debug.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/debug.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o debug.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-stdexcept.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cow-stdexcept.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-stdexcept.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=functexcept.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/functexcept.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o functexcept.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=functional.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/functional.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o functional.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=futex.lo -g -O2 -m32 -c -o futex.lo ../../../../../../libstdc++-v3/src/c++11/futex.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=futex.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/futex.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o futex.o | |
/tmp/cc18vte3.s:139:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc18vte3.s:139:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=future.lo -g -O2 -m32 -c -o future.lo ../../../../../../libstdc++-v3/src/c++11/future.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=future.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/future.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o future.o | |
/tmp/ccGw17om.s:1735:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccGw17om.s:1735:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=hash_c++0x.lo -g -O2 -m32 -c -o hash_c++0x.lo ../../../../../../libstdc++-v3/src/c++11/hash_c++0x.cc | |
/tmp/ccWHKjqt.s:869:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccWHKjqt.s:869:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=hashtable_c++0x.lo -g -O2 -m32 -fimplicit-templates -c ../../../../../../libstdc++-v3/src/c++11/hashtable_c++0x.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=hash_c++0x.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/hash_c++0x.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o hash_c++0x.o | |
/tmp/ccquttmS.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:32:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:32:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:49:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:49:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:455:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:455:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:494:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:494:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=hashtable_c++0x.lo -g -O2 -m32 -fimplicit-templates -c ../../../../../../libstdc++-v3/src/c++11/hashtable_c++0x.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o hashtable_c++0x.o | |
/tmp/ccquttmS.s:499:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:499:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:538:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:538:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:543:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:543:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:609:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:609:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:614:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:614:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:720:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:720:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:725:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:725:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:830:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:830:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:835:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:835:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:916:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:916:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:1740:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:1740:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:1746:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:1746:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:1903:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccquttmS.s:1903:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccIWIyAM.s:127:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccIWIyAM.s:127:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios.lo -g -O2 -m32 -c -o ios.lo ../../../../../../libstdc++-v3/src/c++11/ios.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=limits.lo -g -O2 -m32 -c -o limits.lo ../../../../../../libstdc++-v3/src/c++11/limits.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/ios.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ios.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=limits.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/limits.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o limits.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=mutex.lo -g -O2 -m32 -c -o mutex.lo ../../../../../../libstdc++-v3/src/c++11/mutex.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=mutex.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/mutex.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o mutex.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=placeholders.lo -g -O2 -m32 -c -o placeholders.lo ../../../../../../libstdc++-v3/src/c++11/placeholders.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=placeholders.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/placeholders.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o placeholders.o | |
/tmp/cc6r7DPo.s:653:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6r7DPo.s:653:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=random.lo -g -O2 -m32 -c -o random.lo ../../../../../../libstdc++-v3/src/c++11/random.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=random.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/random.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o random.o | |
/tmp/cc65Wvnc.s:10:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:10:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:16:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:16:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:42:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:42:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:61:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:61:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:328:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:328:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:353:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:353:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:358:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:358:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:383:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:383:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:388:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:388:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:429:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:429:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:434:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:434:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:475:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:475:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:603:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:603:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:647:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:647:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7657:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7657:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7663:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7663:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7671:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7671:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7677:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7677:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7912:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc65Wvnc.s:7912:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=regex.lo -g -O2 -m32 -c -o regex.lo ../../../../../../libstdc++-v3/src/c++11/regex.cc | |
/tmp/ccoXdqaQ.s:60:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccoXdqaQ.s:60:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccoXdqaQ.s:448:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccoXdqaQ.s:448:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccoXdqaQ.s:451:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccoXdqaQ.s:451:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccoXdqaQ.s:2067:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccoXdqaQ.s:2067:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=shared_ptr.lo -g -O2 -m32 -c -o shared_ptr.lo ../../../../../../libstdc++-v3/src/c++11/shared_ptr.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=snprintf_lite.lo -g -O2 -m32 -c -o snprintf_lite.lo ../../../../../../libstdc++-v3/src/c++11/snprintf_lite.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=regex.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/regex.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o regex.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=shared_ptr.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/shared_ptr.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o shared_ptr.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=snprintf_lite.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/snprintf_lite.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o snprintf_lite.o | |
/tmp/cccP90Fq.s:1696:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cccP90Fq.s:1696:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -O2 -m32 -c -o system_error.lo ../../../../../../libstdc++-v3/src/c++11/system_error.cc | |
/tmp/ccXJmKs7.s:8315:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccXJmKs7.s:8315:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccXJmKs7.s:8321:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccXJmKs7.s:8321:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccXJmKs7.s:8494:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccXJmKs7.s:8494:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccXJmKs7.s:8693:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccXJmKs7.s:8693:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:61:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:61:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:64:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:64:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:69:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:69:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:124:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:124:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:127:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:127:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:1735:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccMI9wrH.s:1735:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/system_error.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o system_error.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=thread.lo -g -O2 -m32 -c -o thread.lo ../../../../../../libstdc++-v3/src/c++11/thread.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-locale_init.lo -g -O2 -m32 -c -o cow-locale_init.lo ../../../../../../libstdc++-v3/src/c++11/cow-locale_init.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=thread.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/thread.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o thread.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-locale_init.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cow-locale_init.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-locale_init.o | |
/tmp/ccmHglGG.s:181:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccmHglGG.s:181:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-shim_facets.lo -g -O2 -m32 -c -o cow-shim_facets.lo ../../../../../../libstdc++-v3/src/c++11/cow-shim_facets.cc | |
/tmp/cc6hGuTl.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:24:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:24:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:54:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:54:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:79:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:79:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:736:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:736:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:852:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:852:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:1474:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc6hGuTl.s:1474:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-hash_tr1.lo -g -O2 -m32 -c -o cxx11-hash_tr1.lo ../../../../../../libstdc++-v3/src/c++11/cxx11-hash_tr1.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-shim_facets.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cow-shim_facets.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-shim_facets.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-hash_tr1.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cxx11-hash_tr1.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cxx11-hash_tr1.o | |
/tmp/cc2YtLdL.s:423:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2YtLdL.s:423:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure.lo -g -O2 -m32 -c -o cxx11-ios_failure.lo ../../../../../../libstdc++-v3/src/c++11/cxx11-ios_failure.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-ios_failure.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cxx11-ios_failure.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cxx11-ios_failure.o | |
/tmp/cc8zAnhM.s:10:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:10:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:16:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:16:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:42:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:42:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:61:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:61:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:120:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:120:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:145:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:145:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:150:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:150:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:175:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:175:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:223:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:223:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:264:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:264:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:269:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:269:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:310:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:310:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:433:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:433:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:477:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:477:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:481:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:481:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:525:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:525:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1009:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1009:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1015:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1015:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1023:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1023:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1029:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1029:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1049:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1049:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1076:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc8zAnhM.s:1076:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-shim_facets.lo -g -O2 -m32 -c -o cxx11-shim_facets.lo ../../../../../../libstdc++-v3/src/c++11/cxx11-shim_facets.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-shim_facets.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cxx11-shim_facets.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cxx11-shim_facets.o | |
/tmp/cc45USQA.s:1958:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc45USQA.s:1958:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-stdexcept.lo -g -O2 -m32 -c -o cxx11-stdexcept.lo ../../../../../../libstdc++-v3/src/c++11/cxx11-stdexcept.cc | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/os/bsd/darwin/ctype_configure_char.cc . || true | |
ln -s /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/locale/darwin/ctype_members.cc . || true | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -m32 -c -o cow-fstream-inst.lo ../../../../../../libstdc++-v3/src/c++11/cow-fstream-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-stdexcept.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cxx11-stdexcept.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cxx11-stdexcept.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cow-fstream-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-fstream-inst.o | |
/tmp/cc01LHKr.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:24:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:24:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:29:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:29:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:54:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:54:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:381:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:381:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:497:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:497:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:1252:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc01LHKr.s:1252:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -m32 -c -o cow-sstream-inst.lo ../../../../../../libstdc++-v3/src/c++11/cow-sstream-inst.cc | |
/tmp/ccYtPK2m.s:1226:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccYtPK2m.s:1226:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -m32 -c -o cow-string-inst.lo ../../../../../../libstdc++-v3/src/c++11/cow-string-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cow-sstream-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-sstream-inst.o | |
/tmp/cccbCcWm.s:3497:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cccbCcWm.s:3497:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cow-string-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-string-inst.o | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -m32 -c -o cow-wstring-inst.lo ../../../../../../libstdc++-v3/src/c++11/cow-wstring-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cow-wstring-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-wstring-inst.o | |
/tmp/ccwsEzGQ.s:744:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwsEzGQ.s:744:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -m32 -c -o cxx11-locale-inst.lo ../../../../../../libstdc++-v3/src/c++11/cxx11-locale-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cxx11-locale-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cxx11-locale-inst.o | |
/tmp/ccIy4ifm.s:3569:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccIy4ifm.s:3569:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -m32 -c -o cxx11-wlocale-inst.lo ../../../../../../libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cxx11-wlocale-inst.o | |
/tmp/cco1n21B.s:4532:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cco1n21B.s:4532:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -m32 -c -o ext11-inst.lo ../../../../../../libstdc++-v3/src/c++11/ext11-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/ext11-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ext11-inst.o | |
/tmp/ccfeXCD2.s:5980:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:5980:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:6024:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:6024:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:16739:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:16739:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:16745:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:16745:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:16955:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfeXCD2.s:16955:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -m32 -c -o fstream-inst.lo ../../../../../../libstdc++-v3/src/c++11/fstream-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/fstream-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o fstream-inst.o | |
/tmp/ccfmgLmD.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:43:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:43:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:48:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:48:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:94:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:94:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:99:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:99:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:131:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:131:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:136:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:136:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:182:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:182:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:696:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:696:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:809:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:809:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:936:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:936:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1017:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1017:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1022:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1022:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1053:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1053:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1058:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1058:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1124:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:1124:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:4419:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:4419:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:4498:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccfmgLmD.s:4498:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -m32 -c -o ios-inst.lo ../../../../../../libstdc++-v3/src/c++11/ios-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/ios-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ios-inst.o | |
/tmp/ccvWADbv.s:6318:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:6318:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:6363:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:6363:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:15791:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:15791:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:15797:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:15797:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:16009:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvWADbv.s:16009:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -m32 -c -o iostream-inst.lo ../../../../../../libstdc++-v3/src/c++11/iostream-inst.cc | |
/tmp/ccSZxN99.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSZxN99.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSZxN99.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSZxN99.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSZxN99.s:92:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSZxN99.s:92:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/iostream-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o iostream-inst.o | |
/tmp/ccSZxN99.s:16504:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSZxN99.s:16504:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -m32 -c -o istream-inst.lo ../../../../../../libstdc++-v3/src/c++11/istream-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/istream-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o istream-inst.o | |
/tmp/ccEQHZeQ.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccEQHZeQ.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccEQHZeQ.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccEQHZeQ.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccEQHZeQ.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccEQHZeQ.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccEQHZeQ.s:16189:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccEQHZeQ.s:16189:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -m32 -c -o locale-inst.lo ../../../../../../libstdc++-v3/src/c++11/locale-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/locale-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o locale-inst.o | |
/tmp/cc7uM7WN.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:32:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:32:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:49:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:49:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:5178:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:5178:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:5193:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc7uM7WN.s:5193:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -m32 -c -o ostream-inst.lo ../../../../../../libstdc++-v3/src/c++11/ostream-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/ostream-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ostream-inst.o | |
/tmp/ccgBbkfH.s:3385:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgBbkfH.s:3385:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccgBbkfH.s:3503:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccgBbkfH.s:3503:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -m32 -c -o sstream-inst.lo ../../../../../../libstdc++-v3/src/c++11/sstream-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/sstream-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o sstream-inst.o | |
/tmp/ccZFBsRm.s:2005:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:2005:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:2131:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:2131:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:2136:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:2136:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:2262:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:2262:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:3031:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:3031:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:3165:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:3165:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:3170:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:3170:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:3304:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:3304:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:31804:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:31804:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:32157:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccZFBsRm.s:32157:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -m32 -c -o streambuf-inst.lo ../../../../../../libstdc++-v3/src/c++11/streambuf-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/streambuf-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o streambuf-inst.o | |
/tmp/ccyA4j6l.s:5791:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccyA4j6l.s:5791:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccyA4j6l.s:5830:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccyA4j6l.s:5830:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -m32 -c -o string-inst.lo ../../../../../../libstdc++-v3/src/c++11/string-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/string-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o string-inst.o | |
/tmp/ccQBbnNw.s:17953:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:17953:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:18057:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:18057:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:26376:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:26376:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:26480:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:26480:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:34898:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:34898:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:35251:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccQBbnNw.s:35251:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:23155:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:23155:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:23194:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccjIPa2b.s:23194:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -m32 -c -o wlocale-inst.lo ../../../../../../libstdc++-v3/src/c++11/wlocale-inst.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -m32 -c -o wstring-inst.lo ../../../../../../libstdc++-v3/src/c++11/wstring-inst.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/wlocale-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o wlocale-inst.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/c++11/wstring-inst.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o wstring-inst.o | |
/tmp/ccSHi2IX.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:326:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:326:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:409:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:409:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:30037:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:30037:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:30076:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccSHi2IX.s:30076:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -m32 -c -o ctype_configure_char.lo ctype_configure_char.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -m32 -c ctype_configure_char.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ctype_configure_char.o | |
/tmp/cc9dF6Jd.s:1357:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:1357:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:1440:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:1440:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:1445:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:1445:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:1550:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:1550:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:4182:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:4182:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:4366:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:4366:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20530:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20530:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20608:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20608:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20613:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20613:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20864:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20864:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20867:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20867:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20872:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:20872:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:21144:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:21144:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:21149:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:21149:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:21255:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:21255:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52368:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52368:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52374:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52374:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52381:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52381:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52387:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52387:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52394:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52394:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52400:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52400:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52595:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52595:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52813:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc9dF6Jd.s:52813:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:32:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:32:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:49:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:49:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:632:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:632:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:671:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:671:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:3615:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:3615:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:3799:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:3799:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:3804:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:3804:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:3914:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:3914:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19556:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19556:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19634:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19634:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19639:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19639:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19890:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19890:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19893:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19893:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19898:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:19898:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:20158:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:20158:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:20163:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:20163:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:20270:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:20270:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -m32 -c -o ctype_members.lo ctype_members.cc | |
/tmp/ccq24cqN.s:53318:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53318:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53324:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53324:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53331:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53331:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53337:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53337:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53344:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53344:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53350:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53350:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53545:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53545:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53763:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccq24cqN.s:53763:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -std=gnu++11 -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -m32 -c ctype_members.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ctype_members.o | |
/tmp/ccchBlfV.s:15892:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccchBlfV.s:15892:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccBoBnHM.s:468:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccBoBnHM.s:468:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:32:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:32:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:49:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:49:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:126:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:126:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:165:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:165:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:170:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:170:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:209:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:209:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:1063:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccPXWeZs.s:1063:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccLhL5O8.s:15896:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccLhL5O8.s:15896:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:1924:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:1924:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2032:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2032:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2037:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2037:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2143:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2143:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2653:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2653:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2759:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2759:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2764:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2764:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2870:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:2870:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:50060:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:50060:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:50413:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cceS60gL.s:50413:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:27:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:27:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:49:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:49:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:1713:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:1713:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:1752:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:1752:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:4107:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:4107:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:4291:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:4291:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:4296:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:4296:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:4406:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:4406:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:24574:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:24574:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:24832:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:24832:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:24835:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:24835:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:25966:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:25966:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:26044:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:26044:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:26049:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:26049:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:26307:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:26307:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:26310:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:26310:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:27893:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:27893:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:28143:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:28143:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:28146:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:28146:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32122:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32122:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32229:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32229:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32234:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32234:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32285:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:32285:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59892:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59892:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59898:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59898:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59905:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59905:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59911:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59911:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59918:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59918:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59924:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59924:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59931:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59931:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59937:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59937:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59944:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59944:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59950:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:59950:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:60299:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:60299:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:60666:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccpUwXQB.s:60666:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:2632:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:2632:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:2715:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:2715:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:2720:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:2720:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:2825:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:2825:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:4150:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:4150:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:4334:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:4334:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:24248:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:24248:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:24506:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:24506:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:24509:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:24509:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:25785:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:25785:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:25863:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:25863:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:25868:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:25868:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:26126:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:26126:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:26129:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:26129:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:27857:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:27857:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:28107:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:28107:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:28110:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:28110:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:32084:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:32084:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:32190:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:32190:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:32195:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:32195:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:32325:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:32325:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59127:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59127:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59133:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59133:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59140:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59140:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59146:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59146:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59153:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59153:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59159:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59159:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59166:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59166:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59172:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59172:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59179:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59179:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59185:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59185:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59534:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59534:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59901:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc2NliJW.s:59901:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -Wl,-single_module -std=gnu++11 -prefer-pic -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=libc++11convenience.la '-m32' -o libc++11convenience.la chrono.lo codecvt.lo condition_variable.lo cow-stdexcept.lo ctype.lo debug.lo functexcept.lo functional.lo futex.lo future.lo hash_c++0x.lo hashtable_c++0x.lo ios.lo limits.lo mutex.lo placeholders.lo random.lo regex.lo shared_ptr.lo snprintf_lite.lo system_error.lo thread.lo cow-locale_init.lo cow-shim_facets.lo cxx11-hash_tr1.lo cxx11-ios_failure.lo cxx11-shim_facets.lo cxx11-stdexcept.lo ctype_configure_char.lo ctype_members.lo cow-fstream-inst.lo cow-sstream-inst.lo cow-string-inst.lo cow-wstring-inst.lo cxx11-locale-inst.lo cxx11-wlocale-inst.lo ext11-inst.lo fstream-inst.lo ios-inst.lo iostream-inst.lo istream-inst.lo locale-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo string-inst.lo wlocale-inst.lo wstring-inst.lo | |
libtool: link: ar rc .libs/libc++11convenience.a chrono.o codecvt.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o limits.o mutex.o placeholders.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o cow-string-inst.o cow-wstring-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o string-inst.o wlocale-inst.o wstring-inst.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libc++11convenience.a(futex.o) has no symbols | |
libtool: link: ranlib .libs/libc++11convenience.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libc++11convenience.a(futex.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libc++11convenience.la" && ln -s "../libc++11convenience.la" "libc++11convenience.la" ) | |
Making all in filesystem | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=dir.lo -g -O2 -m32 -c -o dir.lo ../../../../../../libstdc++-v3/src/filesystem/dir.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ops.lo -g -O2 -m32 -c -o ops.lo ../../../../../../libstdc++-v3/src/filesystem/ops.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=path.lo -g -O2 -m32 -c -o path.lo ../../../../../../libstdc++-v3/src/filesystem/path.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-dir.lo -g -O2 -m32 -c -o cow-dir.lo ../../../../../../libstdc++-v3/src/filesystem/cow-dir.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-ops.lo -g -O2 -m32 -c -o cow-ops.lo ../../../../../../libstdc++-v3/src/filesystem/cow-ops.cc | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -prefer-pic -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-path.lo -g -O2 -m32 -c -o cow-path.lo ../../../../../../libstdc++-v3/src/filesystem/cow-path.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=path.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/filesystem/path.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o path.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-path.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/filesystem/cow-path.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-path.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=ops.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/filesystem/ops.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o ops.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=dir.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/filesystem/dir.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o dir.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-ops.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/filesystem/cow-ops.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-ops.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/../libgcc -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=cow-dir.lo -g -O2 -m32 -c ../../../../../../libstdc++-v3/src/filesystem/cow-dir.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o cow-dir.o | |
/tmp/ccVNVWkh.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:28:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:28:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:54:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:54:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:59:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:59:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:79:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:79:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:84:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:84:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:110:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:110:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:115:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:115:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:164:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:164:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:250:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:250:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:846:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:846:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:1347:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:1347:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:3533:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:3533:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:3536:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:3536:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:7659:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:7659:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:7948:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:7948:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:7953:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:7953:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:8918:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:8918:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:8921:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:8921:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:11188:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:11188:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12150:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12150:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12153:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12153:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12158:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12158:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12524:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12524:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12527:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:12527:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:14659:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:14659:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:16077:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:16077:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:16080:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:16080:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:16085:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:16085:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:19461:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:19461:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:19464:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:19464:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:22007:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:22007:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:22013:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:22013:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:22030:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:22030:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:22048:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccVNVWkh.s:22048:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:28:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:28:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:33:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:33:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:54:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:54:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:59:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:59:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:79:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:79:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:84:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:84:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:110:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:110:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:115:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:115:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:164:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:164:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:529:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:529:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:1148:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:1148:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:1546:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:1546:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:3812:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:3812:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:3815:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:3815:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:7372:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:7372:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:7616:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:7616:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:7621:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:7621:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:8820:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:8820:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:8823:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:8823:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:10444:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:10444:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:11640:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:11640:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:11643:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:11643:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:11648:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:11648:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:12213:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:12213:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:12216:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:12216:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:14639:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:14639:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:16108:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:16108:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:16111:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:16111:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:16116:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:16116:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:19445:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:19445:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:19448:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:19448:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:22099:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:22099:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:22105:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:22105:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:22122:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:22122:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:22140:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccwJtlZd.s:22140:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:35:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:35:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:54:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:54:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:59:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:59:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:73:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:73:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:78:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:78:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:103:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:103:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:108:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:108:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:132:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:132:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:137:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:137:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:204:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:204:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:209:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:209:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:274:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:274:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:279:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:279:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:305:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:305:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:310:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:310:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:336:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:336:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:383:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:383:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:979:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:979:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:984:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:984:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:1388:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:1388:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:1391:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:1391:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:1396:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:1396:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:3312:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:3312:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:3315:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:3315:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:3320:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:3320:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:4755:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:4755:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:4758:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:4758:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:4770:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:4770:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:6943:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:6943:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:6946:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:6946:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:6951:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:6951:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10504:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10504:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10507:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10507:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10512:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10512:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10903:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10903:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10906:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:10906:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:11727:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:11727:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:12016:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:12016:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:21651:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:21651:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:21730:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:21730:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:25538:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:25538:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:26565:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:26565:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:26568:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:26568:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:26573:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:26573:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:27029:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:27029:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:27032:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:27032:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:32163:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:32163:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34057:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34057:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34060:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34060:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34065:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34065:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34434:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34434:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34437:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:34437:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40356:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40356:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40362:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40362:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40369:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40369:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40375:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40375:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40383:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40383:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40389:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40389:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40396:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40396:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40402:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40402:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40410:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40410:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40416:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40416:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40444:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc4IO39B.s:40444:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:35:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:35:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:40:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:40:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:54:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:54:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:59:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:59:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:73:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:73:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:78:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:78:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:103:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:103:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:108:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:108:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:132:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:132:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:137:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:137:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:204:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:204:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:209:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:209:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:274:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:274:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:279:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:279:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:305:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:305:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:310:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:310:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:336:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:336:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:786:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:786:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1405:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1405:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1410:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1410:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1750:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1750:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1753:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1753:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1758:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:1758:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:3224:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:3224:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:3227:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:3227:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:3232:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:3232:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:4733:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:4733:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:4736:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:4736:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:4750:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:4750:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:7035:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:7035:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:7038:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:7038:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:7043:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:7043:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:10721:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:10721:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:10724:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:10724:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:10729:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:10729:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:11056:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:11056:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:11059:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:11059:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:11868:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:11868:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:12112:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:12112:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:21322:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:21322:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:21401:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:21401:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:25205:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:25205:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:25601:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:25601:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:25604:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:25604:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:26455:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:26455:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27342:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27342:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27345:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27345:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27350:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27350:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27831:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27831:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27834:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:27834:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:31757:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:31757:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33190:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33190:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33193:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33193:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33198:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33198:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33565:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33565:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33568:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:33568:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38672:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38672:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38678:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38678:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38685:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38685:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38691:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38691:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38699:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38699:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38705:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38705:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38712:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38712:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38718:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38718:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38726:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38726:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38732:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38732:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38760:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccY9kQoj.s:38760:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:24:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:24:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:29:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:29:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:54:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:54:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:157:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:157:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:246:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:246:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:249:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:249:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:254:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:254:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:333:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:333:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:336:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:336:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:341:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:341:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:938:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:938:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:943:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:943:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:2378:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:2378:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:2381:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:2381:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:2385:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:2385:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:3719:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:3719:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:3722:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:3722:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:3727:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:3727:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:4236:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:4236:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:4239:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:4239:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:4249:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:4249:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:5642:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:5642:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:5645:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:5645:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:5653:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:5653:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:6469:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:6469:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:6472:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:6472:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:6477:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:6477:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:7320:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:7320:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:7323:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:7323:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:7328:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:7328:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:8181:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:8181:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:8184:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:8184:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:16965:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:16965:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:17254:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:17254:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:22899:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:22899:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:25238:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:25238:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:25241:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:25241:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:28939:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:28939:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:30075:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:30075:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:30080:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:30080:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:30268:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:30268:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:30271:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:30271:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:34854:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:34854:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35222:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35222:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35225:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35225:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35230:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35230:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35597:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35597:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35602:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35602:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35828:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35828:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35831:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:35831:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:41680:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:41680:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42001:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42001:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42004:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42004:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42013:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42013:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42325:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42325:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42328:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42328:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42332:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42332:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42629:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42629:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42634:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:42634:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:50089:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:50089:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:50092:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:50092:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:50097:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:50097:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:52471:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:52471:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:52474:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:52474:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:57014:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:57014:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:57020:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:57020:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:57051:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccvYpq5G.s:57051:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:24:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:24:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:29:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:29:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:54:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:54:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:561:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:561:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:650:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:650:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:653:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:653:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:658:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:658:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:737:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:737:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:740:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:740:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:745:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:745:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:1365:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:1365:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:1370:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:1370:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:2871:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:2871:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:2874:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:2874:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:2878:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:2878:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:4220:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:4220:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:4223:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:4223:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:4237:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:4237:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:6525:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:6525:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:6528:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:6528:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:6533:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:6533:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:8704:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:8704:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:8707:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:8707:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:8712:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:8712:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:9287:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:9287:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:9290:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:9290:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:9295:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:9295:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:10690:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:10690:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:10693:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:10693:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:10698:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:10698:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:11653:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:11653:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:11656:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:11656:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:20183:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:20183:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:20427:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:20427:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:25526:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:25526:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:27719:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:27719:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:27722:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:27722:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:31893:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:31893:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:32749:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:32749:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:32754:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:32754:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:32942:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:32942:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:32945:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:32945:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:36532:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:36532:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:36900:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:36900:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:36903:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:36903:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:36908:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:36908:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:37275:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:37275:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:37280:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:37280:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:37506:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:37506:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:37509:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:37509:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42092:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42092:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42412:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42412:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42415:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42415:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42424:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42424:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42734:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42734:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42737:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42737:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42742:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:42742:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:50719:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:50719:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:50722:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:50722:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:50727:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:50727:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:53413:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:53413:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:53416:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:53416:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:57890:11: warning: section "__const_coal" is deprecated | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:57890:11: note: change section name to "__const" | |
.section __TEXT,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:57896:11: warning: section "__const_coal" is deprecated | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:57896:11: note: change section name to "__const" | |
.section __DATA,__const_coal,coalesced | |
^ ~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:57927:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccI7ctn8.s:57927:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -Wl,-single_module -prefer-pic -D_GLIBCXX_SHARED -std=gnu++14 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=libstdc++fs.la '-m32' -o libstdc++fs.la -rpath /usr/local/Cellar/gcc@5/5.5.0_2/lib/gcc/5/i386 dir.lo ops.lo path.lo cow-dir.lo cow-ops.lo cow-path.lo | |
libtool: link: ar rc .libs/libstdc++fs.a dir.o ops.o path.o cow-dir.o cow-ops.o cow-path.o | |
libtool: link: ranlib .libs/libstdc++fs.a | |
libtool: link: ( cd ".libs" && rm -f "libstdc++fs.la" && ln -s "../libstdc++fs.la" "libstdc++fs.la" ) | |
/bin/sh ../libtool --tag CXX --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -m32 -c -o compatibility.lo ../../../../../libstdc++-v3/src/c++98/compatibility.cc | |
/bin/sh ../libtool --tag CXX --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -m32 -c -o compatibility-debug_list.lo ../../../../../libstdc++-v3/src/c++98/compatibility-debug_list.cc | |
/bin/sh ../libtool --tag CXX --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -m32 -c -o compatibility-debug_list-2.lo ../../../../../libstdc++-v3/src/c++98/compatibility-debug_list-2.cc | |
/bin/sh ../libtool --tag CXX --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-c++0x.cc | |
/bin/sh ../libtool --tag CXX --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc | |
/bin/sh ../libtool --tag CXX --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc | |
/bin/sh ../libtool --tag CXX --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-chrono.cc | |
/bin/sh ../libtool --tag CXX --mode=compile /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-condvar.cc | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -m32 -c ../../../../../libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-debug_list-2.o | |
.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -m32 -c ../../../../../libstdc++-v3/src/c++98/compatibility.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -m32 -c ../../../../../libstdc++-v3/src/c++98/compatibility-debug_list.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-debug_list.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-c++0x.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-c++0x.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-chrono.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-chrono.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-atomic-c++0x.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-thread-c++0x.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-condvar.cc -fno-common -DPIC -D_GLIBCXX_SHARED -o .libs/compatibility-condvar.o | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -m32 -c ../../../../../libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -o compatibility-debug_list-2.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -m32 -c ../../../../../libstdc++-v3/src/c++98/compatibility-debug_list.cc -o compatibility-debug_list.o >/dev/null 2>&1 | |
cp /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/config/abi/pre/gnu.ver libstdc++-symbols.ver.tmp | |
chmod +w libstdc++-symbols.ver.tmp | |
if test "x../../../../../libstdc++-v3/config/abi/pre/float128.ver" != x; then \ | |
if grep '^# Appended to version file.' \ | |
../../../../../libstdc++-v3/config/abi/pre/float128.ver > /dev/null 2>&1; then \ | |
cat ../../../../../libstdc++-v3/config/abi/pre/float128.ver >> libstdc++-symbols.ver.tmp; \ | |
else \ | |
sed -n '1,/DO NOT DELETE/p' libstdc++-symbols.ver.tmp > tmp.top; \ | |
sed -n '/DO NOT DELETE/,$p' libstdc++-symbols.ver.tmp > tmp.bottom; \ | |
cat tmp.top ../../../../../libstdc++-v3/config/abi/pre/float128.ver tmp.bottom > libstdc++-symbols.ver.tmp; \ | |
rm tmp.top tmp.bottom; \ | |
fi; \ | |
fi | |
/usr/bin/grep -E -v '^[ ]*#(#| |$)' libstdc++-symbols.ver.tmp | \ | |
/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -E -P -include ../config.h - > libstdc++-symbols.ver || (rm -f libstdc++-symbols.ver ; exit 1) | |
rm -f libstdc++-symbols.ver.tmp | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-chrono.cc -o compatibility-chrono.o >/dev/null 2>&1 | |
/tmp/cczHx2WL.s:225:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:225:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:249:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:249:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:254:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:254:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:294:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:294:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:1112:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cczHx2WL.s:1112:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-c++0x.cc -o compatibility-c++0x.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -m32 -c ../../../../../libstdc++-v3/src/c++98/compatibility.cc -o compatibility.o >/dev/null 2>&1 | |
/tmp/cc23GRfK.s:382:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/cc23GRfK.s:382:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -o compatibility-atomic-c++0x.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-condvar.cc -o compatibility-condvar.o >/dev/null 2>&1 | |
/tmp/ccsiyTyu.s:6:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:6:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:12:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:12:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:35:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:35:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:40:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:40:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:56:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:56:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:263:11: warning: section "__textcoal_nt" is deprecated | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
/tmp/ccsiyTyu.s:263:11: note: change section name to "__text" | |
.section __TEXT,__textcoal_nt,coalesced,pure_instructions | |
^ ~~~~~~~~~~~~~ | |
libtool: compile: /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc/xgcc -shared-libgcc -B/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/./gcc -nostdinc++ -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/src/.libs -L/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/libsupc++/.libs -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/bin/ -B/usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/lib/ -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/include -isystem /usr/local/Cellar/gcc@5/5.5.0_2/x86_64-apple-darwin17.5.0/sys-include -m32 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include/x86_64-apple-darwin17.5.0 -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/build/x86_64-apple-darwin17.5.0/i386/libstdc++-v3/include -I/private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/libsupc++ -fno-common -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -m32 -std=gnu++11 -c ../../../../../libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -o compatibility-thread-c++0x.o >/dev/null 2>&1 | |
perl /private/tmp/gcc@5-20180423-24320-vqn9ln/gcc-5.5.0/libstdc++-v3/scripts/make_exports.pl \ | |
libstdc++-symbols.ver \ | |
.libs/compatibility.o .libs/compatibility-debug_list.o .libs/compatibility-debug_list-2.o .libs/compatibility-c++0x.o .libs/compatibility-atomic-c++0x.o .libs/compatibility-thread-c++0x.o .libs/compatibility-chrono.o .libs/compatibility-condvar.o \ | |
`echo ../libsupc++/libsupc++convenience.la ../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la | \ | |
sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \ | |
> libstdc++-symbols.e |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment