2021-08-26 09:31:14 exec_hook package_begin chapter05 502-gcc-pass1 START: 2021-08-26 09:31:14 # Begin /home/lfs/build/x86_64/sources/config.inc # Environment for chapter05/502-gcc-pass1 # Make flags export MAKEFLAGS=-j4 # C/C++ flags export CFLAGS="-mtune=generic " export CXXFLAGS="-mtune=generic " # Log output for tests TEST_LOG=${ROOT}sources/502-gcc-pass1-tests.tmp LFS_CHAPTER=chapter05 LFS_SCRIPT=502-gcc-pass1 # Targets for multilib LFS_TGT=x86_64-lfs-linux-gnu LFS_TGT32=i686-lfs-linux-gnu LFS_TGTX32=x86_64-lfs-linux-gnux32 echo "Environment" set echo "File systems" mount || true echo "logname" logname || true # End /home/lfs/build/x86_64/sources/config.inc Environment ANT_HOME=/opt/ant BASH=/bin/bash BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath BASH_ALIASES=() BASH_ARGC=([0]="1" [1]="0") BASH_ARGV=([0]="/home/lfs/build/x86_64/sources/config.inc") BASH_CMDS=() BASH_LINENO=([0]="15" [1]="0") BASH_SOURCE=([0]="/home/lfs/build/x86_64/sources/config.inc" [1]="/home/lfs/build/x86_64/sources/lfs-commands/chapter05/502-gcc-pass1") BASH_VERSINFO=([0]="5" [1]="1" [2]="8" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu") BASH_VERSION='5.1.8(1)-release' CFLAGS='-mtune=generic ' CXXFLAGS='-mtune=generic ' DIRSTACK=() DISPLAY=localhost:10.0 EUID=1003 GROUPS=() HISTIGNORE='&:[bf]g:exit' HISTSIZE=1000 HOME=/home/lfs HOSTNAME=lfs-x86_64 HOSTTYPE=x86_64 IFS=$' \t\n' INPUTRC=/etc/inputrc LANG=de_DE.UTF-8 LC_ALL=POSIX LFS=/home/lfs/build/x86_64 LFS_CFLAGS=-mtune=generic LFS_CHAPTER=chapter05 LFS_CXXFLAGS=-mtune=generic LFS_SCRIPT=502-gcc-pass1 LFS_TGT=x86_64-lfs-linux-gnu LFS_TGT32=i686-lfs-linux-gnu LFS_TGTX32=x86_64-lfs-linux-gnux32 LOGNAME=lfs MACHTYPE=x86_64-pc-linux-gnu MAKEFLAGS=-j4 MAKELEVEL=1 MAKE_TERMERR=/dev/pts/0 MAKE_TERMOUT=/dev/pts/0 MFLAGS= OLDPWD=/tmp/lfs-commands OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/home/lfs/build/x86_64/tools/bin:/usr/bin PIPESTATUS=([0]="0") PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig PPID=1583 PREV_SEC=0 PS4='+ ' PWD=/home/lfs/build/x86_64/sources QT5DIR=/opt/qt5 ROOT=/home/lfs/build/x86_64/ SCRIPT_ROOT=/dev/null SECONDS=0 SHELL=/bin/bash SHELLOPTS=braceexpand:errexit:interactive-comments SHLVL=3 TERM=xterm-256color TEST_LOG=/home/lfs/build/x86_64/sources/502-gcc-pass1-tests.tmp TZ=Europe/Berlin UID=1003 USER=lfs XDG_CONFIG_DIRS=/etc/xdg/ XDG_DATA_DIRS=/usr/share/ XDG_RUNTIME_DIR=/tmp/xdg-lfs _=Environment File systems /dev/sdc1 on / type ext4 (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=4072068k,nr_inodes=1018017,mode=755) tmpfs on /run type tmpfs (rw,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) /dev/sda3 on /home type ext4 (rw,relatime) devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate) tmpfs on /run/user/65 type tmpfs (rw,nosuid,nodev,relatime,size=814836k,nr_inodes=203709,mode=700,uid=65,gid=65) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=814836k,nr_inodes=203709,mode=700,uid=1000,gid=1000) /dev/sdb1 on /home/lfs/build/x86_64 type ext4 (rw,relatime) helios0:/data/nfs/LFS on /mnt/LFS type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.3.66,local_lock=none,addr=192.168.3.3,_netdev) logname lfs KB: 472900 /home/lfs/build/x86_64/ /home/lfs/build/x86_64/sources/autolfs_package_patch PKG_DEST=/home/lfs/build/x86_64/sources/502-gcc-pass1 renamed 'mpfr-4.1.0' -> 'mpfr' renamed 'gmp-6.2.1' -> 'gmp' renamed 'mpc-1.2.1' -> 'mpc' renamed 'isl-0.22.1' -> 'isl' mkdir: created directory 'build' checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-lfs-linux-gnu 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/bin/sed checking for gawk... gawk checking for libitm support... yes checking for libsanitizer support... yes checking for libhsail-rt support... yes checking for libphobos support... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes 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 whether g++ supports C++11 features by default... yes checking for objdir... .libs configure: WARNING: using in-tree isl, disabling version check *** This configuration is not supported in the following subdirectories: target-libquadmath target-libstdc++-v3 gnattools gotools target-libada target-libhsail-rt target-libphobos target-zlib target-libbacktrace target-libgfortran target-libgo target-libffi target-libobjc target-libgomp target-liboffloadmic target-libatomic target-libvtv target-libssp target-libitm target-libsanitizer (Any other directories should still work fine.) checking for default BUILD_CONFIG... checking for --enable-vtable-verify... no checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... expect checking for runtest... runtest checking for ar... ar checking for as... as checking for dlltool... no checking for ld... ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for otool... no checking for readelf... readelf checking for x86_64-lfs-linux-gnu-cc... no checking for x86_64-lfs-linux-gnu-gcc... no checking for x86_64-lfs-linux-gnu-c++... no checking for x86_64-lfs-linux-gnu-g++... no checking for x86_64-lfs-linux-gnu-cxx... no checking for x86_64-lfs-linux-gnu-gxx... no checking for x86_64-lfs-linux-gnu-gcc... no checking for x86_64-lfs-linux-gnu-gfortran... no checking for x86_64-lfs-linux-gnu-gccgo... no checking for x86_64-lfs-linux-gnu-gdc... no checking for ar... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar checking for as... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/as checking for dlltool... no checking for x86_64-lfs-linux-gnu-dlltool... no checking for ld... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ld checking for lipo... no checking for x86_64-lfs-linux-gnu-lipo... no checking for nm... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm checking for objcopy... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/objcopy checking for objdump... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/objdump checking for otool... no checking for x86_64-lfs-linux-gnu-otool... no checking for ranlib... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib checking for readelf... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/readelf checking for strip... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/strip checking for windres... no checking for x86_64-lfs-linux-gnu-windres... no checking for windmc... no checking for x86_64-lfs-linux-gnu-windmc... no checking where to find the target ar... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin checking where to find the target as... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin 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... pre-installed checking where to find the target gcc... just compiled checking where to find the target gfortran... pre-installed checking where to find the target gccgo... pre-installed checking where to find the target gdc... pre-installed checking where to find the target ld... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin checking where to find the target objcopy... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin checking where to find the target objdump... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin checking where to find the target otool... pre-installed checking where to find the target ranlib... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin checking where to find the target readelf... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin checking where to find the target strip... pre-installed in /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin checking where to find the target windres... pre-installed checking where to find the target windmc... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build' make[2]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build' mkdir -p -- ./fixincludes mkdir -p -- ./libiberty mkdir -p -- ./intl mkdir -p -- ./gmp Configuring in ./fixincludes Configuring in ./libiberty Configuring in ./intl Configuring in ./gmp configure: creating cache ./config.cache checking for x86_64-pc-linux-gnu-gcc... gcc configure: creating cache ./config.cache checking build system type... configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 x86_64-pc-linux-gnu configure: creating cache ./config.cache checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-lfs-linux-gnu checking for x86_64-pc-linux-gnu-gcc... gcc checking whether the C compiler works... checking build system type... x86_64-pc-linux-gnu checking host system type... checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... none-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for none-pc-linux-gnu-strip... no checking for strip... strip configure: WARNING: using cross tools not prefixed with host triplet checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether make supports nested variables... checking for perl... perl yes checking whether we are cross compiling... checking build system type... x86_64-pc-linux-gnu checking host system type... checking whether to enable maintainer-specific portions of Makefiles... no x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-ranlib... ranlib checking whether to install libiberty headers and static library... no configure: target_header_dir = checking for x86_64-pc-linux-gnu-gcc... gcc checking whether we are cross compiling... configure: WARNING: the "none" host is obsolete, use --disable-assembly checking ABI=standard checking compiler gcc -mtune=generic ... no checking for suffix of object files... no checking for suffix of object files... o checking whether we are using the GNU C compiler... checking whether the C compiler works... yes checking whether gcc accepts -g... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... yes checking for C compiler default output file name... a.out checking for suffix of executables... none needed checking how to run the C preprocessor... yes checking for gcc option to accept ISO C89... checking whether we are cross compiling... gcc -E none needed checking how to run the C preprocessor... no checking for suffix of object files... checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... gcc -E o checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... yes checking for sys/types.h... gcc -E yes checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... yes /usr/bin/grep -E checking for ANSI C header files... checking for sys/types.h... yes yes checking for stdlib.h... checking for sys/stat.h... yes checking for string.h... yes yes checking for stdlib.h... checking for memory.h... yes checking for sys/types.h... yes yes checking for string.h... checking for strings.h... yes checking for sys/stat.h... yes yes checking for memory.h... yes checking for inttypes.h... checking for stdlib.h... yes checking for strings.h... yes yes checking for stdint.h... checking for string.h... yes checking for inttypes.h... yes yes checking for unistd.h... checking for memory.h... yes yes checking for stdint.h... yes checking minix/config.h usability... checking for none-pc-linux-gnu-gcc... gcc yes checking for strings.h... yes no checking minix/config.h presence... checking for unistd.h... checking whether the C compiler works... yes no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... checking for inttypes.h... yes checking minix/config.h usability... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes yes checking whether make sets $(MAKE)... checking for stdint.h... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no no checking minix/config.h presence... checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... checking whether we are cross compiling... yes checking for suffix of object files... /usr/bin/xgettext no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for msgmerge... checking for unistd.h... o checking whether we are using the GNU C compiler... yes checking for a sed that does not truncate output... /usr/bin/sed checking whether gcc supports -W... /usr/bin/msgmerge yes checking whether gcc accepts -g... yes checking build system type... checking minix/config.h usability... yes checking whether gcc supports -Wall... yes checking for gcc option to accept ISO C89... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for library containing strerror... yes checking whether gcc supports -Wwrite-strings... none needed checking whether gcc understands -c and -o together... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc supports -Wstrict-prototypes... none required checking for an ANSI C-conforming const... yes checking for gcc option to accept ISO C99... yes checking for inline... yes yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... checking whether gcc supports -Wmissing-prototypes... inline checking for off_t... none needed checking how to run the C preprocessor... yes no checking whether gcc supports -Wold-style-definition... checking whether gcc supports -W... yes gcc -E yes checking whether gcc supports -Wall... checking whether gcc supports -Wmissing-format-attribute... checking build system compiler gcc... yes yes checking whether gcc supports -Wwrite-strings... yes checking for size_t... checking whether gcc supports -Woverlength-strings... yes yes checking whether gcc supports -pedantic -Wlong-long... checking whether gcc supports -Wc++-compat... yes checking for build system preprocessor... yes checking for ANSI C header files... (cached) yes checking stddef.h usability... gcc -E checking for build system executable suffix... yes checking whether gcc supports -Wstrict-prototypes... yes checking stddef.h presence... yes checking for working alloca.h... yes yes checking for stddef.h... yes checking whether gcc supports -Wshadow=local... checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes yes checking whether gcc supports -pedantic ... checking fcntl.h usability... yes checking for alloca... yes checking whether gcc and cc understand -c and -o together... checking whether build system compiler is ANSI... yes checking fcntl.h presence... yes checking for fcntl.h... yes yes checking sys/file.h usability... checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes yes checking for build system compiler math library... checking for sys/param.h... yes checking sys/file.h presence... yes checking for sys/file.h... yes yes checking for sys/stat.h... (cached) yes yes checking for an ANSI C-conforming const... checking for clearerr_unlocked... checking for getpagesize... -lm checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E using ABI="standard" CC="gcc" CFLAGS="-mtune=generic " CPPFLAGS="" MPN_PATH="generic" checking whether assembler supports --noexecstack option... yes checking for inline... yes checking for none-pc-linux-gnu-ar... ar checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... yes inline checking whether byte ordering is bigendian... yes checking for working mmap... checking for feof_unlocked... BSD nm checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to none-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for none-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for none-pc-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for none-pc-linux-gnu-ar... (cached) ar checking for archiver @FILE support... yes yes checking whether we are using the GNU C Library 2.1 or newer... checking for ferror_unlocked... no checking for a BSD-compatible install... /usr/bin/install -c checking for CET support... yes checking whether integer division by zero raises SIGFPE... @ checking for none-pc-linux-gnu-strip... strip checking for none-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... yes checking for fflush_unlocked... yes checking for inttypes.h... yes checking for stdint.h... ok checking for sysroot... /home/lfs/build/x86_64 checking for a working dd... yes /usr/bin/dd checking how to truncate binary pipes... checking for fgetc_unlocked... /usr/bin/dd bs=4096 count=1 yes checking for none-pc-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... checking for sys/file.h... yes yes checking for unsigned long long... checking for sys/param.h... yes yes checking for fgets_unlocked... checking for limits.h... yes checking for stdlib.h... (cached) yes yes checking for inttypes.h... no checking for ANSI C header files... checking for malloc.h... yes yes yes checking for fileno_unlocked... checking whether the inttypes.h PRIxNN macros are broken... checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes no checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... checking for sys/time.h... yes checking for shared library run path origin... yes yes yes checking for time.h... checking for sys/types.h... done checking argz.h usability... yes checking for fprintf_unlocked... checking for sys/resource.h... yes yes checking for sys/stat.h... (cached) yes checking for sys/stat.h... yes checking argz.h presence... checking for sys/mman.h... yes yes checking for argz.h... yes checking for fcntl.h... no checking limits.h usability... yes checking for fputc_unlocked... checking for stdlib.h... yes checking for alloca.h... yes checking limits.h presence... yes checking for string.h... yes yes yes checking for limits.h... yes checking for fputs_unlocked... checking for sys/pstat.h... checking locale.h usability... yes no checking for sys/sysmp.h... checking for memory.h... no yes checking locale.h presence... yes checking for sys/sysinfo.h... checking for fread_unlocked... yes yes checking for locale.h... yes yes checking for machine/hal_sysinfo.h... checking nl_types.h usability... checking for strings.h... no checking for sys/table.h... yes yes checking nl_types.h presence... checking for fwrite_unlocked... no checking for sys/sysctl.h... yes checking for nl_types.h... yes yes no checking malloc.h usability... checking for inttypes.h... checking for sys/systemcfg.h... no yes checking for stdint.h... (cached) yes checking for getchar_unlocked... yes checking for stdio_ext.h... checking for stdint.h... yes checking malloc.h presence... yes yes checking for malloc.h... yes checking for process.h... checking stddef.h usability... yes no checking for unistd.h... yes checking for sys/prctl.h... checking for getc_unlocked... yes yes checking stddef.h presence... checking for sys/wait.h that is POSIX.1 compatible... yes yes checking for stddef.h... yes checking for dlfcn.h... checking for stdlib.h... (cached) yes yes checking whether time.h and sys/time.h may both be included... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes yes checking for putchar_unlocked... checking for objdir... checking for sys/param.h... (cached) yes .libs yes checking whether errno must be declared... checking for feof_unlocked... no checking size of int... yes checking for putc_unlocked... yes checking if gcc supports -fno-rtti -fno-exceptions... checking for fgets_unlocked... 4 checking size of long... yes no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... checking whether abort is declared... yes yes checking if gcc static flag -static works... checking for getc_unlocked... 8 checking size of size_t... yes yes checking whether asprintf is declared... checking for getcwd... 8 checking for long long... yes yes checking whether basename is declared... yes checking if gcc supports -c -o file.o... checking for getegid... yes yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld) supports shared libraries... checking whether errno is declared... yes checking dynamic linker characteristics... yes checking for geteuid... yes checking size of long long... no checking whether vasprintf is declared... yes checking for getgid... GNU/Linux ld.so 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 yes checking how to run the C++ preprocessor... checking whether clearerr_unlocked is declared... 8 checking for a 64-bit type... yes checking for getuid... g++ -E uint64_t checking for intptr_t... yes checking whether feof_unlocked is declared... yes yes checking for mempcpy... checking whether ferror_unlocked is declared... yes checking for uintptr_t... yes checking whether the g++ linker (ld) supports shared libraries... yes yes checking for munmap... checking whether fflush_unlocked is declared... checking for g++ option to produce PIC... -DPIC checking if g++ PIC flag -DPIC works... yes yes checking if g++ static flag works... yes checking for ssize_t... checking whether fgetc_unlocked is declared... yes checking for putenv... yes checking if g++ supports -c -o file.o... yes checking whether fgets_unlocked is declared... yes checking for setenv... yes checking for pid_t... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... unsupported checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes yes yes checking for setlocale... checking whether fileno_unlocked is declared... checking fcntl.h usability... yes checking fcntl.h presence... yes yes yes checking whether fprintf_unlocked is declared... checking for library containing strerror... yes checking for fcntl.h... yes checking for stpcpy... checking float.h usability... no none required checking whether fputc_unlocked is declared... yes checking float.h presence... checking for asprintf... yes yes checking for float.h... yes checking invent.h usability... checking for strcasecmp... yes yes checking whether fputs_unlocked is declared... checking for atexit... no checking invent.h presence... no checking for invent.h... no checking langinfo.h usability... yes yes checking for strdup... checking whether fread_unlocked is declared... yes checking for basename... yes checking langinfo.h presence... yes checking for langinfo.h... yes yes checking whether fwrite_unlocked is declared... yes checking locale.h usability... checking for strtoul... yes yes checking locale.h presence... checking for bcmp... yes checking whether getchar_unlocked is declared... yes checking for locale.h... yes yes checking nl_types.h usability... checking for tsearch... yes yes checking whether getc_unlocked is declared... yes checking nl_types.h presence... checking for bcopy... yes yes checking for nl_types.h... yes checking for __argz_count... checking sys/attributes.h usability... yes checking whether putchar_unlocked is declared... yes no checking sys/attributes.h presence... checking for bsearch... yes yes checking for __argz_stringify... checking whether putc_unlocked is declared... no checking for sys/attributes.h... no checking sys/iograph.h usability... yes yes checking for bzero... checking for __argz_next... no checking sys/iograph.h presence... yes checking for an ANSI C-conforming const... no checking for sys/iograph.h... no checking sys/mman.h usability... yes yes checking sys/mman.h usability... yes checking for calloc... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for __fsetlocking... checking sys/param.h usability... yes checking sys/mman.h presence... yes yes checking for sys/mman.h... yes checking for mmap... yes checking for clock... checking for iconv... yes checking sys/param.h presence... yes checking for sys/param.h... yes yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... checking sys/processor.h usability... yes checking for ffs... yes checking for iconv declaration... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); no checking sys/processor.h presence... configure: updating cache ./config.cache yes checking for nl_langinfo and CODESET... configure: creating ./config.status checking for getcwd... no checking for sys/processor.h... no checking sys/pstat.h usability... yes checking for LC_MESSAGES... yes no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/sysinfo.h usability... yes checking for bison... bison checking version of bison... 3.7.6, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking bison 3 or later... checking for getpagesize... 3.7.6, bison3 yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes configure: updating cache ./config.cache checking sys/syssgi.h usability... configure: creating ./config.status yes config.status: creating Makefile checking for gettimeofday... no checking sys/syssgi.h presence... config.status: creating mkheaders.almost no checking for sys/syssgi.h... no checking sys/systemcfg.h usability... config.status: creating config.h yes checking for index... no checking sys/systemcfg.h presence... mkdir -p -- ./lto-plugin Configuring in ./lto-plugin no checking for sys/systemcfg.h... no checking sys/time.h usability... yes checking for insque... yes checking sys/time.h presence... yes checking for sys/time.h... yes config.status: creating Makefile checking sys/times.h usability... config.status: creating config.intl yes checking for memchr... config.status: creating config.h yes checking sys/times.h presence... config.status: executing default-1 commands yes checking for sys/times.h... yes yes checking for memcmp... checking for sys/resource.h... mkdir -p -- build-x86_64-pc-linux-gnu/libiberty Configuring in build-x86_64-pc-linux-gnu/libiberty yes checking for sys/sysctl.h... no checking for machine/hal_sysinfo.h... yes checking for memcpy... no checking whether fgetc is declared... yes checking for memmem... yes checking whether fscanf is declared... yes configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... checking for memmove... yes x86_64-lfs-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking whether optarg is declared... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes yes yes checking for mempcpy... checking whether to enable maintainer-specific portions of Makefiles... no checking whether ungetc is declared... checking for style of include used by make... configure: creating cache ./config.cache GNU checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 checking for x86_64-pc-linux-gnu-gcc... gcc yes yes checking whether vfprintf is declared... checking for memset... checking whether the C compiler works... yes checking whether sys_errlist is declared... yes checking for C compiler default output file name... a.out yes checking for suffix of executables... checking for mkstemps... no checking whether sys_nerr is declared... checking for perl... perl checking build system type... checking whether we are cross compiling... x86_64-pc-linux-gnu checking host system type... no checking return type of signal handlers... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-ranlib... ranlib checking whether to install libiberty headers and static library... no configure: target_header_dir = checking for x86_64-pc-linux-gnu-gcc... gcc yes checking for putenv... void checking for intmax_t... no checking for suffix of object files... yes checking whether the C compiler works... checking for random... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for long double... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes yes checking for gcc option to accept ISO C89... checking for rename... checking whether we are cross compiling... none needed checking whether gcc understands -c and -o together... yes yes checking for long long... no checking for suffix of object files... yes checking dependency style of gcc... checking for rindex... o checking whether we are using the GNU C compiler... gcc3 checking how to run the C preprocessor... yes checking whether gcc accepts -g... yes yes checking for ptrdiff_t... checking for setenv... yes checking for gcc option to accept ISO C89... gcc -E none needed checking how to run the C preprocessor... checking for grep that handles long lines and -e... yes /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... gcc -E checking for snprintf... yes checking for quad_t... checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sigsetmask... yes yes yes checking for sys/types.h... checking for stpcpy... checking for uint_least32_t... yes checking for sys/stat.h... yes checking for sys/types.h... yes yes yes checking for stpncpy... checking for sys/stat.h... yes checking for stdlib.h... checking for intptr_t... yes yes checking for stdlib.h... checking for string.h... yes checking for strcasecmp... yes yes checking for string.h... checking for memory.h... yes checking for working volatile... yes yes yes checking for memory.h... checking for strchr... checking for strings.h... yes checking for C/C++ restrict keyword... yes yes checking for inttypes.h... __restrict checking whether gcc __attribute__ ((const)) works... checking for strings.h... yes yes checking whether gcc __attribute__ ((malloc)) works... checking for strdup... yes yes checking for stdint.h... checking for inttypes.h... yes checking whether gcc __attribute__ ((mode (XX))) works... yes yes yes checking whether gcc __attribute__ ((noreturn)) works... checking for stdint.h... checking for unistd.h... yes yes checking whether gcc hidden aliases work... checking for strncasecmp... yes yes checking for unistd.h... checking minix/config.h usability... yes checking for inline... inline yes yes checking for strndup... no checking minix/config.h presence... checking minix/config.h usability... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... checking for cos in -lm... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes yes checking for x86_64-pc-linux-gnu-gcc... (cached) gcc checking for strnlen... yes checking for working alloca.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for strrchr... no checking whether gcc supports -W... no yes checking for alloca (via gmp-impl.h)... checking whether gcc supports -Wall... yes yes checking for -static-libgcc... checking whether gcc supports -Wall... yes checking for strstr... yes yes checking how to allocate temporary memory... alloca checking whether gcc supports -Wwrite-strings... yes checking for CET support... yes checking whether gcc supports -Wc++-compat... checking whether byte ordering is bigendian... yes yes checking whether gcc supports -Wstrict-prototypes... checking for strtod... yes checking whether gcc supports -Wshadow=local... yes yes checking whether gcc supports -pedantic ... checking for strtol... no checking format of `double' floating point... yes checking how to print strings... printf checking for a sed that does not truncate output... yes checking whether gcc and cc understand -c and -o together... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... yes BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... checking for strtoul... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... IEEE little endian checking for alarm... yes checking for strtoll... yes yes checking for attr_get... checking for an ANSI C-conforming const... ok yes yes checking for inline... checking for strtoull... inline checking whether byte ordering is bigendian... checking for dlfcn.h... no checking for clock... yes yes checking for objdir... .libs checking for strverscmp... yes checking for cputime... no checking for a BSD-compatible install... /usr/bin/install -c checking for CET support... yes checking for tmpnam... checking if gcc supports -fno-rtti -fno-exceptions... no checking for getpagesize... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes yes checking if gcc static flag -static works... checking for vasprintf... yes yes checking for getrusage... checking for sys/file.h... yes yes checking for vfprintf... checking for sys/param.h... yes checking for gettimeofday... yes checking for limits.h... yes checking if gcc supports -c -o file.o... yes yes checking for vprintf... checking for stdlib.h... (cached) yes yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for malloc.h... yes yes checking whether -lc should be explicitly linked in... yes checking for getsysinfo... checking for string.h... (cached) yes yes checking for unistd.h... (cached) yes checking for vsnprintf... no checking dynamic linker characteristics... checking for strings.h... (cached) yes no checking for sys/time.h... checking for localeconv... yes yes checking for time.h... checking for vsprintf... yes checking for sys/resource.h... yes yes checking for memset... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking for sys/stat.h... (cached) yes yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for int64_t... checking for sys/mman.h... yes yes checking for waitpid... checking for fcntl.h... yes yes checking for mmap... checking for alloca.h... yes yes checking for sys/pstat.h... yes checking for uint64_t... checking for setproctitle... no checking for sys/sysmp.h... yes checking for mprotect... no checking for sys/sysinfo.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes no checking whether alloca needs Cray hooks... checking for machine/hal_sysinfo.h... no checking stack direction for C alloca... yes no yes checking for sys/table.h... checking for nl_langinfo... no checking for sys/sysctl.h... -1 checking for vfork.h... configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status no checking for sys/systemcfg.h... no checking for fork... yes checking for obstack_vprintf... no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes yes checking for process.h... yes checking for vfork... checking for popen... no checking for sys/prctl.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes yes checking for working fork... checking for processor_info... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking for pstat_getprocessor... yes checking for working vfork... (cached) yes checking for _doprnt... no checking size of int... no checking for sys_errlist... no checking for raise... 4 checking size of long... no checking for sys_nerr... yes checking for read_real_time... 8 checking size of size_t... no checking for sys_siglist... no checking for sigaction... no checking for external symbol _system_configuration... 8 checking for long long... yes no checking for __fsetlocking... checking for sigaltstack... yes checking for canonicalize_file_name... yes yes checking size of long long... checking for sigstack... yes yes checking for dup3... checking for syssgi... 8 checking for a 64-bit type... uint64_t checking for intptr_t... yes checking for getrlimit... no checking for strchr... config.status: creating Makefile yes checking for uintptr_t... yes config.status: creating config.h checking for getrusage... yes config.status: executing depfiles commands checking for strerror... yes config.status: executing libtool commands checking for getsysinfo... yes yes checking for ssize_t... checking for strnlen... no mkdir -p -- build-x86_64-pc-linux-gnu/fixincludes Configuring in build-x86_64-pc-linux-gnu/fixincludes checking for gettimeofday... (cached) yes yes checking for strtol... checking for on_exit... yes checking for pid_t... yes yes checking for pipe2... checking for strtoul... yes yes checking for library containing strerror... yes checking for sysconf... checking for psignal... none required checking for asprintf... yes yes checking for pstat_getdynamic... checking for sysctl... yes checking for atexit... configure: creating cache ./config.cache no checking build system type... checking for pstat_getstatic... no x86_64-pc-linux-gnu checking host system type... checking for sysctlbyname... x86_64-pc-linux-gnu checking target system type... x86_64-lfs-linux-gnu checking for x86_64-pc-linux-gnu-gcc... gcc yes checking for basename... checking whether the C compiler works... no no checking for realpath... checking for times... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for bcmp... yes yes checking for library containing clock_gettime... checking for setrlimit... checking whether we are cross compiling... yes yes none required checking for vsnprintf... checking for bcopy... checking for sbrk... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether vsnprintf works... probably configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok checking whether sscanf needs writable input... no checking for struct pst_processor.psp_iticksperclktick... yes yes checking for bsearch... checking for spawnve... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... no yes none needed checking how to run the C preprocessor... checking for bzero... no checking for spawnvpe... gcc -E checking for grep that handles long lines and -e... yes /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... checking for calloc... no checking for strerror... yes yes checking for clock... checking for strsignal... yes yes checking for ffs... checking for sysconf... yes checking for sys/types.h... yes checking for sys/stat.h... yes yes checking for getcwd... checking for sysctl... yes checking for stdlib.h... yes checking for getpagesize... yes no checking for string.h... checking for sysmp... yes checking for memory.h... yes checking for gettimeofday... no checking for table... yes checking for strings.h... yes checking for index... yes no checking for times... checking for inttypes.h... yes yes checking for insque... checking for stdint.h... yes checking for wait3... yes yes checking for unistd.h... checking for memchr... yes yes checking minix/config.h usability... checking for wait4... yes checking for memcmp... no checking minix/config.h presence... yes no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... checking whether basename is declared... yes checking for memcpy... yes checking for a sed that does not truncate output... yes /usr/bin/sed checking whether gcc supports -W... checking whether ffs is declared... yes yes checking whether gcc supports -Wall... checking for memmem... yes yes checking whether gcc supports -Wwrite-strings... checking whether asprintf is declared... yes yes checking whether gcc supports -Wstrict-prototypes... checking for memmove... yes checking whether vasprintf is declared... yes checking whether gcc supports -Wmissing-prototypes... yes yes checking whether gcc supports -Wold-style-definition... checking for mempcpy... yes checking whether snprintf is declared... yes checking whether gcc supports -Wmissing-format-attribute... yes yes checking for memset... yes checking whether gcc supports -Woverlength-strings... checking whether vsnprintf is declared... yes checking whether gcc supports -pedantic -Wlong-long... yes yes checking whether calloc is declared... checking for ANSI C header files... (cached) yes yes checking stddef.h usability... checking for mkstemps... yes checking whether getenv is declared... yes checking stddef.h presence... yes checking for stddef.h... yes yes checking for stdlib.h... (cached) yes checking for putenv... checking for strings.h... (cached) yes checking for unistd.h... (cached) yes yes checking fcntl.h usability... checking whether getopt is declared... yes checking for random... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes yes checking whether malloc is declared... checking for rename... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes yes checking for clearerr_unlocked... checking whether realloc is declared... yes checking for rindex... yes checking for feof_unlocked... yes checking whether sbrk is declared... yes checking for setenv... yes checking for ferror_unlocked... yes checking whether strtol is declared... yes checking for snprintf... yes yes checking for fflush_unlocked... checking whether strtoul is declared... yes checking for sigsetmask... yes yes checking whether strtoll is declared... checking for fgetc_unlocked... yes checking for stpcpy... yes checking whether strtoull is declared... yes checking for fgets_unlocked... yes checking for stpncpy... yes checking whether strverscmp is declared... yes checking for fileno_unlocked... yes checking for strcasecmp... yes checking whether strnlen is declared... yes checking for fprintf_unlocked... yes checking for strchr... yes checking whether canonicalize_file_name must be declared... no checking for fputc_unlocked... yes checking for strdup... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes yes checking for sys/param.h... (cached) yes checking for fputs_unlocked... checking for getpagesize... (cached) yes checking for working mmap... yes checking for strncasecmp... yes checking for fread_unlocked... yes checking for strndup... yes checking for working strncmp... yes checking for fwrite_unlocked... yes yes checking for strnlen... yes configure: updating cache ./config.cache checking for getchar_unlocked... configure: creating ./config.status yes checking for strrchr... yes checking for getc_unlocked... yes checking for strstr... yes checking for putchar_unlocked... yes config.status: creating Makefile checking for strtod... config.status: creating testsuite/Makefile yes checking for putc_unlocked... config.status: creating config.h yes checking for strtol... config.status: executing default commands yes checking whether abort is declared... yes mkdir -p -- build-x86_64-pc-linux-gnu/libcpp Configuring in build-x86_64-pc-linux-gnu/libcpp checking for strtoul... yes checking whether asprintf is declared... yes checking for strtoll... yes checking whether basename is declared... yes checking for strtoull... yes checking whether errno is declared... yes checking for strverscmp... checking size of void *... no checking whether vasprintf is declared... yes checking for tmpnam... configure: creating cache ./config.cache checking build system type... yes x86_64-pc-linux-gnu checking host system type... checking whether clearerr_unlocked is declared... x86_64-pc-linux-gnu checking target system type... yes x86_64-lfs-linux-gnu checking whether make sets $(MAKE)... checking for vasprintf... yes checking for a BSD-compatible install... /usr/bin/install -c checking for x86_64-pc-linux-gnu-gcc... gcc yes checking whether the C compiler works... checking whether feof_unlocked is declared... yes checking for vfprintf... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking whether ferror_unlocked is declared... yes checking for vprintf... checking whether we are cross compiling... yes checking whether fflush_unlocked is declared... no checking for suffix of object files... yes checking for vsnprintf... yes checking whether fgetc_unlocked is declared... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... yes yes checking for vsprintf... checking whether fgets_unlocked is declared... none needed 8 checking size of unsigned short... yes checking for waitpid... yes checking whether we are using the GNU C++ compiler... checking whether fileno_unlocked is declared... yes checking whether g++ accepts -g... yes checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for x86_64-pc-linux-gnu-ar... ar checking how to run the C preprocessor... yes checking for setproctitle... yes checking whether fprintf_unlocked is declared... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... no checking whether fputc_unlocked is declared... -1 checking for vfork.h... yes checking whether fputs_unlocked is declared... no checking for fork... 2 checking size of unsigned... yes yes checking whether fread_unlocked is declared... checking for sys/types.h... yes checking for vfork... yes yes checking for sys/stat.h... checking whether fwrite_unlocked is declared... yes checking for working fork... yes checking for stdlib.h... yes checking whether getchar_unlocked is declared... yes checking for string.h... yes checking whether getc_unlocked is declared... yes yes checking for working vfork... (cached) yes checking for _doprnt... checking for memory.h... yes checking whether putchar_unlocked is declared... yes no checking for sys_errlist... checking for strings.h... yes checking whether putc_unlocked is declared... no checking for sys_nerr... yes 4 checking for inttypes.h... checking size of unsigned long... yes checking for an ANSI C-conforming const... yes checking for stdint.h... no checking for sys_siglist... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes yes checking for sys/mman.h... yes checking for mmap... checking for unistd.h... no checking for external symbol _system_configuration... no checking for __fsetlocking... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking minix/config.h usability... checking whether to enable maintainer-specific portions of Makefiles... no yes checking for canonicalize_file_name... configure: updating cache ./config.cache configure: creating ./config.status no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for dup3... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... config.status: creating Makefile yes checking for getrlimit... config.status: creating mkheaders.almost no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether gcc supports -W... config.status: creating config.h yes checking whether gcc supports -Wall... yes checking for getrusage... yes mkdir -p -- ./zlib checking whether gcc supports -Wnarrowing... Configuring in ./zlib 8 checking size of mp_limb_t... yes checking whether gcc supports -Wwrite-strings... yes yes checking for getsysinfo... checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -Wstrict-prototypes... no checking for gettimeofday... (cached) yes checking for on_exit... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking for pipe2... configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-lfs-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-gcc... gcc checking whether the C compiler works... yes yes checking whether gcc supports -Wc++-compat... checking for psignal... yes checking whether gcc supports -pedantic -Wlong-long... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes yes checking for pstat_getdynamic... checking whether gcc supports -fno-exceptions... checking whether we are cross compiling... yes checking whether gcc supports -fno-rtti... no checking for pstat_getstatic... 8 yes no checking for suffix of object files... checking for stack_t... checking dependency style of g++... no o checking whether we are using the GNU C compiler... checking for realpath... yes checking whether gcc accepts -g... yes checking for setrlimit... gcc3 checking whether time.h and sys/time.h may both be included... yes checking for gcc option to accept ISO C89... yes checking for tputs in -lncurses... yes yes checking whether string.h and strings.h may both be included... checking for sbrk... none needed checking whether gcc understands -c and -o together... yes yes checking locale.h usability... checking for spawnve... yes checking for readline in -lreadline... yes checking for style of include used by make... GNU checking dependency style of gcc... no yes checking locale.h presence... checking for spawnvpe... yes checking readline/readline.h usability... yes checking for locale.h... yes gcc3 checking for CET support... checking fcntl.h usability... no checking for strerror... yes yes checking fcntl.h presence... checking how to print strings... yes printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... checking for strsignal... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... yes checking for fcntl.h... yes ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... checking limits.h usability... yes checking limits.h presence... yes checking for sysconf... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... yes checking for limits.h... yes 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking stddef.h usability... checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... yes checking stddef.h presence... yes checking for sysctl... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... ok no checking for sysmp... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... checking how to run the C preprocessor... no yes checking readline/readline.h presence... checking for table... yes checking for readline/readline.h... yes checking readline/history.h usability... gcc -E no no checking for an ANSI C-conforming const... checking for times... checking for ANSI C header files... yes checking readline/history.h presence... yes checking for inline... yes checking for readline/history.h... yes checking readline detected... yes checking for bison... bison -y checking for flex... touch lex.yy.c checking lex output file root... lex.yy checking lex library... yes inline checking for obstacks... checking for wait3... yes yes checking for off_t... checking for wait4... yes checking for sys/types.h... yes checking whether basename is declared... yes none needed checking whether yytext is a pointer... checking for sys/stat.h... yes checking for size_t... yes no creating config.m4 checking whether ffs is declared... yes checking for stdlib.h... yes yes checking whether asprintf is declared... configure: updating cache ./config.cache checking for string.h... checking that generated files are newer than configure... done configure: creating ./config.status yes checking for ssize_t... yes yes checking for memory.h... checking whether vasprintf is declared... yes checking for strings.h... yes checking whether snprintf is declared... yes checking for uintptr_t... yes checking for inttypes.h... yes checking whether vsnprintf is declared... yes checking for stdint.h... yes yes checking for ptrdiff_t... checking whether calloc is declared... yes checking for unistd.h... yes checking whether getenv is declared... yes checking for dlfcn.h... yes checking for uint64_t... yes yes checking whether getopt is declared... checking for objdir... .libs yes checking whether struct tm is in sys/time.h or time.h... yes time.h checking size of int... checking whether malloc is declared... checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether realloc is declared... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... 4 checking size of long... yes checking if gcc static flag -static works... yes checking whether sbrk is declared... 8 checking for clearerr_unlocked... yes checking whether strtol is declared... yes yes checking if gcc supports -c -o file.o... checking for feof_unlocked... yes checking whether strtoul is declared... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes yes checking dynamic linker characteristics... checking for ferror_unlocked... yes checking whether strtoll is declared... yes yes checking whether strtoull is declared... checking for fflush_unlocked... GNU/Linux ld.so 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 how to run the C preprocessor... gcc -E yes checking whether strverscmp is declared... yes checking for fgetc_unlocked... checking for stdlib.h... (cached) yes yes checking for unistd.h... (cached) yes checking whether strnlen is declared... checking for sys/param.h... yes checking for fgets_unlocked... yes yes checking whether canonicalize_file_name must be declared... checking for getpagesize... yes no checking for stdlib.h... (cached) yes checking for fileno_unlocked... checking for unistd.h... (cached) yes yes checking for working mmap... checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for fprintf_unlocked... yes yes checking for working strncmp... checking for memcpy... no checking for fputc_unlocked... yes yes checking for strerror... configure: updating cache ./config.cache yes configure: creating ./config.status checking for fputs_unlocked... yes checking for unistd.h... (cached) yes configure: updating cache ./config.cache yes checking that generated files are newer than configure... done configure: creating ./config.status checking for fread_unlocked... config.status: creating demos/pexpr-config.h config.status: creating demos/calc/calc-config.h config.status: creating Makefile yes checking for fwrite_unlocked... config.status: creating testsuite/Makefile config.status: creating Makefile config.status: creating mpf/Makefile config.status: creating config.h config.status: executing default commands yes checking for getchar_unlocked... config.status: creating mpn/Makefile config.status: creating mpq/Makefile mkdir -p -- ./libbacktrace Configuring in ./libbacktrace config.status: creating mpz/Makefile yes checking for getc_unlocked... config.status: creating printf/Makefile yes checking for putchar_unlocked... config.status: creating scanf/Makefile config.status: creating rand/Makefile yes config.status: creating cxx/Makefile checking for putc_unlocked... config.status: creating tests/Makefile yes config.status: creating tests/devel/Makefile checking whether abort is declared... config.status: creating tests/mpf/Makefile yes checking whether asprintf is declared... config.status: creating tests/mpn/Makefile config.status: creating tests/mpq/Makefile yes configure: creating cache ./config.cache checking whether basename is declared... checking build system type... x86_64-pc-linux-gnu checking host system type... config.status: creating tests/mpz/Makefile x86_64-pc-linux-gnu checking target system type... x86_64-lfs-linux-gnu checking for x86_64-pc-linux-gnu-gcc... gcc config.status: creating tests/rand/Makefile yes checking whether errno is declared... checking whether the C compiler works... config.status: creating tests/misc/Makefile no checking whether getopt is declared... config.status: creating tests/cxx/Makefile yes checking for C compiler default output file name... a.out checking for suffix of executables... config.status: creating doc/Makefile yes checking whether vasprintf is declared... checking whether we are cross compiling... config.status: creating tune/Makefile no yes config.status: creating demos/Makefile checking for suffix of object files... checking whether clearerr_unlocked is declared... config.status: creating Makefile config.status: creating demos/calc/Makefile o checking whether we are using the GNU C compiler... config.status: executing depfiles commands config.status: creating demos/expr/Makefile yes yes checking whether gcc accepts -g... checking whether feof_unlocked is declared... yes checking for gcc option to accept ISO C89... config.status: creating gmp.h yes checking whether ferror_unlocked is declared... none needed checking whether gcc understands -c and -o together... config.status: creating gmp.pc config.status: executing libtool commands config.status: creating gmpxx.pc yes checking whether fflush_unlocked is declared... config.status: creating config.h yes checking how to run the C preprocessor... config.status: linking ../../gmp/mpn/generic/add.c to mpn/add.c yes checking whether fgetc_unlocked is declared... config.status: linking ../../gmp/mpn/generic/add_1.c to mpn/add_1.c gcc -E mkdir -p -- ./libcody config.status: linking ../../gmp/mpn/generic/add_n.c to mpn/add_n.c Configuring in ./libcody config.status: linking ../../gmp/mpn/generic/sub.c to mpn/sub.c checking for grep that handles long lines and -e... config.status: linking ../../gmp/mpn/generic/sub_1.c to mpn/sub_1.c /usr/bin/grep checking for egrep... yes /usr/bin/grep -E checking for ANSI C header files... checking whether fgets_unlocked is declared... config.status: linking ../../gmp/mpn/generic/sub_n.c to mpn/sub_n.c config.status: linking ../../gmp/mpn/generic/cnd_add_n.c to mpn/cnd_add_n.c config.status: linking ../../gmp/mpn/generic/cnd_sub_n.c to mpn/cnd_sub_n.c yes config.status: linking ../../gmp/mpn/generic/cnd_swap.c to mpn/cnd_swap.c checking whether fileno_unlocked is declared... config.status: linking ../../gmp/mpn/generic/neg.c to mpn/neg.c config.status: linking ../../gmp/mpn/generic/com.c to mpn/com.c config.status: linking ../../gmp/mpn/generic/mul_1.c to mpn/mul_1.c yes config.status: linking ../../gmp/mpn/generic/addmul_1.c to mpn/addmul_1.c checking whether fprintf_unlocked is declared... config.status: linking ../../gmp/mpn/generic/submul_1.c to mpn/submul_1.c config.status: linking ../../gmp/mpn/generic/add_err1_n.c to mpn/add_err1_n.c yes checking for sys/types.h... config.status: linking ../../gmp/mpn/generic/add_err2_n.c to mpn/add_err2_n.c no config.status: linking ../../gmp/mpn/generic/add_err3_n.c to mpn/add_err3_n.c checking whether fputc_unlocked is declared... yes config.status: linking ../../gmp/mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c config.status: linking ../../gmp/mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c checking for sys/stat.h... config.status: linking ../../gmp/mpn/generic/sub_err3_n.c to mpn/sub_err3_n.c yes config.status: linking ../../gmp/mpn/generic/lshift.c to mpn/lshift.c checking whether fputs_unlocked is declared... config.status: linking ../../gmp/mpn/generic/rshift.c to mpn/rshift.c config.status: linking ../../gmp/mpn/generic/dive_1.c to mpn/dive_1.c yes checking for stdlib.h... config.status: linking ../../gmp/mpn/generic/diveby3.c to mpn/diveby3.c configure: creating cache ./config.cache checking build system type... config.status: linking ../../gmp/mpn/generic/divis.c to mpn/divis.c yes checking whether fread_unlocked is declared... x86_64-pc-linux-gnu checking host system type... config.status: linking ../../gmp/mpn/generic/divrem.c to mpn/divrem.c x86_64-pc-linux-gnu checking maintainer-mode... yes checking for string.h... config.status: linking ../../gmp/mpn/generic/divrem_1.c to mpn/divrem_1.c config.status: linking ../../gmp/mpn/generic/divrem_2.c to mpn/divrem_2.c yes checking whether the C++ compiler works... checking whether fwrite_unlocked is declared... yes config.status: linking ../../gmp/mpn/generic/fib2_ui.c to mpn/fib2_ui.c checking for memory.h... config.status: linking ../../gmp/mpn/generic/fib2m.c to mpn/fib2m.c config.status: linking ../../gmp/mpn/generic/mod_1.c to mpn/mod_1.c yes yes config.status: linking ../../gmp/mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c checking whether getchar_unlocked is declared... config.status: linking ../../gmp/mpn/generic/mode1o.c to mpn/mode1o.c yes checking for C++ compiler default output file name... a.out checking for strings.h... checking for suffix of executables... config.status: linking ../../gmp/mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c config.status: linking ../../gmp/mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c yes yes config.status: linking ../../gmp/mpn/generic/dump.c to mpn/dump.c checking whether getc_unlocked is declared... checking for inttypes.h... config.status: linking ../../gmp/mpn/generic/mod_1_1.c to mpn/mod_1_1.c checking whether we are cross compiling... config.status: linking ../../gmp/mpn/generic/mod_1_2.c to mpn/mod_1_2.c config.status: linking ../../gmp/mpn/generic/mod_1_3.c to mpn/mod_1_3.c config.status: linking ../../gmp/mpn/generic/mod_1_4.c to mpn/mod_1_4.c config.status: linking ../../gmp/mpn/generic/lshiftc.c to mpn/lshiftc.c yes yes checking whether putchar_unlocked is declared... checking for stdint.h... config.status: linking ../../gmp/mpn/generic/mul.c to mpn/mul.c config.status: linking ../../gmp/mpn/generic/mul_fft.c to mpn/mul_fft.c no checking for suffix of object files... yes config.status: linking ../../gmp/mpn/generic/mul_n.c to mpn/mul_n.c yes checking whether putc_unlocked is declared... checking for unistd.h... config.status: linking ../../gmp/mpn/generic/sqr.c to mpn/sqr.c o checking whether we are using the GNU C++ compiler... config.status: linking ../../gmp/mpn/generic/mul_basecase.c to mpn/mul_basecase.c config.status: linking ../../gmp/mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c yes config.status: linking ../../gmp/mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c yes checking whether g++ accepts -g... checking minix/config.h usability... yes checking for working alloca.h... config.status: linking ../../gmp/mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c config.status: linking ../../gmp/mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c yes checking whether g++ is for C++11... config.status: linking ../../gmp/mpn/generic/mulmid_n.c to mpn/mulmid_n.c config.status: linking ../../gmp/mpn/generic/mulmid.c to mpn/mulmid.c no checking minix/config.h presence... yes checking for alloca... config.status: linking ../../gmp/mpn/generic/random.c to mpn/random.c no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... config.status: linking ../../gmp/mpn/generic/random2.c to mpn/random2.c config.status: linking ../../gmp/mpn/generic/pow_1.c to mpn/pow_1.c adding -std=c++11 checking adding -Wl,--no-undefined to linker... config.status: linking ../../gmp/mpn/generic/rootrem.c to mpn/rootrem.c yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... config.status: linking ../../gmp/mpn/generic/sqrtrem.c to mpn/sqrtrem.c yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... config.status: linking ../../gmp/mpn/generic/sizeinbase.c to mpn/sizeinbase.c yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... config.status: linking ../../gmp/mpn/generic/get_str.c to mpn/get_str.c ok yes checking exceptions... no checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for x86_64-pc-linux-gnu-ar... ar checking whether make supports nested variables... yes checking whether NLS is requested... no checking for uchar... config.status: linking ../../gmp/mpn/generic/set_str.c to mpn/set_str.c yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-gcc... (cached) gcc config.status: linking ../../gmp/mpn/generic/compute_powtab.c to mpn/compute_powtab.c checking for ld used by GCC... config.status: linking ../../gmp/mpn/generic/scan0.c to mpn/scan0.c ld checking if the linker (ld) is GNU ld... configure: updating cache ./config.cache yes checking for shared library run path origin... configure: creating ./config.status config.status: linking ../../gmp/mpn/generic/scan1.c to mpn/scan1.c config.status: linking ../../gmp/mpn/generic/popham.c to mpn/popcount.c checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for gawk... (cached) gawk checking for dwz... no checking how to print strings... printf checking for a sed that does not truncate output... done /usr/bin/sed config.status: linking ../../gmp/mpn/generic/popham.c to mpn/hamdist.c checking for fgrep... checking for iconv... (cached) no /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... config.status: linking ../../gmp/mpn/generic/cmp.c to mpn/cmp.c checking for CET support... config.status: linking ../../gmp/mpn/generic/zero_p.c to mpn/zero_p.c BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... config.status: linking ../../gmp/mpn/generic/perfsqr.c to mpn/perfsqr.c 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes config.status: linking ../../gmp/mpn/generic/perfpow.c to mpn/perfpow.c checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... config.status: linking ../../gmp/mpn/generic/strongfibo.c to mpn/strongfibo.c config.status: linking ../../gmp/mpn/generic/gcd_11.c to mpn/gcd_11.c config.status: linking ../../gmp/mpn/generic/gcd_22.c to mpn/gcd_22.c config.status: linking ../../gmp/mpn/generic/gcd_1.c to mpn/gcd_1.c config.status: creating Makefile config.status: linking ../../gmp/mpn/generic/gcd.c to mpn/gcd.c config.status: creating config.h config.status: linking ../../gmp/mpn/generic/gcdext_1.c to mpn/gcdext_1.c config.status: linking ../../gmp/mpn/generic/gcdext.c to mpn/gcdext.c config.status: linking ../../gmp/mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c yes config.status: linking ../../gmp/mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c ok mkdir -p -- ./libdecnumber config.status: linking ../../gmp/mpn/generic/div_q.c to mpn/div_q.c Configuring in ./libdecnumber checking for dlfcn.h... configure: updating cache ./config.cache configure: creating ./config.status config.status: linking ../../gmp/mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c config.status: linking ../../gmp/mpn/generic/jacbase.c to mpn/jacbase.c config.status: linking ../../gmp/mpn/generic/jacobi_2.c to mpn/jacobi_2.c config.status: linking ../../gmp/mpn/generic/jacobi.c to mpn/jacobi.c yes checking for objdir... .libs config.status: linking ../../gmp/mpn/generic/get_d.c to mpn/get_d.c config.status: linking ../../gmp/mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c config.status: linking ../../gmp/mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c config.status: linking ../../gmp/mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c config.status: creating Makefile config.status: linking ../../gmp/mpn/generic/hgcd2.c to mpn/hgcd2.c checking if gcc supports -fno-rtti -fno-exceptions... config.status: creating config.h config.status: linking ../../gmp/mpn/generic/hgcd_step.c to mpn/hgcd_step.c config.status: executing depdir commands config.status: linking ../../gmp/mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c mkdir -p -- .deps config.status: linking ../../gmp/mpn/generic/hgcd.c to mpn/hgcd.c no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... config.status: linking ../../gmp/mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c config.status: linking ../../gmp/mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c mkdir -p -- ./c++tools yes checking if gcc static flag -static works... config.status: linking ../../gmp/mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c Configuring in ./c++tools config.status: linking ../../gmp/mpn/generic/mullo_n.c to mpn/mullo_n.c config.status: linking ../../gmp/mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c config.status: linking ../../gmp/mpn/generic/sqrlo.c to mpn/sqrlo.c config.status: linking ../../gmp/mpn/generic/sqrlo_basecase.c to mpn/sqrlo_basecase.c configure: creating cache ./config.cache config.status: linking ../../gmp/mpn/generic/toom22_mul.c to mpn/toom22_mul.c checking whether make sets $(MAKE)... config.status: linking ../../gmp/mpn/generic/toom32_mul.c to mpn/toom32_mul.c yes checking for x86_64-pc-linux-gnu-gcc... gcc config.status: linking ../../gmp/mpn/generic/toom42_mul.c to mpn/toom42_mul.c config.status: linking ../../gmp/mpn/generic/toom52_mul.c to mpn/toom52_mul.c checking whether the C compiler works... config.status: linking ../../gmp/mpn/generic/toom62_mul.c to mpn/toom62_mul.c yes checking if gcc supports -c -o file.o... config.status: linking ../../gmp/mpn/generic/toom33_mul.c to mpn/toom33_mul.c config.status: linking ../../gmp/mpn/generic/toom43_mul.c to mpn/toom43_mul.c config.status: linking ../../gmp/mpn/generic/toom53_mul.c to mpn/toom53_mul.c yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... config.status: linking ../../gmp/mpn/generic/toom54_mul.c to mpn/toom54_mul.c yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking dynamic linker characteristics... config.status: linking ../../gmp/mpn/generic/toom63_mul.c to mpn/toom63_mul.c config.status: linking ../../gmp/mpn/generic/toom44_mul.c to mpn/toom44_mul.c config.status: linking ../../gmp/mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c config.status: linking ../../gmp/mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c checking whether we are cross compiling... config.status: linking ../../gmp/mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c config.status: linking ../../gmp/mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c config.status: linking ../../gmp/mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c GNU/Linux ld.so 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 for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no config.status: linking ../../gmp/mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c checking for suffix of object files... config.status: linking ../../gmp/mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c o checking whether we are using the GNU C compiler... configure: creating cache ./config.cache config.status: linking ../../gmp/mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c no checking unwind.h usability... checking build system type... config.status: linking ../../gmp/mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c x86_64-pc-linux-gnu checking host system type... yes checking whether gcc accepts -g... x86_64-pc-linux-gnu checking target system type... config.status: linking ../../gmp/mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c x86_64-lfs-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c config.status: linking ../../gmp/mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c config.status: linking ../../gmp/mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c yes checking for gcc option to accept ISO C89... config.status: linking ../../gmp/mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c yes checking unwind.h presence... checking whether the C++ compiler works... config.status: linking ../../gmp/mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c yes checking for unwind.h... yes checking for _Unwind_Backtrace... config.status: linking ../../gmp/mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c none needed checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for x86_64-pc-linux-gnu-ar... ar checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader config.status: linking ../../gmp/mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c checking whether gcc supports -W... config.status: linking ../../gmp/mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c config.status: linking ../../gmp/mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c yes checking for -funwind-tables option... yes config.status: linking ../../gmp/mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether gcc supports -Wall... config.status: linking ../../gmp/mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c yes checking for -frandom-seed=string option... config.status: linking ../../gmp/mpn/generic/invertappr.c to mpn/invertappr.c yes config.status: linking ../../gmp/mpn/generic/invert.c to mpn/invert.c checking whether gcc supports -Wwrite-strings... yes config.status: linking ../../gmp/mpn/generic/binvert.c to mpn/binvert.c checking whether we are cross compiling... checking whether gcc supports -W... config.status: linking ../../gmp/mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c yes checking whether gcc supports -Wstrict-prototypes... config.status: linking ../../gmp/mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c config.status: linking ../../gmp/mpn/generic/div_qr_1.c to mpn/div_qr_1.c yes checking whether gcc supports -Wall... config.status: linking ../../gmp/mpn/generic/div_qr_1n_pi1.c to mpn/div_qr_1n_pi1.c config.status: linking ../../gmp/mpn/generic/div_qr_2.c to mpn/div_qr_2.c no checking for suffix of object files... config.status: linking ../../gmp/mpn/generic/div_qr_2n_pi1.c to mpn/div_qr_2n_pi1.c yes checking whether gcc supports -Wwrite-strings... yes config.status: linking ../../gmp/mpn/generic/div_qr_2u_pi1.c to mpn/div_qr_2u_pi1.c checking whether gcc supports -Wmissing-prototypes... o checking whether we are using the GNU C++ compiler... config.status: linking ../../gmp/mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c yes checking whether gcc supports -Wstrict-prototypes... config.status: linking ../../gmp/mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c yes checking whether gcc supports -Wold-style-definition... config.status: linking ../../gmp/mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c yes checking whether g++ accepts -g... config.status: linking ../../gmp/mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c yes config.status: linking ../../gmp/mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c checking whether gcc supports -Wmissing-prototypes... yes yes checking whether gcc supports -Wmissing-format-attribute... checking for autoconf... autoconf checking for autoheader... autoheader checking whether to build C++ tools... yes checking maintainer-mode... no checking for x86_64-pc-linux-gnu-gcc... gcc config.status: linking ../../gmp/mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c config.status: linking ../../gmp/mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -Wcast-qual... config.status: linking ../../gmp/mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c checking whether we are using the GNU C compiler... config.status: linking ../../gmp/mpn/generic/mu_div_q.c to mpn/mu_div_q.c yes yes checking whether gcc supports -pedantic -Wlong-long... checking whether gcc supports -Wmissing-format-attribute... config.status: linking ../../gmp/mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c yes checking whether gcc accepts -g... config.status: linking ../../gmp/mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c yes yes config.status: linking ../../gmp/mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c checking whether gcc supports -fno-lto... checking whether gcc supports -Wcast-qual... yes checking for gcc option to accept ISO C89... config.status: linking ../../gmp/mpn/generic/sbpi1_bdiv_r.c to mpn/sbpi1_bdiv_r.c config.status: linking ../../gmp/mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c yes checking how to run the C preprocessor... yes checking for _Unwind_GetIPInfo... config.status: linking ../../gmp/mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c none needed checking for O_CLOEXEC... config.status: linking ../../gmp/mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c gcc -E config.status: linking ../../gmp/mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c config.status: linking ../../gmp/mpn/generic/bdiv_q.c to mpn/bdiv_q.c yes checking how to run the C preprocessor... config.status: linking ../../gmp/mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c yes checking for CET support... config.status: linking ../../gmp/mpn/generic/broot.c to mpn/broot.c config.status: linking ../../gmp/mpn/generic/brootinv.c to mpn/brootinv.c checking for grep that handles long lines and -e... gcc -E config.status: linking ../../gmp/mpn/generic/bsqrt.c to mpn/bsqrt.c /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... config.status: linking ../../gmp/mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c config.status: linking ../../gmp/mpn/generic/divexact.c to mpn/divexact.c checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... config.status: linking ../../gmp/mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c config.status: linking ../../gmp/mpn/generic/redc_1.c to mpn/redc_1.c config.status: linking ../../gmp/mpn/generic/redc_2.c to mpn/redc_2.c config.status: linking ../../gmp/mpn/generic/redc_n.c to mpn/redc_n.c config.status: linking ../../gmp/mpn/generic/powm.c to mpn/powm.c config.status: linking ../../gmp/mpn/generic/powlo.c to mpn/powlo.c yes checking __sync extensions... config.status: linking ../../gmp/mpn/generic/sec_powm.c to mpn/sec_powm.c config.status: linking ../../gmp/mpn/generic/sec_mul.c to mpn/sec_mul.c config.status: linking ../../gmp/mpn/generic/sec_sqr.c to mpn/sec_sqr.c yes checking for sys/types.h... config.status: linking ../../gmp/mpn/generic/sec_div.c to mpn/sec_div_qr.c yes config.status: linking ../../gmp/mpn/generic/sec_div.c to mpn/sec_div_r.c yes checking __atomic extensions... checking for sys/types.h... config.status: linking ../../gmp/mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c yes config.status: linking ../../gmp/mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c config.status: linking ../../gmp/mpn/generic/sec_aors_1.c to mpn/sec_add_1.c yes checking for sys/stat.h... config.status: linking ../../gmp/mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c checking for sys/stat.h... yes checking output filetype... config.status: linking ../../gmp/mpn/generic/sec_invert.c to mpn/sec_invert.c config.status: linking ../../gmp/mpn/generic/trialdiv.c to mpn/trialdiv.c yes yes elf64 checking for stdlib.h... config.status: linking ../../gmp/mpn/generic/remove.c to mpn/remove.c checking for stdlib.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/and_n.c config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/andn_n.c yes yes checking for string.h... checking for string.h... config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/nand_n.c config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/ior_n.c config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/iorn_n.c yes yes checking for uintptr_t... checking for memory.h... config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/nior_n.c yes config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/xor_n.c checking for memory.h... config.status: linking ../../gmp/mpn/generic/logops_n.c to mpn/xnor_n.c yes config.status: linking ../../gmp/mpn/generic/copyi.c to mpn/copyi.c checking for strings.h... config.status: linking ../../gmp/mpn/generic/copyd.c to mpn/copyd.c yes yes checking for int_least32_t... config.status: linking ../../gmp/mpn/generic/zero.c to mpn/zero.c checking for strings.h... config.status: linking ../../gmp/mpn/generic/sec_tabselect.c to mpn/sec_tabselect.c yes config.status: linking ../../gmp/mpn/generic/comb_tables.c to mpn/comb_tables.c checking for inttypes.h... config.status: linking ../../gmp/mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c config.status: linking ../../gmp/mpn/generic/gmp-mparam.h to gmp-mparam.h yes config.status: executing libtool commands checking for inttypes.h... yes checking for int_fast32_t... configure: summary of build options: Version: GNU MP 6.2.1 Host type: none-pc-linux-gnu ABI: standard Install prefix: /home/lfs/build/x86_64/tools Compiler: gcc Static libraries: yes Shared libraries: no yes checking for stdint.h... yes checking for stdint.h... yes checking for uint64_t... yes make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi checking for unistd.h... yes touch stamp-picdir if [ x"" != x ] && [ ! -d noasan ]; then \ mkdir noasan; \ else true; fi touch stamp-noasandir if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi checking for unistd.h... yes checking what to include in gstdint.h... stdint.h (already complete) checking sys/mman.h usability... yes yes checking sys/mman.h usability... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/dwarfnames.c -o dwarfnames.o checking ctype.h usability... yes checking sys/mman.h presence... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking for sys/mman.h... yes checking for AF_UNIX... yes checking ctype.h presence... yes checking for ctype.h... yes if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi checking stddef.h usability... yes checking link.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking stdio.h usability... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/dyn-string.c -o dyn-string.o yes checking stdio.h presence... yes checking for stdio.h... yes yes checking link.h presence... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi yes checking for link.h... yes checking for dl_iterate_phdr... no checking for AF_INET6... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/fdmatch.c -o fdmatch.o yes checking mach-o/dyld.h usability... yes checking for uintptr_t... no checking for epoll... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi no checking for pselect... no checking mach-o/dyld.h presence... yes checking for int_least32_t... yes checking for select... no checking for mach-o/dyld.h... no checking sys/ldr.h usability... yes checking for accept4... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/fibheap.c -o noasan/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/fibheap.c -o fibheap.o no checking sys/ldr.h presence... yes checking for int_fast32_t... yes checking for inet_ntop... no checking for sys/ldr.h... no checking for fcntl... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/filedescriptor.c -o pic/filedescriptor.o; \ else true; fi no checking for library containing gethostbyname... yes checking for uint64_t... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/filedescriptor.c -o filedescriptor.o checking whether strnlen is declared... none required checking for library containing socket... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi yes checking what to include in gstdint.h... yes stdint.h (already complete) checking for an ANSI C-conforming const... checking whether getpagesize is declared... none required if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ else true; fi yes checking for off_t... gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/filename_cmp.c -o filename_cmp.o configure: updating cache ./config.cache yes configure: creating ./config.status checking for lstat... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi yes checking for readlink... yes checking size of int... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/floatformat.c -o noasan/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/floatformat.c -o floatformat.o yes checking for getexecname... config.status: creating Makefile 4 checking size of long... config.status: creating config.h no checking for KERN_PROC... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi 8 checking for ANSI C header files... (cached) yes no checking for KERN_PROG_ARGS... checking build system type... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/fnmatch.c -o fnmatch.o x86_64-pc-linux-gnu checking host system type... make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp' gcc `test -f 'gen-fac.c' || echo '../../gmp/'`gen-fac.c -o gen-fac x86_64-pc-linux-gnu checking target system type... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi x86_64-lfs-linux-gnu checking for decimal floating point... dpd checking whether byte ordering is bigendian... no checking for clock_gettime... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/getopt.c -o pic/getopt.o; \ else true; fi yes checking whether -pthread is supported... no checking for CET support... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/getopt.c -o noasan/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/getopt.c -o getopt.o yes checking whether -gdwarf-5 is supported... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/getopt1.c -o noasan/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi yes checking for compress in -lz... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/getpwd.c -o noasan/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/getpwd.c -o getpwd.o yes checking whether --compress-debug-sections is supported... yes configure: updating cache ./config.cache if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi configure: creating ./config.status yes checking for objcopy... objcopy checking for readelf... readelf checking whether objcopy supports debuglink... yes checking for dsymutil... dsymutil checking for nm... nm checking for xz... xz checking for comm... comm checking for lzma_auto_decoder in -llzma... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/getruntime.c -o noasan/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi yes checking whether tests can run... config.status: creating Makefile config.status: creating config.h config.status: executing gstdint.h commands yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/hashtab.c -o noasan/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/hashtab.c -o hashtab.o configure: updating cache ./config.cache gcc `test -f 'gen-fib.c' || echo '../../gmp/'`gen-fib.c -o gen-fib checking that generated files are newer than configure... done configure: creating ./config.status make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/intl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/intl' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/build-x86_64-pc-linux-gnu/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ] && [ ! -d noasan ]; then \ mkdir noasan; \ else true; fi touch stamp-noasandir if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/dwarfnames.c -o dwarfnames.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/hex.c -o noasan/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/hex.c -o hex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/dyn-string.c -o dyn-string.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/lbasename.c -o noasan/lbasename.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fdmatch.c -o fdmatch.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fibheap.c -o noasan/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/filedescriptor.c -o pic/filedescriptor.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/filedescriptor.c -o filedescriptor.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/filename_cmp.c -o filename_cmp.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/floatformat.c -o noasan/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o gcc `test -f 'gen-bases.c' || echo '../../gmp/'`gen-bases.c -o gen-bases -lm if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getopt.c -o noasan/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getopt1.c -o noasan/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getpwd.c -o noasan/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getruntime.c -o noasan/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/getruntime.c -o getruntime.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/objalloc.c -o noasan/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/hashtab.c -o noasan/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/obstack.c -o noasan/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/hex.c -o noasan/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/hex.c -o hex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/lbasename.c -o noasan/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/lbasename.c -o lbasename.o config.status: creating Makefile if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/partition.c -o pic/partition.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi config.status: creating backtrace-supported.h if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/lrealpath.c -o lrealpath.o config.status: creating install-debuginfo-for-buildid.sh if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi config.status: creating config.h if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/partition.c -o noasan/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/partition.c -o partition.o config.status: executing libtool commands config.status: executing gstdint.h commands gcc `test -f 'gen-trialdivtab.c' || echo '../../gmp/'`gen-trialdivtab.c -o gen-trialdivtab -lm if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi config.status: executing default commands if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/pexecute.c -o noasan/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/objalloc.c -o noasan/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/physmem.c -o pic/physmem.o; \ else true; fi make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/zlib' gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../zlib/'`adler32.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/obstack.c -o noasan/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/obstack.c -o obstack.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/physmem.c -o noasan/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/physmem.c -o physmem.o mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../zlib/'`compress.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/partition.c -o pic/partition.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/partition.c -o noasan/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/partition.c -o partition.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../zlib/'`crc32.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pexecute.c -o noasan/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pexecute.c -o pexecute.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/pex-common.c -o noasan/pex-common.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/physmem.c -o pic/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/pex-common.c -o pex-common.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/physmem.c -o noasan/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/physmem.c -o physmem.o mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../zlib/'`deflate.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-common.c -o noasan/pex-common.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-common.c -o pex-common.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/pex-one.c -o noasan/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-one.c -o noasan/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-one.c -o pex-one.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/pex-unix.c -o pex-unix.o mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../zlib/'`gzread.c gcc `test -f 'gen-jacobitab.c' || echo '../../gmp/'`gen-jacobitab.c -o gen-jacobitab if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/pex-unix.c -o pex-unix.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/vprintf-support.c -o vprintf-support.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ else true; fi gcc `test -f 'gen-psqr.c' || echo '../../gmp/'`gen-psqr.c -o gen-psqr -lm gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/rust-demangle.c -o rust-demangle.o mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../zlib/'`gzclose.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ else true; fi mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../zlib/'`gzwrite.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/vprintf-support.c -o vprintf-support.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/safe-ctype.c -o safe-ctype.o mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../zlib/'`gzlib.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object.c -o noasan/simple-object.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object.c -o simple-object.o mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../zlib/'`infback.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/rust-demangle.c -o rust-demangle.o mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../zlib/'`inffast.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-elf.c -o simple-object-elf.o mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../zlib/'`inflate.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/safe-ctype.c -o safe-ctype.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../zlib/'`inftrees.c ./gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1) ./gen-fib header 64 0 >fib_table.h || (rm -f fib_table.h; exit 1) ./gen-fib table 64 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1) if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object.c -o noasan/simple-object.o; \ else true; fi ./gen-bases header 64 0 >mp_bases.h || (rm -f mp_bases.h; exit 1) gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/simple-object.c -o simple-object.o ./gen-bases table 64 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1) mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../zlib/'`trees.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi ./gen-trialdivtab 64 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1) ./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1) ./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1) make all-recursive make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/sort.c -o pic/sort.o; \ else true; fi mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/sort.c -o noasan/sort.o; \ else true; fi gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../zlib/'`uncompr.c gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/sort.c -o sort.o Making all in tests make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests' Making all in . if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/simple-object-coff.c -o simple-object-coff.o make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests' Making all in devel make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/devel' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/devel' Making all in mpn make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/mpn' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/mpn' Making all in mpz make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/mpz' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/mpz' Making all in mpq make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/mpq' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/mpq' Making all in mpf make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/mpf' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/mpf' Making all in rand mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../zlib -fcf-protection -mshstk -mtune=generic -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../zlib/'`zutil.c make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/rand' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/rand' Making all in misc make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/misc' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/misc' Making all in cxx if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/spaces.c -o pic/spaces.o; \ else true; fi make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/cxx' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests/cxx' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/spaces.c -o noasan/spaces.o; \ else true; fi make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tests' Making all in mpn gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/spaces.c -o spaces.o make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/mpn' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo fib_table | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o fib_table.lo fib_table.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/splay-tree.c -o splay-tree.o mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-mtune=generic " "CXXFLAGS=-mtune=generic " "CFLAGS_FOR_BUILD=-mtune=generic " "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-static-libstdc++ -static-libgcc " "LIBCFLAGS=-mtune=generic " "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/lfs/build/x86_64/tools" "infodir=/home/lfs/build/x86_64/tools/share/info" "libdir=/home/lfs/build/x86_64/tools/lib" "prefix=/home/lfs/build/x86_64/tools" "tooldir=/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-mtune=generic " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_fib_table -DNO_ASM -mtune=generic -c fib_table.c -o fib_table.o rm -f libz.a ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o ranlib libz.a make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/zlib' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/stack-limit.c -o stack-limit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/strerror.c -o pic/strerror.o; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mp_bases | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mp_bases.lo mp_bases.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/strerror.c -o noasan/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/strerror.c -o strerror.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mp_bases -DNO_ASM -mtune=generic -c mp_bases.c -o mp_bases.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/strsignal.c -o noasan/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/strsignal.c -o strsignal.o make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libbacktrace' make all-am make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libbacktrace' /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o atomic.lo ../../libbacktrace/atomic.c libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/atomic.c -o atomic.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o add.lo add.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/simple-object-elf.c -o simple-object-elf.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/timeval-utils.c -o timeval-utils.o true DO=all multi-do # make /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o dwarf.lo ../../libbacktrace/dwarf.c libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/dwarf.c -o dwarf.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add -DNO_ASM -mtune=generic -c add.c -o add.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xasprintf.c -o pic/xasprintf.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xasprintf.c -o xasprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o add_1.lo add_1.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xatexit.c -o noasan/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xexit.c -o pic/xexit.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xexit.c -o noasan/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xexit.c -o xexit.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add_1 -DNO_ASM -mtune=generic -c add_1.c -o add_1.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xmalloc.c -o xmalloc.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o add_n.lo add_n.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xmemdup.c -o xmemdup.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add_n -DNO_ASM -mtune=generic -c add_n.c -o add_n.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrdup.c -o xstrdup.o /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o fileline.lo ../../libbacktrace/fileline.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sub.lo sub.c libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/fileline.c -o fileline.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xstrndup.c -o xstrndup.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub -DNO_ASM -mtune=generic -c sub.c -o sub.o /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o posix.lo ../../libbacktrace/posix.c libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/posix.c -o posix.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/xvasprintf.c -o xvasprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sub_1.lo sub_1.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/setproctitle.c -o setproctitle.o /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o print.lo ../../libbacktrace/print.c libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/print.c -o print.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub_1 -DNO_ASM -mtune=generic -c sub_1.c -o sub_1.o echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.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 ./rust-demangle.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]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/build-x86_64-pc-linux-gnu/libiberty/testsuite' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/build-x86_64-pc-linux-gnu/libiberty/testsuite' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/regex.c -o pic/regex.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/regex.c -o noasan/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/regex.c -o regex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o sort.lo ../../libbacktrace/sort.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sub_n.lo sub_n.c libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/sort.c -o sort.o /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o state.lo ../../libbacktrace/state.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub_n -DNO_ASM -mtune=generic -c sub_n.c -o sub_n.o libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/state.c -o state.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/sort.c -o pic/sort.o; \ else true; fi /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o backtrace.lo ../../libbacktrace/backtrace.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo cnd_add_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o cnd_add_n.lo cnd_add_n.c libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/backtrace.c -o backtrace.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/sort.c -o noasan/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/sort.c -o sort.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_cnd_add_n -DNO_ASM -mtune=generic -c cnd_add_n.c -o cnd_add_n.o /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o simple.lo ../../libbacktrace/simple.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/spaces.c -o pic/spaces.o; \ else true; fi libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/simple.c -o simple.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo cnd_sub_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o cnd_sub_n.lo cnd_sub_n.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/spaces.c -o noasan/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/spaces.c -o spaces.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -mtune=generic -c -o elf.lo ../../libbacktrace/elf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -mtune=generic -c ../../libbacktrace/elf.c -o elf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_cnd_sub_n -DNO_ASM -mtune=generic -c cnd_sub_n.c -o cnd_sub_n.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo cnd_swap | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o cnd_swap.lo cnd_swap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_cnd_swap -DNO_ASM -mtune=generic -c cnd_swap.c -o cnd_swap.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cplus-dem.c -o cplus-dem.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo neg | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o neg.lo neg.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_neg -DNO_ASM -mtune=generic -c neg.c -o neg.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cp-demangle.c -o cp-demangle.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/stack-limit.c -o stack-limit.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo com | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o com.lo com.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/strerror.c -o pic/strerror.o; \ else true; fi /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o mmapio.lo ../../libbacktrace/mmapio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_com -DNO_ASM -mtune=generic -c com.c -o com.o libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/mmapio.c -o mmapio.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/strerror.c -o noasan/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/strerror.c -o strerror.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mul_1.lo mul_1.c /bin/sh ./libtool --tag=CC --mode=compile gcc -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 -mtune=generic -c -o mmap.lo ../../libbacktrace/mmap.c libtool: compile: gcc -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 -mtune=generic -c ../../libbacktrace/mmap.c -o mmap.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul_1 -DNO_ASM -mtune=generic -c mul_1.c -o mul_1.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/strsignal.c -o noasan/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/strsignal.c -o strsignal.o /bin/sh ./libtool --tag=CC --mode=link gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -mtune=generic -static-libstdc++ -static-libgcc -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo addmul_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o addmul_1.lo addmul_1.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_addmul_1 -DNO_ASM -mtune=generic -c addmul_1.c -o addmul_1.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/timeval-utils.c -o timeval-utils.o 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 elf.o mmapio.o mmap.o libtool: link: ranlib .libs/libbacktrace.a if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" ) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo submul_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o submul_1.lo submul_1.c make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libbacktrace' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libbacktrace' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add_err1_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o add_err1_n.lo add_err1_n.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add_err1_n -DNO_ASM -mtune=generic -c add_err1_n.c -o add_err1_n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_submul_1 -DNO_ASM -mtune=generic -c submul_1.c -o submul_1.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/md5.c -o pic/md5.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/md5.c -o noasan/md5.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xasprintf.c -o pic/xasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/md5.c -o md5.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/sha1.c -o pic/sha1.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/sha1.c -o noasan/sha1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/sha1.c -o sha1.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xasprintf.c -o xasprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add_err2_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o add_err2_n.lo add_err2_n.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xexit.c -o pic/xexit.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add_err2_n -DNO_ASM -mtune=generic -c add_err2_n.c -o add_err2_n.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xatexit.c -o noasan/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xexit.c -o noasan/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/alloca.c -o pic/alloca.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/alloca.c -o noasan/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/alloca.c -o alloca.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add_err3_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o add_err3_n.lo add_err3_n.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/argv.c -o pic/argv.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/argv.c -o noasan/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/argv.c -o argv.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add_err3_n -DNO_ASM -mtune=generic -c add_err3_n.c -o add_err3_n.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/bsearch_r.c -o pic/bsearch_r.o; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sub_err1_n.lo sub_err1_n.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/bsearch_r.c -o bsearch_r.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sub_err2_n.lo sub_err2_n.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/choose-temp.c -o choose-temp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub_err1_n -DNO_ASM -mtune=generic -c sub_err1_n.c -o sub_err1_n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub_err2_n -DNO_ASM -mtune=generic -c sub_err2_n.c -o sub_err2_n.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/concat.c -o pic/concat.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/concat.c -o noasan/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/concat.c -o concat.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sub_err3_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sub_err3_n.lo sub_err3_n.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/crc32.c -o pic/crc32.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/crc32.c -o noasan/crc32.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/crc32.c -o crc32.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sub_err3_n -DNO_ASM -mtune=generic -c sub_err3_n.c -o sub_err3_n.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/d-demangle.c -o pic/d-demangle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../../libiberty/d-demangle.c -o d-demangle.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xstrndup.c -o xstrndup.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo lshift | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o lshift.lo lshift.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/xvasprintf.c -o xvasprintf.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo rshift | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o rshift.lo rshift.c gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/setproctitle.c -o setproctitle.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_lshift -DNO_ASM -mtune=generic -c lshift.c -o lshift.o echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.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 ./rust-demangle.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]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty/testsuite' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty/testsuite' if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/regex.c -o pic/regex.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_rshift -DNO_ASM -mtune=generic -c rshift.c -o rshift.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi 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 ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.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 ./rust-demangle.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 ./setproctitle.o ranlib ./libiberty.a /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dive_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o dive_1.lo dive_1.c 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 ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.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 ./rust-demangle.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 ./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 ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.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 ./rust-demangle.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 ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/build-x86_64-pc-linux-gnu/libiberty' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo diveby3 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o diveby3.lo diveby3.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/cplus-dem.c -o cplus-dem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dive_1 -DNO_ASM -mtune=generic -c dive_1.c -o dive_1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_diveby3 -DNO_ASM -mtune=generic -c diveby3.c -o diveby3.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/md5.c -o pic/md5.o; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divis | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o divis.lo divis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divis -DNO_ASM -mtune=generic -c divis.c -o divis.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/md5.c -o noasan/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/md5.c -o md5.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divrem | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o divrem.lo divrem.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/sha1.c -o pic/sha1.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divrem -DNO_ASM -mtune=generic -c divrem.c -o divrem.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/regex.c -o noasan/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/regex.c -o regex.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/sha1.c -o noasan/sha1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/sha1.c -o sha1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divrem_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o divrem_1.lo divrem_1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divrem_1 -DNO_ASM -mtune=generic -c divrem_1.c -o divrem_1.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/alloca.c -o pic/alloca.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/alloca.c -o noasan/alloca.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/alloca.c -o alloca.o gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/cp-demangle.c -o cp-demangle.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divrem_2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o divrem_2.lo divrem_2.c if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/argv.c -o pic/argv.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divrem_2 -DNO_ASM -mtune=generic -c divrem_2.c -o divrem_2.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo fib2_ui | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o fib2_ui.lo fib2_ui.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/argv.c -o noasan/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/argv.c -o argv.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_fib2_ui -DNO_ASM -mtune=generic -c fib2_ui.c -o fib2_ui.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/bsearch_r.c -o pic/bsearch_r.o; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo fib2m | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o fib2m.lo fib2m.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/bsearch_r.c -o bsearch_r.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_fib2m -DNO_ASM -mtune=generic -c fib2m.c -o fib2m.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mod_1.lo mod_1.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/choose-temp.c -o choose-temp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1 -DNO_ASM -mtune=generic -c mod_1.c -o mod_1.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/concat.c -o pic/concat.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/concat.c -o noasan/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/concat.c -o concat.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/crc32.c -o pic/crc32.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/cp-demint.c -o cp-demint.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mod_34lsub1.lo mod_34lsub1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mode1o | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mode1o.lo mode1o.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/crc32.c -o noasan/crc32.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/crc32.c -o crc32.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_34lsub1 -DNO_ASM -mtune=generic -c mod_34lsub1.c -o mod_34lsub1.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/d-demangle.c -o pic/d-demangle.o; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o pre_divrem_1.lo pre_divrem_1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mode1o -DNO_ASM -mtune=generic -c mode1o.c -o mode1o.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o pre_mod_1.lo pre_mod_1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dump | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o dump.lo dump.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_pre_divrem_1 -DNO_ASM -mtune=generic -c pre_divrem_1.c -o pre_divrem_1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_pre_mod_1 -DNO_ASM -mtune=generic -c pre_mod_1.c -o pre_mod_1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mod_1_1.lo mod_1_1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mod_1_2.lo mod_1_2.c if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -mtune=generic -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../libiberty/d-demangle.c -o d-demangle.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dump -DNO_ASM -mtune=generic -c dump.c -o dump.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1_1 -DNO_ASM -mtune=generic -c mod_1_1.c -o mod_1_1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1_2 -DNO_ASM -mtune=generic -c mod_1_2.c -o mod_1_2.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mod_1_3.lo mod_1_3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1_3 -DNO_ASM -mtune=generic -c mod_1_3.c -o mod_1_3.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mod_1_4.lo mod_1_4.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo lshiftc | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o lshiftc.lo lshiftc.c 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 ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.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 ./rust-demangle.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 ./setproctitle.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_lshiftc -DNO_ASM -mtune=generic -c lshiftc.c -o lshiftc.o ranlib ./libiberty.a /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mul.lo mul.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mod_1_4 -DNO_ASM -mtune=generic -c mod_1_4.c -o mod_1_4.o if [ x"-fpic" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.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 ./rust-demangle.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 ./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 ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.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 ./rust-demangle.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 ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul_fft | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mul_fft.lo mul_fft.c make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mul_n.lo mul_n.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul -DNO_ASM -mtune=generic -c mul.c -o mul.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul_fft -DNO_ASM -mtune=generic -c mul_fft.c -o mul_fft.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul_n -DNO_ASM -mtune=generic -c mul_n.c -o mul_n.o mkdir -p -- ./libcpp Configuring in ./libcpp /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sqr.lo sqr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mul_basecase | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mul_basecase.lo mul_basecase.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqr -DNO_ASM -mtune=generic -c sqr.c -o sqr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sqr_basecase.lo sqr_basecase.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mul_basecase -DNO_ASM -mtune=generic -c mul_basecase.c -o mul_basecase.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqr_basecase -DNO_ASM -mtune=generic -c sqr_basecase.c -o sqr_basecase.o make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcody' g++ -mtune=generic -fno-exceptions -fno-rtti -include config.h -I../../libcody \ -MMD -MP -MF buffer.d -c -o buffer.o ../../libcody/buffer.cc make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libdecnumber' source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I../../libdecnumber -I. -mtune=generic -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o nussbaumer_mul.lo nussbaumer_mul.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_nussbaumer_mul -DNO_ASM -mtune=generic -c nussbaumer_mul.c -o nussbaumer_mul.o configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mulmid_basecase.lo mulmid_basecase.c x86_64-lfs-linux-gnu checking whether make sets $(MAKE)... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mulmid_basecase -DNO_ASM -mtune=generic -c mulmid_basecase.c -o mulmid_basecase.o yes checking for a BSD-compatible install... /usr/bin/install -c checking for x86_64-pc-linux-gnu-gcc... gcc checking whether the C compiler works... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom42_mulmid.lo toom42_mulmid.c yes checking for C compiler default output file name... a.out checking for suffix of executables... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom42_mulmid -DNO_ASM -mtune=generic -c toom42_mulmid.c -o toom42_mulmid.o checking whether we are cross compiling... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mulmid_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mulmid_n.lo mulmid_n.c no checking for suffix of object files... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mulmid_n -DNO_ASM -mtune=generic -c mulmid_n.c -o mulmid_n.o o checking whether we are using the GNU C compiler... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mulmid | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mulmid.lo mulmid.c yes checking whether gcc accepts -g... source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I../../libdecnumber -I. -mtune=generic -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c yes checking for gcc option to accept ISO C89... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mulmid -DNO_ASM -mtune=generic -c mulmid.c -o mulmid.o source='../../libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc -I../../libdecnumber -I. -mtune=generic -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal32.c none needed checking whether we are using the GNU C++ compiler... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo random | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o random.lo random.c source='../../libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc -I../../libdecnumber -I. -mtune=generic -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal64.c yes checking whether g++ accepts -g... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_random -DNO_ASM -mtune=generic -c random.c -o random.o yes checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for x86_64-pc-linux-gnu-ar... ar checking how to run the C preprocessor... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo random2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o random2.lo random2.c gcc -E source='../../libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc -I../../libdecnumber -I. -mtune=generic -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal128.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_random2 -DNO_ASM -mtune=generic -c random2.c -o random2.o checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo pow_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o pow_1.lo pow_1.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libdecnumber' libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_pow_1 -DNO_ASM -mtune=generic -c pow_1.c -o pow_1.o make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/fixincludes' gcc -c -mtune=generic -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 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo rootrem | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o rootrem.lo rootrem.c yes checking for sys/types.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_rootrem -DNO_ASM -mtune=generic -c rootrem.c -o rootrem.o yes ../../fixincludes/fixincl.c: In function 'process': ../../fixincludes/fixincl.c:1356:7: warning: argument 1 is null but the corresponding size argument 2 value is 4096 [-Wnonnull] 1356 | fprintf (stderr, "Cannot access %s from %s\n\terror %d (%s)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1357 | pz_curr_file, getcwd ((char *) NULL, MAXPATHLEN), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1358 | erno, xstrerror (erno)); | ~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../fixincludes/system.h:192, from ../../fixincludes/fixlib.h:29, from ../../fixincludes/fixincl.c:24: /usr/include/unistd.h:520:14: note: in a call to function 'getcwd' declared with attribute 'access (write_only, 1, 2)' 520 | extern char *getcwd (char *__buf, size_t __size) __THROW __wur | ^~~~~~ checking for sys/stat.h... gcc -c -mtune=generic -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 yes /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqrtrem | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sqrtrem.lo sqrtrem.c checking for stdlib.h... yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqrtrem -DNO_ASM -mtune=generic -c sqrtrem.c -o sqrtrem.o checking for string.h... gcc -c -mtune=generic -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 yes checking for memory.h... yes checking for strings.h... gcc -c -mtune=generic -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 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sizeinbase | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sizeinbase.lo sizeinbase.c yes checking for inttypes.h... gcc -c -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sizeinbase -DNO_ASM -mtune=generic -c sizeinbase.c -o sizeinbase.o yes checking for stdint.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo get_str | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o get_str.lo get_str.c gcc -c -mtune=generic -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 yes checking for unistd.h... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_get_str -DNO_ASM -mtune=generic -c get_str.c -o get_str.o gcc -c -mtune=generic -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 yes checking minix/config.h usability... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo set_str | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o set_str.lo set_str.c srcdir="../../fixincludes" /bin/sh ../../fixincludes/mkfixinc.sh x86_64-lfs-linux-gnu no checking minix/config.h presence... sed -e 's/@gcc_version@/11.2.0/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders gcc -mtune=generic -static-libstdc++ -static-libgcc -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_set_str -DNO_ASM -mtune=generic -c set_str.c -o set_str.o make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/fixincludes' no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin' make all-am make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin' /bin/sh ./libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -fcf-protection -mtune=generic -c -o lto-plugin.lo ../../lto-plugin/lto-plugin.c yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for aclocal... aclocal /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo compute_powtab | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o compute_powtab.lo compute_powtab.c checking for autoconf... autoconf checking for autoheader... autoheader libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../lto-plugin -I../../lto-plugin/../include -DHAVE_CONFIG_H -Wall -fcf-protection -mtune=generic -c ../../lto-plugin/lto-plugin.c -fPIC -DPIC -o .libs/lto-plugin.o checking whether gcc supports -W... yes checking whether gcc supports -Wall... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_compute_powtab -DNO_ASM -mtune=generic -c compute_powtab.c -o compute_powtab.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo scan0 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o scan0.lo scan0.c yes /bin/sh ./libtool --tag=CC --tag=disable-static --mode=link gcc -Wall -fcf-protection -mtune=generic -Wc,-static-libgcc -module -avoid-version -bindir /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0 -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o liblto_plugin.la -rpath /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0 lto-plugin.lo -Wc,../libiberty/pic/libiberty.a libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_scan0 -DNO_ASM -mtune=generic -c scan0.c -o scan0.o checking whether gcc supports -Wnarrowing... libtool: link: gcc -shared -fPIC -DPIC .libs/lto-plugin.o -mtune=generic -static-libgcc -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,liblto_plugin.so -o .libs/liblto_plugin.so yes /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo scan1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o scan1.lo scan1.c checking whether gcc supports -Wwrite-strings... yes libtool: link: ( cd ".libs" && rm -f "liblto_plugin.la" && ln -s "../liblto_plugin.la" "liblto_plugin.la" ) checking whether gcc supports -Wmissing-format-attribute... mkdir -p -- ../gcc libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_scan1 -DNO_ASM -mtune=generic -c scan1.c -o scan1.o yes libtool: install: /usr/bin/install -c .libs/liblto_plugin.so /home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin/../gcc/liblto_plugin.so libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin/../gcc/liblto_plugin.la libtool: install: warning: remember to run `libtool --finish /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin' checking whether gcc supports -Wstrict-prototypes... make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/build-x86_64-pc-linux-gnu/fixincludes' gcc -c -mtune=generic -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 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo popcount | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o popcount.lo popcount.c yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_popcount -DNO_ASM -mtune=generic -c popcount.c -o popcount.o checking whether gcc supports -Wc++-compat... yes checking whether gcc supports -pedantic -Wlong-long... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hamdist | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hamdist.lo hamdist.c g++ -mtune=generic -fno-exceptions -fno-rtti -include config.h -I../../libcody \ -MMD -MP -MF client.d -c -o client.o ../../libcody/client.cc ../../../fixincludes/fixincl.c: In function 'process': ../../../fixincludes/fixincl.c:1356:7: warning: argument 1 is null but the corresponding size argument 2 value is 4096 [-Wnonnull] 1356 | fprintf (stderr, "Cannot access %s from %s\n\terror %d (%s)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1357 | pz_curr_file, getcwd ((char *) NULL, MAXPATHLEN), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1358 | erno, xstrerror (erno)); | ~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../fixincludes/system.h:192, from ../../../fixincludes/fixlib.h:29, from ../../../fixincludes/fixincl.c:24: /usr/include/unistd.h:520:14: note: in a call to function 'getcwd' declared with attribute 'access (write_only, 1, 2)' 520 | extern char *getcwd (char *__buf, size_t __size) __THROW __wur | ^~~~~~ yes checking whether gcc supports -fno-exceptions... gcc -c -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hamdist -DNO_ASM -mtune=generic -c hamdist.c -o hamdist.o yes checking whether gcc supports -fno-rtti... gcc -c -mtune=generic -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 yes /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo cmp | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o cmp.lo cmp.c checking dependency style of g++... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_cmp -DNO_ASM -mtune=generic -c cmp.c -o cmp.o gcc -c -mtune=generic -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 gcc3 checking whether time.h and sys/time.h may both be included... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo zero_p | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o zero_p.lo zero_p.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_zero_p -DNO_ASM -mtune=generic -c zero_p.c -o zero_p.o yes checking whether string.h and strings.h may both be included... gcc -c -mtune=generic -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 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo perfsqr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o perfsqr.lo perfsqr.c yes checking locale.h usability... gcc -c -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_perfsqr -DNO_ASM -mtune=generic -c perfsqr.c -o perfsqr.o yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... gcc -c -mtune=generic -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 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo perfpow | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o perfpow.lo perfpow.c yes checking fcntl.h presence... srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh x86_64-lfs-linux-gnu libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_perfpow -DNO_ASM -mtune=generic -c perfpow.c -o perfpow.o sed -e 's/@gcc_version@/11.2.0/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders gcc -mtune=generic -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a yes checking for fcntl.h... yes checking limits.h usability... echo timestamp > full-stamp make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/build-x86_64-pc-linux-gnu/fixincludes' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/build-x86_64-pc-linux-gnu/libcpp' g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 yes checking limits.h presence... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo strongfibo | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o strongfibo.lo strongfibo.c yes checking for limits.h... yes checking stddef.h usability... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_strongfibo -DNO_ASM -mtune=generic -c strongfibo.c -o strongfibo.o yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd_11 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o gcd_11.lo gcd_11.c checking for strings.h... (cached) yes checking for string.h... (cached) yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd_11 -DNO_ASM -mtune=generic -c gcd_11.c -o gcd_11.o checking sys/file.h usability... g++ -mtune=generic -fno-exceptions -fno-rtti -include config.h -I../../libcody \ -MMD -MP -MF netclient.d -c -o netclient.o ../../libcody/netclient.cc yes checking sys/file.h presence... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd_22 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o gcd_22.lo gcd_22.c yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd_22 -DNO_ASM -mtune=generic -c gcd_22.c -o gcd_22.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o gcd_1.lo gcd_1.c g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 no checking for an ANSI C-conforming const... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd_1 -DNO_ASM -mtune=generic -c gcd_1.c -o gcd_1.o yes checking for inline... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o gcd.lo gcd.c inline checking for obstacks... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd -DNO_ASM -mtune=generic -c gcd.c -o gcd.o yes checking for off_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o gcdext_1.lo gcdext_1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcdext_1 -DNO_ASM -mtune=generic -c gcdext_1.c -o gcdext_1.o yes checking for size_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcdext | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o gcdext.lo gcdext.c g++ -mtune=generic -fno-exceptions -fno-rtti -include config.h -I../../libcody \ -MMD -MP -MF netserver.d -c -o netserver.o ../../libcody/netserver.cc g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcdext -DNO_ASM -mtune=generic -c gcdext.c -o gcdext.o yes checking for ssize_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o gcd_subdiv_step.lo gcd_subdiv_step.c g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 for uintptr_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcd_subdiv_step -DNO_ASM -mtune=generic -c gcd_subdiv_step.c -o gcd_subdiv_step.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o gcdext_lehmer.lo gcdext_lehmer.c yes checking for ptrdiff_t... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_gcdext_lehmer -DNO_ASM -mtune=generic -c gcdext_lehmer.c -o gcdext_lehmer.o yes checking for uint64_t... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo div_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o div_q.lo div_q.c yes checking whether struct tm is in sys/time.h or time.h... g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_div_q -DNO_ASM -mtune=generic -c div_q.c -o div_q.o time.h checking size of int... 4 checking size of long... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o tdiv_qr.lo tdiv_qr.c g++ -mtune=generic -fno-exceptions -fno-rtti -include config.h -I../../libcody \ -MMD -MP -MF resolver.d -c -o resolver.o ../../libcody/resolver.cc 8 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_tdiv_qr -DNO_ASM -mtune=generic -c tdiv_qr.c -o tdiv_qr.o checking for clearerr_unlocked... g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../../libcpp/identifiers.c yes checking for feof_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo jacbase | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o jacbase.lo jacbase.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_jacbase -DNO_ASM -mtune=generic -c jacbase.c -o jacbase.o yes checking for ferror_unlocked... echo "#define LOCALEDIR \"/home/lfs/build/x86_64/tools/share/locale\"" > localedir.new ../../../libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../../libcpp/lex.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o jacobi_2.lo jacobi_2.c yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_jacobi_2 -DNO_ASM -mtune=generic -c jacobi_2.c -o jacobi_2.o checking for fflush_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo jacobi | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o jacobi.lo jacobi.c yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_jacobi -DNO_ASM -mtune=generic -c jacobi.c -o jacobi.o checking for fgetc_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo get_d | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o get_d.lo get_d.c yes checking for fgets_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_get_d -DNO_ASM -mtune=generic -c get_d.c -o get_d.o yes checking for fileno_unlocked... g++ -mtune=generic -fno-exceptions -fno-rtti -include config.h -I../../libcody \ -MMD -MP -MF packet.d -c -o packet.o ../../libcody/packet.cc /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o matrix22_mul.lo matrix22_mul.c yes checking for fprintf_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_matrix22_mul -DNO_ASM -mtune=generic -c matrix22_mul.c -o matrix22_mul.o g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../../libcpp/line-map.c no checking for fputc_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c yes checking for fputs_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_matrix22_mul1_inverse_vector -DNO_ASM -mtune=generic -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hgcd_matrix.lo hgcd_matrix.c yes checking for fread_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd_matrix -DNO_ASM -mtune=generic -c hgcd_matrix.c -o hgcd_matrix.o yes checking for fwrite_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hgcd2.lo hgcd2.c g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../../libcpp/macro.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd2 -DNO_ASM -mtune=generic -c hgcd2.c -o hgcd2.o yes checking for getchar_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd_step | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hgcd_step.lo hgcd_step.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd_step -DNO_ASM -mtune=generic -c hgcd_step.c -o hgcd_step.o g++ -mtune=generic -fno-exceptions -fno-rtti -include config.h -I../../libcody \ -MMD -MP -MF server.d -c -o server.o ../../libcody/server.cc yes /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hgcd_reduce.lo hgcd_reduce.c checking for getc_unlocked... yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd_reduce -DNO_ASM -mtune=generic -c hgcd_reduce.c -o hgcd_reduce.o checking for putchar_unlocked... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hgcd.lo hgcd.c yes g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../../libcpp/mkdeps.c checking for putc_unlocked... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd -DNO_ASM -mtune=generic -c hgcd.c -o hgcd.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hgcd_appr.lo hgcd_appr.c yes checking whether abort is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd_appr -DNO_ASM -mtune=generic -c hgcd_appr.c -o hgcd_appr.o yes checking whether asprintf is declared... g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../../libcpp/pch.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hgcd2_jacobi.lo hgcd2_jacobi.c yes checking whether basename is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd2_jacobi -DNO_ASM -mtune=generic -c hgcd2_jacobi.c -o hgcd2_jacobi.o yes checking whether errno is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o hgcd_jacobi.lo hgcd_jacobi.c no checking whether getopt is declared... g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../../libcpp/symtab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_hgcd_jacobi -DNO_ASM -mtune=generic -c hgcd_jacobi.c -o hgcd_jacobi.o yes checking whether vasprintf is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mullo_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mullo_n.lo mullo_n.c g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../../libcpp/traditional.c yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mullo_n -DNO_ASM -mtune=generic -c mullo_n.c -o mullo_n.o checking whether clearerr_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mullo_basecase.lo mullo_basecase.c yes checking whether feof_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mullo_basecase -DNO_ASM -mtune=generic -c mullo_basecase.c -o mullo_basecase.o g++ -mtune=generic -fno-exceptions -fno-rtti -include config.h -DSRCDIR='"../../libcody"' -I../../libcody \ -MMD -MP -MF fatal.d -c -o fatal.o ../../libcody/fatal.cc yes checking whether ferror_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqrlo | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sqrlo.lo sqrlo.c g++ -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -mtune=generic -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 init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../../libcpp/init.c yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqrlo -DNO_ASM -mtune=generic -c sqrlo.c -o sqrlo.o checking whether fflush_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqrlo_basecase | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sqrlo_basecase.lo sqrlo_basecase.c yes checking whether fgetc_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqrlo_basecase -DNO_ASM -mtune=generic -c sqrlo_basecase.c -o sqrlo_basecase.o yes rm -f libcpp.a ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o checking whether fgets_unlocked is declared... ranlib libcpp.a /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom22_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom22_mul.lo toom22_mul.c make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/build-x86_64-pc-linux-gnu/libcpp' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom32_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom32_mul.lo toom32_mul.c yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom22_mul -DNO_ASM -mtune=generic -c toom22_mul.c -o toom22_mul.o checking whether fileno_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom32_mul -DNO_ASM -mtune=generic -c toom32_mul.c -o toom32_mul.o yes checking whether fprintf_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom42_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom42_mul.lo toom42_mul.c no /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom52_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom52_mul.lo toom52_mul.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom42_mul -DNO_ASM -mtune=generic -c toom42_mul.c -o toom42_mul.o checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom52_mul -DNO_ASM -mtune=generic -c toom52_mul.c -o toom52_mul.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom62_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom62_mul.lo toom62_mul.c yes checking whether fread_unlocked is declared... ar -cr libcody.a buffer.o client.o fatal.o netclient.o netserver.o resolver.o packet.o server.o ranlib libcody.a make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcody' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom33_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom33_mul.lo toom33_mul.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom62_mul -DNO_ASM -mtune=generic -c toom62_mul.c -o toom62_mul.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom43_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom43_mul.lo toom43_mul.c yes checking whether fwrite_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom33_mul -DNO_ASM -mtune=generic -c toom33_mul.c -o toom33_mul.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom43_mul -DNO_ASM -mtune=generic -c toom43_mul.c -o toom43_mul.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom53_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom53_mul.lo toom53_mul.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom54_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom54_mul.lo toom54_mul.c yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom53_mul -DNO_ASM -mtune=generic -c toom53_mul.c -o toom53_mul.o checking whether getchar_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom63_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom63_mul.lo toom63_mul.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom54_mul -DNO_ASM -mtune=generic -c toom54_mul.c -o toom54_mul.o yes /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom44_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom44_mul.lo toom44_mul.c checking whether getc_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom63_mul -DNO_ASM -mtune=generic -c toom63_mul.c -o toom63_mul.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom6h_mul.lo toom6h_mul.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom44_mul -DNO_ASM -mtune=generic -c toom44_mul.c -o toom44_mul.o yes checking whether putchar_unlocked is declared... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom6_sqr.lo toom6_sqr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom6h_mul -DNO_ASM -mtune=generic -c toom6h_mul.c -o toom6h_mul.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom8h_mul.lo toom8h_mul.c yes libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom6_sqr -DNO_ASM -mtune=generic -c toom6_sqr.c -o toom6_sqr.o checking whether putc_unlocked is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom8h_mul -DNO_ASM -mtune=generic -c toom8h_mul.c -o toom8h_mul.o yes checking for working alloca.h... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom8_sqr.lo toom8_sqr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_couple_handling.lo toom_couple_handling.c yes checking for alloca... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom8_sqr -DNO_ASM -mtune=generic -c toom8_sqr.c -o toom8_sqr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_couple_handling -DNO_ASM -mtune=generic -c toom_couple_handling.c -o toom_couple_handling.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom2_sqr.lo toom2_sqr.c yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom3_sqr.lo toom3_sqr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom2_sqr -DNO_ASM -mtune=generic -c toom2_sqr.c -o toom2_sqr.o yes checking whether NLS is requested... no checking for uchar... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom4_sqr.lo toom4_sqr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom3_sqr -DNO_ASM -mtune=generic -c toom3_sqr.c -o toom3_sqr.o checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom4_sqr -DNO_ASM -mtune=generic -c toom4_sqr.c -o toom4_sqr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_dgr3_pm1 -DNO_ASM -mtune=generic -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c done checking for iconv... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_eval_pm1.lo toom_eval_pm1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_eval_pm2.lo toom_eval_pm2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_dgr3_pm2 -DNO_ASM -mtune=generic -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o yes checking for iconv declaration... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_pm1 -DNO_ASM -mtune=generic -c toom_eval_pm1.c -o toom_eval_pm1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_pm2 -DNO_ASM -mtune=generic -c toom_eval_pm2.c -o toom_eval_pm2.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_pm2exp -DNO_ASM -mtune=generic -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_eval_pm2rexp -DNO_ASM -mtune=generic -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_5pts -DNO_ASM -mtune=generic -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o checking for CET support... /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_6pts -DNO_ASM -mtune=generic -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_7pts -DNO_ASM -mtune=generic -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_8pts -DNO_ASM -mtune=generic -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c yes /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo invertappr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o invertappr.lo invertappr.c configure: updating cache ./config.cache configure: creating ./config.status libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_12pts -DNO_ASM -mtune=generic -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_toom_interpolate_16pts -DNO_ASM -mtune=generic -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_invertappr -DNO_ASM -mtune=generic -c invertappr.c -o invertappr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo invert | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o invert.lo invert.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo binvert | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o binvert.lo binvert.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mulmod_bnm1.lo mulmod_bnm1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_invert -DNO_ASM -mtune=generic -c invert.c -o invert.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_binvert -DNO_ASM -mtune=generic -c binvert.c -o binvert.o config.status: creating Makefile libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mulmod_bnm1 -DNO_ASM -mtune=generic -c mulmod_bnm1.c -o mulmod_bnm1.o config.status: creating config.h config.status: executing depdir commands mkdir -p -- .deps /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sqrmod_bnm1.lo sqrmod_bnm1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo div_qr_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o div_qr_1.lo div_qr_1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo div_qr_1n_pi1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o div_qr_1n_pi1.lo div_qr_1n_pi1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sqrmod_bnm1 -DNO_ASM -mtune=generic -c sqrmod_bnm1.c -o sqrmod_bnm1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo div_qr_2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o div_qr_2.lo div_qr_2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_div_qr_1 -DNO_ASM -mtune=generic -c div_qr_1.c -o div_qr_1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_div_qr_1n_pi1 -DNO_ASM -mtune=generic -c div_qr_1n_pi1.c -o div_qr_1n_pi1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_div_qr_2 -DNO_ASM -mtune=generic -c div_qr_2.c -o div_qr_2.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo div_qr_2n_pi1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o div_qr_2n_pi1.lo div_qr_2n_pi1.c make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcpp' g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo div_qr_2u_pi1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o div_qr_2u_pi1.lo div_qr_2u_pi1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_div_qr_2n_pi1 -DNO_ASM -mtune=generic -c div_qr_2n_pi1.c -o div_qr_2n_pi1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sbpi1_div_q.lo sbpi1_div_q.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_div_qr_2u_pi1 -DNO_ASM -mtune=generic -c div_qr_2u_pi1.c -o div_qr_2u_pi1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sbpi1_div_qr.lo sbpi1_div_qr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_div_q -DNO_ASM -mtune=generic -c sbpi1_div_q.c -o sbpi1_div_q.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_div_qr -DNO_ASM -mtune=generic -c sbpi1_div_qr.c -o sbpi1_div_qr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_divappr_q -DNO_ASM -mtune=generic -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o dcpi1_div_q.lo dcpi1_div_q.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_div_q -DNO_ASM -mtune=generic -c dcpi1_div_q.c -o dcpi1_div_q.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o dcpi1_div_qr.lo dcpi1_div_qr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mu_div_qr.lo mu_div_qr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_div_qr -DNO_ASM -mtune=generic -c dcpi1_div_qr.c -o dcpi1_div_qr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_divappr_q -DNO_ASM -mtune=generic -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_div_qr -DNO_ASM -mtune=generic -c mu_div_qr.c -o mu_div_qr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mu_divappr_q.lo mu_divappr_q.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_div_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mu_div_q.lo mu_div_q.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o bdiv_q_1.lo bdiv_q_1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_divappr_q -DNO_ASM -mtune=generic -c mu_divappr_q.c -o mu_divappr_q.o g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_div_q -DNO_ASM -mtune=generic -c mu_div_q.c -o mu_div_q.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bdiv_q_1 -DNO_ASM -mtune=generic -c bdiv_q_1.c -o bdiv_q_1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_bdiv_q -DNO_ASM -mtune=generic -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_bdiv_qr -DNO_ASM -mtune=generic -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sbpi1_bdiv_r | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sbpi1_bdiv_r.lo sbpi1_bdiv_r.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sbpi1_bdiv_r -DNO_ASM -mtune=generic -c sbpi1_bdiv_r.c -o sbpi1_bdiv_r.o g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../libcpp/identifiers.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c echo "#define LOCALEDIR \"/home/lfs/build/x86_64/tools/share/locale\"" > localedir.new ../../libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../libcpp/lex.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_bdiv_q -DNO_ASM -mtune=generic -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../libcpp/line-map.c g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../libcpp/macro.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_dcpi1_bdiv_qr -DNO_ASM -mtune=generic -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mu_bdiv_q.lo mu_bdiv_q.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_bdiv_q -DNO_ASM -mtune=generic -c mu_bdiv_q.c -o mu_bdiv_q.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o mu_bdiv_qr.lo mu_bdiv_qr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_mu_bdiv_qr -DNO_ASM -mtune=generic -c mu_bdiv_qr.c -o mu_bdiv_qr.o g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../libcpp/mkdeps.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bdiv_q | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o bdiv_q.lo bdiv_q.c g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../libcpp/pch.c g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../libcpp/symtab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bdiv_q -DNO_ASM -mtune=generic -c bdiv_q.c -o bdiv_q.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o bdiv_qr.lo bdiv_qr.c g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../libcpp/traditional.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo broot | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o broot.lo broot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bdiv_qr -DNO_ASM -mtune=generic -c bdiv_qr.c -o bdiv_qr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo brootinv | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o brootinv.lo brootinv.c g++ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -mtune=generic -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 init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../libcpp/init.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_broot -DNO_ASM -mtune=generic -c broot.c -o broot.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_brootinv -DNO_ASM -mtune=generic -c brootinv.c -o brootinv.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bsqrt | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o bsqrt.lo bsqrt.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bsqrtinv | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o bsqrtinv.lo bsqrtinv.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo divexact | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o divexact.lo divexact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bsqrt -DNO_ASM -mtune=generic -c bsqrt.c -o bsqrt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bsqrtinv -DNO_ASM -mtune=generic -c bsqrtinv.c -o bsqrtinv.o rm -f libcpp.a ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_divexact -DNO_ASM -mtune=generic -c divexact.c -o divexact.o make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcpp' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o bdiv_dbm1c.lo bdiv_dbm1c.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo redc_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o redc_1.lo redc_1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo redc_2 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o redc_2.lo redc_2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_bdiv_dbm1c -DNO_ASM -mtune=generic -c bdiv_dbm1c.c -o bdiv_dbm1c.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo redc_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o redc_n.lo redc_n.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_redc_1 -DNO_ASM -mtune=generic -c redc_1.c -o redc_1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_redc_2 -DNO_ASM -mtune=generic -c redc_2.c -o redc_2.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo powm | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o powm.lo powm.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo powlo | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o powlo.lo powlo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_redc_n -DNO_ASM -mtune=generic -c redc_n.c -o redc_n.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_powm | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_powm.lo sec_powm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_powm -DNO_ASM -mtune=generic -c powm.c -o powm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_powlo -DNO_ASM -mtune=generic -c powlo.c -o powlo.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_powm -DNO_ASM -mtune=generic -c sec_powm.c -o sec_powm.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_mul | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_mul.lo sec_mul.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_sqr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_sqr.lo sec_sqr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_mul -DNO_ASM -mtune=generic -c sec_mul.c -o sec_mul.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_div_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_div_qr.lo sec_div_qr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_div_r | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_div_r.lo sec_div_r.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_sqr -DNO_ASM -mtune=generic -c sec_sqr.c -o sec_sqr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_pi1_div_qr | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_pi1_div_qr.lo sec_pi1_div_qr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_div_r -DNO_ASM -mtune=generic -c sec_div_r.c -o sec_div_r.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_div_qr -DNO_ASM -mtune=generic -c sec_div_qr.c -o sec_div_qr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_pi1_div_r | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_pi1_div_r.lo sec_pi1_div_r.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_add_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_add_1.lo sec_add_1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_sub_1 | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_sub_1.lo sec_sub_1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_pi1_div_qr -DNO_ASM -mtune=generic -c sec_pi1_div_qr.c -o sec_pi1_div_qr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_pi1_div_r -DNO_ASM -mtune=generic -c sec_pi1_div_r.c -o sec_pi1_div_r.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_add_1 -DNO_ASM -mtune=generic -c sec_add_1.c -o sec_add_1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_sub_1 -DNO_ASM -mtune=generic -c sec_sub_1.c -o sec_sub_1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_invert | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_invert.lo sec_invert.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo trialdiv | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o trialdiv.lo trialdiv.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo remove | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o remove.lo remove.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo and_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o and_n.lo and_n.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_invert -DNO_ASM -mtune=generic -c sec_invert.c -o sec_invert.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_trialdiv -DNO_ASM -mtune=generic -c trialdiv.c -o trialdiv.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_remove -DNO_ASM -mtune=generic -c remove.c -o remove.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_and_n -DNO_ASM -mtune=generic -c and_n.c -o and_n.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo andn_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o andn_n.lo andn_n.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo nand_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o nand_n.lo nand_n.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo ior_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o ior_n.lo ior_n.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo iorn_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o iorn_n.lo iorn_n.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_andn_n -DNO_ASM -mtune=generic -c andn_n.c -o andn_n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_nand_n -DNO_ASM -mtune=generic -c nand_n.c -o nand_n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_ior_n -DNO_ASM -mtune=generic -c ior_n.c -o ior_n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_iorn_n -DNO_ASM -mtune=generic -c iorn_n.c -o iorn_n.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo nior_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o nior_n.lo nior_n.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo xor_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o xor_n.lo xor_n.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo xnor_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o xnor_n.lo xnor_n.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo copyi | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o copyi.lo copyi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_nior_n -DNO_ASM -mtune=generic -c nior_n.c -o nior_n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_xor_n -DNO_ASM -mtune=generic -c xor_n.c -o xor_n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_xnor_n -DNO_ASM -mtune=generic -c xnor_n.c -o xnor_n.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo copyd | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o copyd.lo copyd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_copyi -DNO_ASM -mtune=generic -c copyi.c -o copyi.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo zero | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o zero.lo zero.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo sec_tabselect | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o sec_tabselect.lo sec_tabselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_zero -DNO_ASM -mtune=generic -c zero.c -o zero.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_copyd -DNO_ASM -mtune=generic -c copyd.c -o copyd.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo comb_tables | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o comb_tables.lo comb_tables.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_sec_tabselect -DNO_ASM -mtune=generic -c sec_tabselect.c -o sec_tabselect.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_comb_tables -DNO_ASM -mtune=generic -c comb_tables.c -o comb_tables.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_`echo add_n_sub_n | sed 's/_$//'` -DNO_ASM -mtune=generic -c -o add_n_sub_n.lo add_n_sub_n.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpn -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DOPERATION_add_n_sub_n -DNO_ASM -mtune=generic -c add_n_sub_n.c -o add_n_sub_n.o /bin/sh ../libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -static-libstdc++ -static-libgcc -o libmpn.la fib_table.lo mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo cnd_add_n.lo cnd_sub_n.lo cnd_swap.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo fib2m.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo mulmid_basecase.lo toom42_mulmid.lo mulmid_n.lo mulmid.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo sizeinbase.lo get_str.lo set_str.lo compute_powtab.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo zero_p.lo perfsqr.lo perfpow.lo strongfibo.lo gcd_11.lo gcd_22.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_subdiv_step.lo gcdext_lehmer.lo div_q.lo tdiv_qr.lo jacbase.lo jacobi_2.lo jacobi.lo get_d.lo matrix22_mul.lo matrix22_mul1_inverse_vector.lo hgcd_matrix.lo hgcd2.lo hgcd_step.lo hgcd_reduce.lo hgcd.lo hgcd_appr.lo hgcd2_jacobi.lo hgcd_jacobi.lo mullo_n.lo mullo_basecase.lo sqrlo.lo sqrlo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom54_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo div_qr_1.lo div_qr_1n_pi1.lo div_qr_2.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo sbpi1_bdiv_r.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo broot.lo brootinv.lo bsqrt.lo bsqrtinv.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo sec_powm.lo sec_mul.lo sec_sqr.lo sec_div_qr.lo sec_div_r.lo sec_pi1_div_qr.lo sec_pi1_div_r.lo sec_add_1.lo sec_sub_1.lo sec_invert.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo sec_tabselect.lo comb_tables.lo add_n_sub_n.lo libtool: link: ar rc .libs/libmpn.a fib_table.o mp_bases.o add.o add_1.o add_n.o sub.o sub_1.o sub_n.o cnd_add_n.o cnd_sub_n.o cnd_swap.o neg.o com.o mul_1.o addmul_1.o submul_1.o add_err1_n.o add_err2_n.o add_err3_n.o sub_err1_n.o sub_err2_n.o sub_err3_n.o lshift.o rshift.o dive_1.o diveby3.o divis.o divrem.o divrem_1.o divrem_2.o fib2_ui.o fib2m.o mod_1.o mod_34lsub1.o mode1o.o pre_divrem_1.o pre_mod_1.o dump.o mod_1_1.o mod_1_2.o mod_1_3.o mod_1_4.o lshiftc.o mul.o mul_fft.o mul_n.o sqr.o mul_basecase.o sqr_basecase.o nussbaumer_mul.o mulmid_basecase.o toom42_mulmid.o mulmid_n.o mulmid.o random.o random2.o pow_1.o rootrem.o sqrtrem.o sizeinbase.o get_str.o set_str.o compute_powtab.o scan0.o scan1.o popcount.o hamdist.o cmp.o zero_p.o perfsqr.o perfpow.o strongfibo.o gcd_11.o gcd_22.o gcd_1.o gcd.o gcdext_1.o gcdext.o gcd_subdiv_step.o gcdext_lehmer.o div_q.o tdiv_qr.o jacbase.o jacobi_2.o jacobi.o get_d.o matrix22_mul.o matrix22_mul1_inverse_vector.o hgcd_matrix.o hgcd2.o hgcd_step.o hgcd_reduce.o hgcd.o hgcd_appr.o hgcd2_jacobi.o hgcd_jacobi.o mullo_n.o mullo_basecase.o sqrlo.o sqrlo_basecase.o toom22_mul.o toom32_mul.o toom42_mul.o toom52_mul.o toom62_mul.o toom33_mul.o toom43_mul.o toom53_mul.o toom54_mul.o toom63_mul.o toom44_mul.o toom6h_mul.o toom6_sqr.o toom8h_mul.o toom8_sqr.o toom_couple_handling.o toom2_sqr.o toom3_sqr.o toom4_sqr.o toom_eval_dgr3_pm1.o toom_eval_dgr3_pm2.o toom_eval_pm1.o toom_eval_pm2.o toom_eval_pm2exp.o toom_eval_pm2rexp.o toom_interpolate_5pts.o toom_interpolate_6pts.o toom_interpolate_7pts.o toom_interpolate_8pts.o toom_interpolate_12pts.o toom_interpolate_16pts.o invertappr.o invert.o binvert.o mulmod_bnm1.o sqrmod_bnm1.o div_qr_1.o div_qr_1n_pi1.o div_qr_2.o div_qr_2n_pi1.o div_qr_2u_pi1.o sbpi1_div_q.o sbpi1_div_qr.o sbpi1_divappr_q.o dcpi1_div_q.o dcpi1_div_qr.o dcpi1_divappr_q.o mu_div_qr.o mu_divappr_q.o mu_div_q.o bdiv_q_1.o sbpi1_bdiv_q.o sbpi1_bdiv_qr.o sbpi1_bdiv_r.o dcpi1_bdiv_q.o dcpi1_bdiv_qr.o mu_bdiv_q.o mu_bdiv_qr.o bdiv_q.o bdiv_qr.o broot.o brootinv.o bsqrt.o bsqrtinv.o divexact.o bdiv_dbm1c.o redc_1.o redc_2.o redc_n.o powm.o powlo.o sec_powm.o sec_mul.o sec_sqr.o sec_div_qr.o sec_div_r.o sec_pi1_div_qr.o sec_pi1_div_r.o sec_add_1.o sec_sub_1.o sec_invert.o trialdiv.o remove.o and_n.o andn_n.o nand_n.o ior_n.o iorn_n.o nior_n.o xor_n.o xnor_n.o copyi.o copyd.o zero.o sec_tabselect.o comb_tables.o add_n_sub_n.o libtool: link: ranlib .libs/libmpn.a libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/mpn' Making all in mpz make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/mpz' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o 2fac_ui.lo ../../../gmp/mpz/2fac_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o add.lo ../../../gmp/mpz/add.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o add_ui.lo ../../../gmp/mpz/add_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o abs.lo ../../../gmp/mpz/abs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/2fac_ui.c -o 2fac_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/add.c -o add.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/add_ui.c -o add_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/abs.c -o abs.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o aorsmul.lo ../../../gmp/mpz/aorsmul.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o aorsmul_i.lo ../../../gmp/mpz/aorsmul_i.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o and.lo ../../../gmp/mpz/and.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o array_init.lo ../../../gmp/mpz/array_init.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/aorsmul_i.c -o aorsmul_i.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/array_init.c -o array_init.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/and.c -o and.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/aorsmul.c -o aorsmul.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o bin_ui.lo ../../../gmp/mpz/bin_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o bin_uiui.lo ../../../gmp/mpz/bin_uiui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cdiv_q.lo ../../../gmp/mpz/cdiv_q.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cdiv_q_ui.lo ../../../gmp/mpz/cdiv_q_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/bin_ui.c -o bin_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/bin_uiui.c -o bin_uiui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cdiv_q.c -o cdiv_q.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cdiv_q_ui.c -o cdiv_q_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cdiv_qr.lo ../../../gmp/mpz/cdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cdiv_qr_ui.lo ../../../gmp/mpz/cdiv_qr_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cdiv_r.lo ../../../gmp/mpz/cdiv_r.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cdiv_qr_ui.c -o cdiv_qr_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cdiv_qr.c -o cdiv_qr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cdiv_r_ui.lo ../../../gmp/mpz/cdiv_r_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cdiv_r.c -o cdiv_r.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cdiv_ui.lo ../../../gmp/mpz/cdiv_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cdiv_r_ui.c -o cdiv_r_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cfdiv_q_2exp.lo ../../../gmp/mpz/cfdiv_q_2exp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cfdiv_r_2exp.lo ../../../gmp/mpz/cfdiv_r_2exp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o clear.lo ../../../gmp/mpz/clear.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cdiv_ui.c -o cdiv_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cfdiv_q_2exp.c -o cfdiv_q_2exp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cfdiv_r_2exp.c -o cfdiv_r_2exp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o clears.lo ../../../gmp/mpz/clears.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/clear.c -o clear.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o clrbit.lo ../../../gmp/mpz/clrbit.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp.lo ../../../gmp/mpz/cmp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/clears.c -o clears.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_d.lo ../../../gmp/mpz/cmp_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/clrbit.c -o clrbit.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cmp.c -o cmp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_si.lo ../../../gmp/mpz/cmp_si.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cmp_d.c -o cmp_d.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_ui.lo ../../../gmp/mpz/cmp_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cmp_si.c -o cmp_si.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmpabs.lo ../../../gmp/mpz/cmpabs.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmpabs_d.lo ../../../gmp/mpz/cmpabs_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cmp_ui.c -o cmp_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmpabs_ui.lo ../../../gmp/mpz/cmpabs_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cmpabs.c -o cmpabs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cmpabs_d.c -o cmpabs_d.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o com.lo ../../../gmp/mpz/com.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cmpabs_ui.c -o cmpabs_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o combit.lo ../../../gmp/mpz/combit.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cong.lo ../../../gmp/mpz/cong.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/com.c -o com.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/combit.c -o combit.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cong_2exp.lo ../../../gmp/mpz/cong_2exp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cong_ui.lo ../../../gmp/mpz/cong_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cong.c -o cong.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o divexact.lo ../../../gmp/mpz/divexact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cong_2exp.c -o cong_2exp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/cong_ui.c -o cong_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/divexact.c -o divexact.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o divegcd.lo ../../../gmp/mpz/divegcd.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o dive_ui.lo ../../../gmp/mpz/dive_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/divegcd.c -o divegcd.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o divis.lo ../../../gmp/mpz/divis.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o divis_ui.lo ../../../gmp/mpz/divis_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/dive_ui.c -o dive_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/divis.c -o divis.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/divis_ui.c -o divis_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o divis_2exp.lo ../../../gmp/mpz/divis_2exp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o dump.lo ../../../gmp/mpz/dump.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o export.lo ../../../gmp/mpz/export.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fac_ui.lo ../../../gmp/mpz/fac_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/divis_2exp.c -o divis_2exp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/dump.c -o dump.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/export.c -o export.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fac_ui.c -o fac_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fdiv_q.lo ../../../gmp/mpz/fdiv_q.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fdiv_q_ui.lo ../../../gmp/mpz/fdiv_q_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fdiv_qr.lo ../../../gmp/mpz/fdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fdiv_qr_ui.lo ../../../gmp/mpz/fdiv_qr_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fdiv_q.c -o fdiv_q.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fdiv_q_ui.c -o fdiv_q_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fdiv_qr.c -o fdiv_qr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fdiv_r.lo ../../../gmp/mpz/fdiv_r.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fdiv_qr_ui.c -o fdiv_qr_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fdiv_r_ui.lo ../../../gmp/mpz/fdiv_r_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fdiv_ui.lo ../../../gmp/mpz/fdiv_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fdiv_r.c -o fdiv_r.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fib_ui.lo ../../../gmp/mpz/fib_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fdiv_r_ui.c -o fdiv_r_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fdiv_ui.c -o fdiv_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fib2_ui.lo ../../../gmp/mpz/fib2_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_sint.lo ../../../gmp/mpz/fits_sint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fib_ui.c -o fib_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fits_sint.c -o fits_sint.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fib2_ui.c -o fib2_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_slong.lo ../../../gmp/mpz/fits_slong.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_sshort.lo ../../../gmp/mpz/fits_sshort.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_uint.lo ../../../gmp/mpz/fits_uint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fits_slong.c -o fits_slong.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fits_sshort.c -o fits_sshort.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_ulong.lo ../../../gmp/mpz/fits_ulong.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fits_uint.c -o fits_uint.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_ushort.lo ../../../gmp/mpz/fits_ushort.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o gcd.lo ../../../gmp/mpz/gcd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fits_ulong.c -o fits_ulong.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/fits_ushort.c -o fits_ushort.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o gcd_ui.lo ../../../gmp/mpz/gcd_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/gcd.c -o gcd.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o gcdext.lo ../../../gmp/mpz/gcdext.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_d.lo ../../../gmp/mpz/get_d.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_d_2exp.lo ../../../gmp/mpz/get_d_2exp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/gcdext.c -o gcdext.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/gcd_ui.c -o gcd_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/get_d.c -o get_d.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/get_d_2exp.c -o get_d_2exp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_si.lo ../../../gmp/mpz/get_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_str.lo ../../../gmp/mpz/get_str.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_ui.lo ../../../gmp/mpz/get_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/get_si.c -o get_si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/get_str.c -o get_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/get_ui.c -o get_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o getlimbn.lo ../../../gmp/mpz/getlimbn.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o hamdist.lo ../../../gmp/mpz/hamdist.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o import.lo ../../../gmp/mpz/import.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o init.lo ../../../gmp/mpz/init.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/hamdist.c -o hamdist.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/getlimbn.c -o getlimbn.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/import.c -o import.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/init.c -o init.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o init2.lo ../../../gmp/mpz/init2.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o inits.lo ../../../gmp/mpz/inits.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o inp_raw.lo ../../../gmp/mpz/inp_raw.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o inp_str.lo ../../../gmp/mpz/inp_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/init2.c -o init2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/inits.c -o inits.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/inp_raw.c -o inp_raw.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/inp_str.c -o inp_str.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o invert.lo ../../../gmp/mpz/invert.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o ior.lo ../../../gmp/mpz/ior.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset.lo ../../../gmp/mpz/iset.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset_d.lo ../../../gmp/mpz/iset_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/invert.c -o invert.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/ior.c -o ior.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/iset.c -o iset.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/iset_d.c -o iset_d.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset_si.lo ../../../gmp/mpz/iset_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset_str.lo ../../../gmp/mpz/iset_str.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset_ui.lo ../../../gmp/mpz/iset_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o jacobi.lo ../../../gmp/mpz/jacobi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/iset_si.c -o iset_si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/iset_str.c -o iset_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/iset_ui.c -o iset_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/jacobi.c -o jacobi.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o kronsz.lo ../../../gmp/mpz/kronsz.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o kronuz.lo ../../../gmp/mpz/kronuz.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o kronzs.lo ../../../gmp/mpz/kronzs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/kronsz.c -o kronsz.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o kronzu.lo ../../../gmp/mpz/kronzu.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/kronzs.c -o kronzs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/kronuz.c -o kronuz.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o lcm.lo ../../../gmp/mpz/lcm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/kronzu.c -o kronzu.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o lcm_ui.lo ../../../gmp/mpz/lcm_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o limbs_read.lo ../../../gmp/mpz/limbs_read.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/lcm.c -o lcm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/lcm_ui.c -o lcm_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o limbs_write.lo ../../../gmp/mpz/limbs_write.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/limbs_read.c -o limbs_read.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/limbs_write.c -o limbs_write.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o limbs_modify.lo ../../../gmp/mpz/limbs_modify.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o limbs_finish.lo ../../../gmp/mpz/limbs_finish.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o lucnum_ui.lo ../../../gmp/mpz/lucnum_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/limbs_modify.c -o limbs_modify.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/limbs_finish.c -o limbs_finish.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o lucnum2_ui.lo ../../../gmp/mpz/lucnum2_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/lucnum_ui.c -o lucnum_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o lucmod.lo ../../../gmp/mpz/lucmod.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mfac_uiui.lo ../../../gmp/mpz/mfac_uiui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/lucnum2_ui.c -o lucnum2_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/lucmod.c -o lucmod.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o millerrabin.lo ../../../gmp/mpz/millerrabin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/mfac_uiui.c -o mfac_uiui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mod.lo ../../../gmp/mpz/mod.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mul.lo ../../../gmp/mpz/mul.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/millerrabin.c -o millerrabin.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mul_2exp.lo ../../../gmp/mpz/mul_2exp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/mod.c -o mod.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/mul.c -o mul.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/mul_2exp.c -o mul_2exp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mul_si.lo ../../../gmp/mpz/mul_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mul_ui.lo ../../../gmp/mpz/mul_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o n_pow_ui.lo ../../../gmp/mpz/n_pow_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o neg.lo ../../../gmp/mpz/neg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/mul_si.c -o mul_si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/mul_ui.c -o mul_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/n_pow_ui.c -o n_pow_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o nextprime.lo ../../../gmp/mpz/nextprime.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o oddfac_1.lo ../../../gmp/mpz/oddfac_1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/neg.c -o neg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/nextprime.c -o nextprime.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o out_raw.lo ../../../gmp/mpz/out_raw.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o out_str.lo ../../../gmp/mpz/out_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/oddfac_1.c -o oddfac_1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/out_raw.c -o out_raw.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o perfpow.lo ../../../gmp/mpz/perfpow.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/out_str.c -o out_str.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o perfsqr.lo ../../../gmp/mpz/perfsqr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/perfpow.c -o perfpow.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o popcount.lo ../../../gmp/mpz/popcount.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o pow_ui.lo ../../../gmp/mpz/pow_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/perfsqr.c -o perfsqr.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o powm.lo ../../../gmp/mpz/powm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/popcount.c -o popcount.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o powm_sec.lo ../../../gmp/mpz/powm_sec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/pow_ui.c -o pow_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o powm_ui.lo ../../../gmp/mpz/powm_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/powm_sec.c -o powm_sec.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/powm.c -o powm.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o pprime_p.lo ../../../gmp/mpz/pprime_p.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o prodlimbs.lo ../../../gmp/mpz/prodlimbs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/powm_ui.c -o powm_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/pprime_p.c -o pprime_p.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o primorial_ui.lo ../../../gmp/mpz/primorial_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/prodlimbs.c -o prodlimbs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/primorial_ui.c -o primorial_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o random.lo ../../../gmp/mpz/random.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o random2.lo ../../../gmp/mpz/random2.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o realloc.lo ../../../gmp/mpz/realloc.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o realloc2.lo ../../../gmp/mpz/realloc2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/random.c -o random.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/random2.c -o random2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/realloc.c -o realloc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/realloc2.c -o realloc2.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o remove.lo ../../../gmp/mpz/remove.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o roinit_n.lo ../../../gmp/mpz/roinit_n.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o root.lo ../../../gmp/mpz/root.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o rootrem.lo ../../../gmp/mpz/rootrem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/remove.c -o remove.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/roinit_n.c -o roinit_n.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/root.c -o root.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/rootrem.c -o rootrem.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o rrandomb.lo ../../../gmp/mpz/rrandomb.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o scan0.lo ../../../gmp/mpz/scan0.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o scan1.lo ../../../gmp/mpz/scan1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/rrandomb.c -o rrandomb.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set.lo ../../../gmp/mpz/set.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/scan0.c -o scan0.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/scan1.c -o scan1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_d.lo ../../../gmp/mpz/set_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/set.c -o set.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_f.lo ../../../gmp/mpz/set_f.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_q.lo ../../../gmp/mpz/set_q.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/set_d.c -o set_d.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/set_f.c -o set_f.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/set_q.c -o set_q.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_si.lo ../../../gmp/mpz/set_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_str.lo ../../../gmp/mpz/set_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/set_si.c -o set_si.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_ui.lo ../../../gmp/mpz/set_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o setbit.lo ../../../gmp/mpz/setbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/set_str.c -o set_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/set_ui.c -o set_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o size.lo ../../../gmp/mpz/size.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/setbit.c -o setbit.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sizeinbase.lo ../../../gmp/mpz/sizeinbase.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sqrt.lo ../../../gmp/mpz/sqrt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/size.c -o size.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sqrtrem.lo ../../../gmp/mpz/sqrtrem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/sizeinbase.c -o sizeinbase.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/sqrt.c -o sqrt.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o stronglucas.lo ../../../gmp/mpz/stronglucas.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/sqrtrem.c -o sqrtrem.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sub.lo ../../../gmp/mpz/sub.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sub_ui.lo ../../../gmp/mpz/sub_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/stronglucas.c -o stronglucas.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/sub.c -o sub.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/sub_ui.c -o sub_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o swap.lo ../../../gmp/mpz/swap.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_ui.lo ../../../gmp/mpz/tdiv_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_q.lo ../../../gmp/mpz/tdiv_q.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_q_2exp.lo ../../../gmp/mpz/tdiv_q_2exp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/swap.c -o swap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_ui.c -o tdiv_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_q.c -o tdiv_q.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_q_2exp.c -o tdiv_q_2exp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_q_ui.lo ../../../gmp/mpz/tdiv_q_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_qr.lo ../../../gmp/mpz/tdiv_qr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_qr_ui.lo ../../../gmp/mpz/tdiv_qr_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_r.lo ../../../gmp/mpz/tdiv_r.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_q_ui.c -o tdiv_q_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_qr.c -o tdiv_qr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_qr_ui.c -o tdiv_qr_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_r.c -o tdiv_r.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_r_2exp.lo ../../../gmp/mpz/tdiv_r_2exp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tdiv_r_ui.lo ../../../gmp/mpz/tdiv_r_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o tstbit.lo ../../../gmp/mpz/tstbit.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o ui_pow_ui.lo ../../../gmp/mpz/ui_pow_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_r_2exp.c -o tdiv_r_2exp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tdiv_r_ui.c -o tdiv_r_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/tstbit.c -o tstbit.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/ui_pow_ui.c -o ui_pow_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o ui_sub.lo ../../../gmp/mpz/ui_sub.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o urandomb.lo ../../../gmp/mpz/urandomb.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o urandomm.lo ../../../gmp/mpz/urandomm.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o xor.lo ../../../gmp/mpz/xor.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/ui_sub.c -o ui_sub.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/urandomb.c -o urandomb.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/urandomm.c -o urandomm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpz -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpz/xor.c -o xor.o /bin/sh ../libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -static-libstdc++ -static-libgcc -o libmpz.la 2fac_ui.lo add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo limbs_read.lo limbs_write.lo limbs_modify.lo limbs_finish.lo lucnum_ui.lo lucnum2_ui.lo lucmod.lo mfac_uiui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo oddfac_1.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo prodlimbs.lo primorial_ui.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo roinit_n.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo stronglucas.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo libtool: link: ar rc .libs/libmpz.a 2fac_ui.o add.o add_ui.o abs.o aorsmul.o aorsmul_i.o and.o array_init.o bin_ui.o bin_uiui.o cdiv_q.o cdiv_q_ui.o cdiv_qr.o cdiv_qr_ui.o cdiv_r.o cdiv_r_ui.o cdiv_ui.o cfdiv_q_2exp.o cfdiv_r_2exp.o clear.o clears.o clrbit.o cmp.o cmp_d.o cmp_si.o cmp_ui.o cmpabs.o cmpabs_d.o cmpabs_ui.o com.o combit.o cong.o cong_2exp.o cong_ui.o divexact.o divegcd.o dive_ui.o divis.o divis_ui.o divis_2exp.o dump.o export.o fac_ui.o fdiv_q.o fdiv_q_ui.o fdiv_qr.o fdiv_qr_ui.o fdiv_r.o fdiv_r_ui.o fdiv_ui.o fib_ui.o fib2_ui.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o gcd.o gcd_ui.o gcdext.o get_d.o get_d_2exp.o get_si.o get_str.o get_ui.o getlimbn.o hamdist.o import.o init.o init2.o inits.o inp_raw.o inp_str.o invert.o ior.o iset.o iset_d.o iset_si.o iset_str.o iset_ui.o jacobi.o kronsz.o kronuz.o kronzs.o kronzu.o lcm.o lcm_ui.o limbs_read.o limbs_write.o limbs_modify.o limbs_finish.o lucnum_ui.o lucnum2_ui.o lucmod.o mfac_uiui.o millerrabin.o mod.o mul.o mul_2exp.o mul_si.o mul_ui.o n_pow_ui.o neg.o nextprime.o oddfac_1.o out_raw.o out_str.o perfpow.o perfsqr.o popcount.o pow_ui.o powm.o powm_sec.o powm_ui.o pprime_p.o prodlimbs.o primorial_ui.o random.o random2.o realloc.o realloc2.o remove.o roinit_n.o root.o rootrem.o rrandomb.o scan0.o scan1.o set.o set_d.o set_f.o set_q.o set_si.o set_str.o set_ui.o setbit.o size.o sizeinbase.o sqrt.o sqrtrem.o stronglucas.o sub.o sub_ui.o swap.o tdiv_ui.o tdiv_q.o tdiv_q_2exp.o tdiv_q_ui.o tdiv_qr.o tdiv_qr_ui.o tdiv_r.o tdiv_r_2exp.o tdiv_r_ui.o tstbit.o ui_pow_ui.o ui_sub.o urandomb.o urandomm.o xor.o libtool: link: ranlib .libs/libmpz.a libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/mpz' Making all in mpq make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/mpq' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o abs.lo ../../../gmp/mpq/abs.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o aors.lo ../../../gmp/mpq/aors.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o canonicalize.lo ../../../gmp/mpq/canonicalize.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o clear.lo ../../../gmp/mpq/clear.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/aors.c -o aors.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/abs.c -o abs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/canonicalize.c -o canonicalize.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/clear.c -o clear.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o clears.lo ../../../gmp/mpq/clears.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp.lo ../../../gmp/mpq/cmp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/clears.c -o clears.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/cmp.c -o cmp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_si.lo ../../../gmp/mpq/cmp_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_ui.lo ../../../gmp/mpq/cmp_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/cmp_si.c -o cmp_si.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o div.lo ../../../gmp/mpq/div.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o equal.lo ../../../gmp/mpq/equal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/cmp_ui.c -o cmp_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_d.lo ../../../gmp/mpq/get_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/equal.c -o equal.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/div.c -o div.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/get_d.c -o get_d.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_den.lo ../../../gmp/mpq/get_den.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_num.lo ../../../gmp/mpq/get_num.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_str.lo ../../../gmp/mpq/get_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/get_den.c -o get_den.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o init.lo ../../../gmp/mpq/init.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/get_str.c -o get_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/get_num.c -o get_num.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/init.c -o init.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o inits.lo ../../../gmp/mpq/inits.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o inp_str.lo ../../../gmp/mpq/inp_str.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o inv.lo ../../../gmp/mpq/inv.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o md_2exp.lo ../../../gmp/mpq/md_2exp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/inits.c -o inits.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/inp_str.c -o inp_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/inv.c -o inv.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/md_2exp.c -o md_2exp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mul.lo ../../../gmp/mpq/mul.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o neg.lo ../../../gmp/mpq/neg.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o out_str.lo ../../../gmp/mpq/out_str.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set.lo ../../../gmp/mpq/set.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/neg.c -o neg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/mul.c -o mul.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/out_str.c -o out_str.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_den.lo ../../../gmp/mpq/set_den.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set.c -o set.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_num.lo ../../../gmp/mpq/set_num.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_si.lo ../../../gmp/mpq/set_si.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set_num.c -o set_num.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set_den.c -o set_den.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_str.lo ../../../gmp/mpq/set_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set_si.c -o set_si.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_ui.lo ../../../gmp/mpq/set_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_z.lo ../../../gmp/mpq/set_z.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set_str.c -o set_str.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_d.lo ../../../gmp/mpq/set_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set_z.c -o set_z.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set_ui.c -o set_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_f.lo ../../../gmp/mpq/set_f.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o swap.lo ../../../gmp/mpq/swap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set_d.c -o set_d.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/set_f.c -o set_f.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpq -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpq/swap.c -o swap.o /bin/sh ../libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -static-libstdc++ -static-libgcc -o libmpq.la abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo libtool: link: ar rc .libs/libmpq.a abs.o aors.o canonicalize.o clear.o clears.o cmp.o cmp_si.o cmp_ui.o div.o equal.o get_d.o get_den.o get_num.o get_str.o init.o inits.o inp_str.o inv.o md_2exp.o mul.o neg.o out_str.o set.o set_den.o set_num.o set_si.o set_str.o set_ui.o set_z.o set_d.o set_f.o swap.o libtool: link: ranlib .libs/libmpq.a libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/mpq' Making all in mpf make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/mpf' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o init.lo ../../../gmp/mpf/init.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o init2.lo ../../../gmp/mpf/init2.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o inits.lo ../../../gmp/mpf/inits.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set.lo ../../../gmp/mpf/set.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/init2.c -o init2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/init.c -o init.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/inits.c -o inits.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set.c -o set.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_ui.lo ../../../gmp/mpf/set_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_si.lo ../../../gmp/mpf/set_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_str.lo ../../../gmp/mpf/set_str.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_d.lo ../../../gmp/mpf/set_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_si.c -o set_si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_ui.c -o set_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_str.c -o set_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_d.c -o set_d.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_z.lo ../../../gmp/mpf/set_z.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_q.lo ../../../gmp/mpf/set_q.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_z.c -o set_z.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_q.c -o set_q.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset.lo ../../../gmp/mpf/iset.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset_ui.lo ../../../gmp/mpf/iset_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/iset.c -o iset.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset_si.lo ../../../gmp/mpf/iset_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset_str.lo ../../../gmp/mpf/iset_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/iset_ui.c -o iset_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/iset_si.c -o iset_si.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o iset_d.lo ../../../gmp/mpf/iset_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/iset_str.c -o iset_str.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o clear.lo ../../../gmp/mpf/clear.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o clears.lo ../../../gmp/mpf/clears.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_str.lo ../../../gmp/mpf/get_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/iset_d.c -o iset_d.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/clear.c -o clear.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/clears.c -o clears.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/get_str.c -o get_str.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o dump.lo ../../../gmp/mpf/dump.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o size.lo ../../../gmp/mpf/size.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o eq.lo ../../../gmp/mpf/eq.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/dump.c -o dump.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/size.c -o size.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o reldiff.lo ../../../gmp/mpf/reldiff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/eq.c -o eq.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sqrt.lo ../../../gmp/mpf/sqrt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/reldiff.c -o reldiff.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o random2.lo ../../../gmp/mpf/random2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/sqrt.c -o sqrt.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o inp_str.lo ../../../gmp/mpf/inp_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/random2.c -o random2.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o out_str.lo ../../../gmp/mpf/out_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/inp_str.c -o inp_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/out_str.c -o out_str.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o add.lo ../../../gmp/mpf/add.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o add_ui.lo ../../../gmp/mpf/add_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/add.c -o add.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sub.lo ../../../gmp/mpf/sub.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sub_ui.lo ../../../gmp/mpf/sub_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/add_ui.c -o add_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/sub.c -o sub.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/sub_ui.c -o sub_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o ui_sub.lo ../../../gmp/mpf/ui_sub.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mul.lo ../../../gmp/mpf/mul.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/ui_sub.c -o ui_sub.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mul_ui.lo ../../../gmp/mpf/mul_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o div.lo ../../../gmp/mpf/div.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/mul.c -o mul.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/mul_ui.c -o mul_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o div_ui.lo ../../../gmp/mpf/div_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/div.c -o div.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp.lo ../../../gmp/mpf/cmp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/div_ui.c -o div_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_d.lo ../../../gmp/mpf/cmp_d.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_z.lo ../../../gmp/mpf/cmp_z.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/cmp.c -o cmp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_si.lo ../../../gmp/mpf/cmp_si.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/cmp_z.c -o cmp_z.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/cmp_si.c -o cmp_si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/cmp_d.c -o cmp_d.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o cmp_ui.lo ../../../gmp/mpf/cmp_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o mul_2exp.lo ../../../gmp/mpf/mul_2exp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/cmp_ui.c -o cmp_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o div_2exp.lo ../../../gmp/mpf/div_2exp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o abs.lo ../../../gmp/mpf/abs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/mul_2exp.c -o mul_2exp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/div_2exp.c -o div_2exp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o neg.lo ../../../gmp/mpf/neg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/abs.c -o abs.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_d.lo ../../../gmp/mpf/get_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/neg.c -o neg.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_d_2exp.lo ../../../gmp/mpf/get_d_2exp.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_dfl_prec.lo ../../../gmp/mpf/set_dfl_prec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/get_d.c -o get_d.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/get_d_2exp.c -o get_d_2exp.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_prc.lo ../../../gmp/mpf/set_prc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_dfl_prec.c -o set_dfl_prec.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o set_prc_raw.lo ../../../gmp/mpf/set_prc_raw.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_dfl_prec.lo ../../../gmp/mpf/get_dfl_prec.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_prc.lo ../../../gmp/mpf/get_prc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_prc.c -o set_prc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/set_prc_raw.c -o set_prc_raw.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/get_dfl_prec.c -o get_dfl_prec.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/get_prc.c -o get_prc.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o ui_div.lo ../../../gmp/mpf/ui_div.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sqrt_ui.lo ../../../gmp/mpf/sqrt_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o pow_ui.lo ../../../gmp/mpf/pow_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o urandomb.lo ../../../gmp/mpf/urandomb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/ui_div.c -o ui_div.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/sqrt_ui.c -o sqrt_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/urandomb.c -o urandomb.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/pow_ui.c -o pow_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o swap.lo ../../../gmp/mpf/swap.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_si.lo ../../../gmp/mpf/get_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o get_ui.lo ../../../gmp/mpf/get_ui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o int_p.lo ../../../gmp/mpf/int_p.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/swap.c -o swap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/get_si.c -o get_si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/get_ui.c -o get_ui.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o ceilfloor.lo ../../../gmp/mpf/ceilfloor.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/int_p.c -o int_p.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o trunc.lo ../../../gmp/mpf/trunc.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_sint.lo ../../../gmp/mpf/fits_sint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/trunc.c -o trunc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/ceilfloor.c -o ceilfloor.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_slong.lo ../../../gmp/mpf/fits_slong.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/fits_sint.c -o fits_sint.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_sshort.lo ../../../gmp/mpf/fits_sshort.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_uint.lo ../../../gmp/mpf/fits_uint.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_ulong.lo ../../../gmp/mpf/fits_ulong.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/fits_slong.c -o fits_slong.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/fits_sshort.c -o fits_sshort.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/fits_uint.c -o fits_uint.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fits_ushort.lo ../../../gmp/mpf/fits_ushort.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/fits_ulong.c -o fits_ulong.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/mpf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/mpf/fits_ushort.c -o fits_ushort.o /bin/sh ../libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -static-libstdc++ -static-libgcc -o libmpf.la init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_z.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo libtool: link: ar rc .libs/libmpf.a init.o init2.o inits.o set.o set_ui.o set_si.o set_str.o set_d.o set_z.o set_q.o iset.o iset_ui.o iset_si.o iset_str.o iset_d.o clear.o clears.o get_str.o dump.o size.o eq.o reldiff.o sqrt.o random2.o inp_str.o out_str.o add.o add_ui.o sub.o sub_ui.o ui_sub.o mul.o mul_ui.o div.o div_ui.o cmp.o cmp_d.o cmp_z.o cmp_si.o cmp_ui.o mul_2exp.o div_2exp.o abs.o neg.o get_d.o get_d_2exp.o set_dfl_prec.o set_prc.o set_prc_raw.o get_dfl_prec.o get_prc.o ui_div.o sqrt_ui.o pow_ui.o urandomb.o swap.o get_si.o get_ui.o int_p.o ceilfloor.o trunc.o fits_sint.o fits_slong.o fits_sshort.o fits_uint.o fits_ulong.o fits_ushort.o libtool: link: ranlib .libs/libmpf.a libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/mpf' Making all in printf make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/printf' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o asprintf.lo ../../../gmp/printf/asprintf.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o asprntffuns.lo ../../../gmp/printf/asprntffuns.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o doprnt.lo ../../../gmp/printf/doprnt.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o doprntf.lo ../../../gmp/printf/doprntf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/asprintf.c -o asprintf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/asprntffuns.c -o asprntffuns.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/doprnt.c -o doprnt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/doprntf.c -o doprntf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o doprnti.lo ../../../gmp/printf/doprnti.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fprintf.lo ../../../gmp/printf/fprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/doprnti.c -o doprnti.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o obprintf.lo ../../../gmp/printf/obprintf.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o obvprintf.lo ../../../gmp/printf/obvprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/fprintf.c -o fprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o obprntffuns.lo ../../../gmp/printf/obprntffuns.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/obvprintf.c -o obvprintf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/obprintf.c -o obprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o printf.lo ../../../gmp/printf/printf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/obprntffuns.c -o obprntffuns.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o printffuns.lo ../../../gmp/printf/printffuns.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/printf.c -o printf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o snprintf.lo ../../../gmp/printf/snprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/printffuns.c -o printffuns.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o snprntffuns.lo ../../../gmp/printf/snprntffuns.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/snprintf.c -o snprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sprintf.lo ../../../gmp/printf/sprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/snprntffuns.c -o snprntffuns.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sprintffuns.lo ../../../gmp/printf/sprintffuns.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o vasprintf.lo ../../../gmp/printf/vasprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/sprintf.c -o sprintf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/sprintffuns.c -o sprintffuns.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o vfprintf.lo ../../../gmp/printf/vfprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/vasprintf.c -o vasprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o vprintf.lo ../../../gmp/printf/vprintf.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o vsnprintf.lo ../../../gmp/printf/vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/vfprintf.c -o vfprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o vsprintf.lo ../../../gmp/printf/vsprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/vprintf.c -o vprintf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/vsnprintf.c -o vsnprintf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/vsprintf.c -o vsprintf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o repl-vsnprintf.lo ../../../gmp/printf/repl-vsnprintf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/printf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/printf/repl-vsnprintf.c -o repl-vsnprintf.o /bin/sh ../libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -static-libstdc++ -static-libgcc -o libprintf.la asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo libtool: link: ar rc .libs/libprintf.a asprintf.o asprntffuns.o doprnt.o doprntf.o doprnti.o fprintf.o obprintf.o obvprintf.o obprntffuns.o printf.o printffuns.o snprintf.o snprntffuns.o sprintf.o sprintffuns.o vasprintf.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o repl-vsnprintf.o libtool: link: ranlib .libs/libprintf.a libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/printf' Making all in scanf make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/scanf' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o doscan.lo ../../../gmp/scanf/doscan.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fscanf.lo ../../../gmp/scanf/fscanf.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o fscanffuns.lo ../../../gmp/scanf/fscanffuns.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o scanf.lo ../../../gmp/scanf/scanf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/fscanf.c -o fscanf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/scanf.c -o scanf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/fscanffuns.c -o fscanffuns.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/doscan.c -o doscan.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sscanf.lo ../../../gmp/scanf/sscanf.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o sscanffuns.lo ../../../gmp/scanf/sscanffuns.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o vfscanf.lo ../../../gmp/scanf/vfscanf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/sscanf.c -o sscanf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/sscanffuns.c -o sscanffuns.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/vfscanf.c -o vfscanf.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o vscanf.lo ../../../gmp/scanf/vscanf.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o vsscanf.lo ../../../gmp/scanf/vsscanf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/vscanf.c -o vscanf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/scanf -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/scanf/vsscanf.c -o vsscanf.o /bin/sh ../libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -static-libstdc++ -static-libgcc -o libscanf.la doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo libtool: link: ar rc .libs/libscanf.a doscan.o fscanf.o fscanffuns.o scanf.o sscanf.o sscanffuns.o vfscanf.o vscanf.o vsscanf.o libtool: link: ranlib .libs/libscanf.a libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/scanf' Making all in rand make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/rand' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o rand.lo ../../../gmp/rand/rand.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randclr.lo ../../../gmp/rand/randclr.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randdef.lo ../../../gmp/rand/randdef.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randiset.lo ../../../gmp/rand/randiset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/rand.c -o rand.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randiset.c -o randiset.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randclr.c -o randclr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randdef.c -o randdef.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randlc2s.lo ../../../gmp/rand/randlc2s.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randlc2x.lo ../../../gmp/rand/randlc2x.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randlc2s.c -o randlc2s.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randmt.lo ../../../gmp/rand/randmt.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randmts.lo ../../../gmp/rand/randmts.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randlc2x.c -o randlc2x.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o rands.lo ../../../gmp/rand/rands.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randmt.c -o randmt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randmts.c -o randmts.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/rands.c -o rands.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randsd.lo ../../../gmp/rand/randsd.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randsdui.lo ../../../gmp/rand/randsdui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randbui.lo ../../../gmp/rand/randbui.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c -o randmui.lo ../../../gmp/rand/randmui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randsd.c -o randsd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randsdui.c -o randsdui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randbui.c -o randbui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../gmp/rand -I.. -D__GMP_WITHIN_GMP -I../../../gmp -DNO_ASM -mtune=generic -c ../../../gmp/rand/randmui.c -o randmui.o /bin/sh ../libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -static-libstdc++ -static-libgcc -o librandom.la rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo libtool: link: ar rc .libs/librandom.a rand.o randclr.o randdef.o randiset.o randlc2s.o randlc2x.o randmt.o randmts.o rands.o randsd.o randsdui.o randbui.o randmui.o libtool: link: ranlib .libs/librandom.a libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/rand' Making all in cxx make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/cxx' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/cxx' Making all in demos make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos' Making all in calc make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos/calc' make all-am make[7]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos/calc' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos/calc' make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos/calc' Making all in expr make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos/expr' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos/expr' make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos' make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/demos' Making all in tune make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tune' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/tune' Making all in doc make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/doc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/doc' make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o assert.lo ../../gmp/assert.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o compat.lo ../../gmp/compat.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o errno.lo ../../gmp/errno.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o extract-dbl.lo ../../gmp/extract-dbl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/compat.c -o compat.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/extract-dbl.c -o extract-dbl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/assert.c -o assert.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/errno.c -o errno.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o invalid.lo ../../gmp/invalid.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o memory.lo ../../gmp/memory.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o mp_bpl.lo ../../gmp/mp_bpl.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o mp_clz_tab.lo ../../gmp/mp_clz_tab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/invalid.c -o invalid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/memory.c -o memory.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/mp_bpl.c -o mp_bpl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/mp_clz_tab.c -o mp_clz_tab.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o mp_dv_tab.lo ../../gmp/mp_dv_tab.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o mp_minv_tab.lo ../../gmp/mp_minv_tab.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o mp_get_fns.lo ../../gmp/mp_get_fns.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o mp_set_fns.lo ../../gmp/mp_set_fns.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/mp_dv_tab.c -o mp_dv_tab.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/mp_minv_tab.c -o mp_minv_tab.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/mp_get_fns.c -o mp_get_fns.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/mp_set_fns.c -o mp_set_fns.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o version.lo ../../gmp/version.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o nextprime.lo ../../gmp/nextprime.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o primesieve.lo ../../gmp/primesieve.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c -o tal-reent.lo ../../gmp/tal-reent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/version.c -o version.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/nextprime.c -o nextprime.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/primesieve.c -o primesieve.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gmp -D__GMP_WITHIN_GMP -DNO_ASM -mtune=generic -c ../../gmp/tal-reent.c -o tal-reent.o /bin/sh ./libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -version-info 14:1:4 -static-libstdc++ -static-libgcc -o libgmp.la -rpath /home/lfs/build/x86_64/tools/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo version.lo nextprime.lo primesieve.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp_z.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/mfac_uiui.lo mpz/2fac_ui.lo mpz/fac_ui.lo mpz/oddfac_1.lo mpz/prodlimbs.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_q.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/limbs_finish.lo mpz/limbs_modify.lo mpz/limbs_read.lo mpz/limbs_write.lo mpz/lucmod.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/primorial_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/roinit_n.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/stronglucas.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/cnd_add_n.lo mpn/cnd_sub_n.lo mpn/cnd_swap.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/fib2m.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/mulmid_basecase.lo mpn/toom42_mulmid.lo mpn/mulmid_n.lo mpn/mulmid.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/sizeinbase.lo mpn/get_str.lo mpn/set_str.lo mpn/compute_powtab.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/zero_p.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/strongfibo.lo mpn/gcd_11.lo mpn/gcd_22.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/jacobi_2.lo mpn/jacobi.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/matrix22_mul1_inverse_vector.lo mpn/hgcd_matrix.lo mpn/hgcd2.lo mpn/hgcd_step.lo mpn/hgcd_reduce.lo mpn/hgcd.lo mpn/hgcd_appr.lo mpn/hgcd2_jacobi.lo mpn/hgcd_jacobi.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/sqrlo.lo mpn/sqrlo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom54_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/div_qr_1.lo mpn/div_qr_1n_pi1.lo mpn/div_qr_2.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/sbpi1_bdiv_r.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/broot.lo mpn/brootinv.lo mpn/bsqrt.lo mpn/bsqrtinv.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/sec_powm.lo mpn/sec_mul.lo mpn/sec_sqr.lo mpn/sec_div_qr.lo mpn/sec_div_r.lo mpn/sec_pi1_div_qr.lo mpn/sec_pi1_div_r.lo mpn/sec_add_1.lo mpn/sec_sub_1.lo mpn/sec_invert.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo mpn/sec_tabselect.lo mpn/comb_tables.lo mpn/add_n_sub_n.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo rand/rand.lo rand/randclr.lo rand/randdef.lo rand/randiset.lo rand/randlc2s.lo rand/randlc2x.lo rand/randmt.lo rand/randmts.lo rand/rands.lo rand/randsd.lo rand/randsdui.lo rand/randbui.lo rand/randmui.lo copying selected object files to avoid basename conflicts... libtool: link: ln mpz/abs.o .libs/libgmp.lax/lt1-abs.o || cp mpz/abs.o .libs/libgmp.lax/lt1-abs.o libtool: link: ln mpz/add.o .libs/libgmp.lax/lt2-add.o || cp mpz/add.o .libs/libgmp.lax/lt2-add.o libtool: link: ln mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o || cp mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o libtool: link: ln mpz/clear.o .libs/libgmp.lax/lt4-clear.o || cp mpz/clear.o .libs/libgmp.lax/lt4-clear.o libtool: link: ln mpz/clears.o .libs/libgmp.lax/lt5-clears.o || cp mpz/clears.o .libs/libgmp.lax/lt5-clears.o libtool: link: ln mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o || cp mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o libtool: link: ln mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o || cp mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o libtool: link: ln mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o || cp mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o libtool: link: ln mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o || cp mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o libtool: link: ln mpz/dump.o .libs/libgmp.lax/lt10-dump.o || cp mpz/dump.o .libs/libgmp.lax/lt10-dump.o libtool: link: ln mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o || cp mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o libtool: link: ln mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o || cp mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o libtool: link: ln mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o || cp mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o libtool: link: ln mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o || cp mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o libtool: link: ln mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o || cp mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o libtool: link: ln mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o || cp mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o libtool: link: ln mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o || cp mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o libtool: link: ln mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o || cp mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o libtool: link: ln mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o || cp mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o libtool: link: ln mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o || cp mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o libtool: link: ln mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o || cp mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o libtool: link: ln mpz/init.o .libs/libgmp.lax/lt22-init.o || cp mpz/init.o .libs/libgmp.lax/lt22-init.o libtool: link: ln mpz/init2.o .libs/libgmp.lax/lt23-init2.o || cp mpz/init2.o .libs/libgmp.lax/lt23-init2.o libtool: link: ln mpz/inits.o .libs/libgmp.lax/lt24-inits.o || cp mpz/inits.o .libs/libgmp.lax/lt24-inits.o libtool: link: ln mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o || cp mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o libtool: link: ln mpz/iset.o .libs/libgmp.lax/lt26-iset.o || cp mpz/iset.o .libs/libgmp.lax/lt26-iset.o libtool: link: ln mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o || cp mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o libtool: link: ln mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o || cp mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o libtool: link: ln mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o || cp mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o libtool: link: ln mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o || cp mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o libtool: link: ln mpz/mul.o .libs/libgmp.lax/lt31-mul.o || cp mpz/mul.o .libs/libgmp.lax/lt31-mul.o libtool: link: ln mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o || cp mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o libtool: link: ln mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o || cp mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o libtool: link: ln mpz/neg.o .libs/libgmp.lax/lt34-neg.o || cp mpz/neg.o .libs/libgmp.lax/lt34-neg.o libtool: link: ln mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o || cp mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o libtool: link: ln mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o || cp mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o libtool: link: ln mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o || cp mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o libtool: link: ln mpz/random2.o .libs/libgmp.lax/lt38-random2.o || cp mpz/random2.o .libs/libgmp.lax/lt38-random2.o libtool: link: ln mpz/set.o .libs/libgmp.lax/lt39-set.o || cp mpz/set.o .libs/libgmp.lax/lt39-set.o libtool: link: ln mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o || cp mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o libtool: link: ln mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o || cp mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o libtool: link: ln mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o || cp mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o libtool: link: ln mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o || cp mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o libtool: link: ln mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o || cp mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o libtool: link: ln mpz/size.o .libs/libgmp.lax/lt45-size.o || cp mpz/size.o .libs/libgmp.lax/lt45-size.o libtool: link: ln mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o || cp mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o libtool: link: ln mpz/sub.o .libs/libgmp.lax/lt47-sub.o || cp mpz/sub.o .libs/libgmp.lax/lt47-sub.o libtool: link: ln mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o || cp mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o libtool: link: ln mpz/swap.o .libs/libgmp.lax/lt49-swap.o || cp mpz/swap.o .libs/libgmp.lax/lt49-swap.o libtool: link: ln mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o || cp mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o libtool: link: ln mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o || cp mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o libtool: link: ln mpq/abs.o .libs/libgmp.lax/lt52-abs.o || cp mpq/abs.o .libs/libgmp.lax/lt52-abs.o libtool: link: ln mpq/clear.o .libs/libgmp.lax/lt53-clear.o || cp mpq/clear.o .libs/libgmp.lax/lt53-clear.o libtool: link: ln mpq/clears.o .libs/libgmp.lax/lt54-clears.o || cp mpq/clears.o .libs/libgmp.lax/lt54-clears.o libtool: link: ln mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o || cp mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o libtool: link: ln mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o || cp mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o libtool: link: ln mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o || cp mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o libtool: link: ln mpq/div.o .libs/libgmp.lax/lt58-div.o || cp mpq/div.o .libs/libgmp.lax/lt58-div.o libtool: link: ln mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o || cp mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o libtool: link: ln mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o || cp mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o libtool: link: ln mpq/init.o .libs/libgmp.lax/lt61-init.o || cp mpq/init.o .libs/libgmp.lax/lt61-init.o libtool: link: ln mpq/inits.o .libs/libgmp.lax/lt62-inits.o || cp mpq/inits.o .libs/libgmp.lax/lt62-inits.o libtool: link: ln mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o || cp mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o libtool: link: ln mpq/mul.o .libs/libgmp.lax/lt64-mul.o || cp mpq/mul.o .libs/libgmp.lax/lt64-mul.o libtool: link: ln mpq/neg.o .libs/libgmp.lax/lt65-neg.o || cp mpq/neg.o .libs/libgmp.lax/lt65-neg.o libtool: link: ln mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o || cp mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o libtool: link: ln mpq/set.o .libs/libgmp.lax/lt67-set.o || cp mpq/set.o .libs/libgmp.lax/lt67-set.o libtool: link: ln mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o || cp mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o libtool: link: ln mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o || cp mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o libtool: link: ln mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o || cp mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o libtool: link: ln mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o || cp mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o libtool: link: ln mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o || cp mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o libtool: link: ln mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o || cp mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o libtool: link: ln mpq/swap.o .libs/libgmp.lax/lt74-swap.o || cp mpq/swap.o .libs/libgmp.lax/lt74-swap.o libtool: link: ln mpn/add.o .libs/libgmp.lax/lt75-add.o || cp mpn/add.o .libs/libgmp.lax/lt75-add.o libtool: link: ln mpn/sub.o .libs/libgmp.lax/lt76-sub.o || cp mpn/sub.o .libs/libgmp.lax/lt76-sub.o libtool: link: ln mpn/neg.o .libs/libgmp.lax/lt77-neg.o || cp mpn/neg.o .libs/libgmp.lax/lt77-neg.o libtool: link: ln mpn/com.o .libs/libgmp.lax/lt78-com.o || cp mpn/com.o .libs/libgmp.lax/lt78-com.o libtool: link: ln mpn/divis.o .libs/libgmp.lax/lt79-divis.o || cp mpn/divis.o .libs/libgmp.lax/lt79-divis.o libtool: link: ln mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o || cp mpn/fib2_ui.o .libs/libgmp.lax/lt80-fib2_ui.o libtool: link: ln mpn/dump.o .libs/libgmp.lax/lt81-dump.o || cp mpn/dump.o .libs/libgmp.lax/lt81-dump.o libtool: link: ln mpn/mul.o .libs/libgmp.lax/lt82-mul.o || cp mpn/mul.o .libs/libgmp.lax/lt82-mul.o libtool: link: ln mpn/random.o .libs/libgmp.lax/lt83-random.o || cp mpn/random.o .libs/libgmp.lax/lt83-random.o libtool: link: ln mpn/random2.o .libs/libgmp.lax/lt84-random2.o || cp mpn/random2.o .libs/libgmp.lax/lt84-random2.o libtool: link: ln mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o || cp mpn/rootrem.o .libs/libgmp.lax/lt85-rootrem.o libtool: link: ln mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o || cp mpn/sqrtrem.o .libs/libgmp.lax/lt86-sqrtrem.o libtool: link: ln mpn/sizeinbase.o .libs/libgmp.lax/lt87-sizeinbase.o || cp mpn/sizeinbase.o .libs/libgmp.lax/lt87-sizeinbase.o libtool: link: ln mpn/get_str.o .libs/libgmp.lax/lt88-get_str.o || cp mpn/get_str.o .libs/libgmp.lax/lt88-get_str.o libtool: link: ln mpn/set_str.o .libs/libgmp.lax/lt89-set_str.o || cp mpn/set_str.o .libs/libgmp.lax/lt89-set_str.o libtool: link: ln mpn/scan0.o .libs/libgmp.lax/lt90-scan0.o || cp mpn/scan0.o .libs/libgmp.lax/lt90-scan0.o libtool: link: ln mpn/scan1.o .libs/libgmp.lax/lt91-scan1.o || cp mpn/scan1.o .libs/libgmp.lax/lt91-scan1.o libtool: link: ln mpn/popcount.o .libs/libgmp.lax/lt92-popcount.o || cp mpn/popcount.o .libs/libgmp.lax/lt92-popcount.o libtool: link: ln mpn/hamdist.o .libs/libgmp.lax/lt93-hamdist.o || cp mpn/hamdist.o .libs/libgmp.lax/lt93-hamdist.o libtool: link: ln mpn/cmp.o .libs/libgmp.lax/lt94-cmp.o || cp mpn/cmp.o .libs/libgmp.lax/lt94-cmp.o libtool: link: ln mpn/perfsqr.o .libs/libgmp.lax/lt95-perfsqr.o || cp mpn/perfsqr.o .libs/libgmp.lax/lt95-perfsqr.o libtool: link: ln mpn/perfpow.o .libs/libgmp.lax/lt96-perfpow.o || cp mpn/perfpow.o .libs/libgmp.lax/lt96-perfpow.o libtool: link: ln mpn/gcd.o .libs/libgmp.lax/lt97-gcd.o || cp mpn/gcd.o .libs/libgmp.lax/lt97-gcd.o libtool: link: ln mpn/gcdext.o .libs/libgmp.lax/lt98-gcdext.o || cp mpn/gcdext.o .libs/libgmp.lax/lt98-gcdext.o libtool: link: ln mpn/tdiv_qr.o .libs/libgmp.lax/lt99-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libgmp.lax/lt99-tdiv_qr.o libtool: link: ln mpn/jacobi.o .libs/libgmp.lax/lt100-jacobi.o || cp mpn/jacobi.o .libs/libgmp.lax/lt100-jacobi.o libtool: link: ln mpn/get_d.o .libs/libgmp.lax/lt101-get_d.o || cp mpn/get_d.o .libs/libgmp.lax/lt101-get_d.o libtool: link: ln mpn/invert.o .libs/libgmp.lax/lt102-invert.o || cp mpn/invert.o .libs/libgmp.lax/lt102-invert.o libtool: link: ln mpn/divexact.o .libs/libgmp.lax/lt103-divexact.o || cp mpn/divexact.o .libs/libgmp.lax/lt103-divexact.o libtool: link: ln mpn/powm.o .libs/libgmp.lax/lt104-powm.o || cp mpn/powm.o .libs/libgmp.lax/lt104-powm.o libtool: link: ln mpn/remove.o .libs/libgmp.lax/lt105-remove.o || cp mpn/remove.o .libs/libgmp.lax/lt105-remove.o libtool: link: ar rc .libs/libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o version.o nextprime.o primesieve.o tal-reent.o mpf/init.o mpf/init2.o mpf/inits.o mpf/set.o mpf/set_ui.o mpf/set_si.o mpf/set_str.o mpf/set_d.o mpf/set_z.o mpf/iset.o mpf/iset_ui.o mpf/iset_si.o mpf/iset_str.o mpf/iset_d.o mpf/clear.o mpf/clears.o mpf/get_str.o mpf/dump.o mpf/size.o mpf/eq.o mpf/reldiff.o mpf/sqrt.o mpf/random2.o mpf/inp_str.o mpf/out_str.o mpf/add.o mpf/add_ui.o mpf/sub.o mpf/sub_ui.o mpf/ui_sub.o mpf/mul.o mpf/mul_ui.o mpf/div.o mpf/div_ui.o mpf/cmp_z.o mpf/cmp.o mpf/cmp_d.o mpf/cmp_ui.o mpf/cmp_si.o mpf/mul_2exp.o mpf/div_2exp.o mpf/abs.o mpf/neg.o mpf/set_q.o mpf/get_d.o mpf/get_d_2exp.o mpf/set_dfl_prec.o mpf/set_prc.o mpf/set_prc_raw.o mpf/get_dfl_prec.o mpf/get_prc.o mpf/ui_div.o mpf/sqrt_ui.o mpf/ceilfloor.o mpf/trunc.o mpf/pow_ui.o mpf/urandomb.o mpf/swap.o mpf/fits_sint.o mpf/fits_slong.o mpf/fits_sshort.o mpf/fits_uint.o mpf/fits_ulong.o mpf/fits_ushort.o mpf/get_si.o mpf/get_ui.o mpf/int_p.o .libs/libgmp.lax/lt1-abs.o .libs/libgmp.lax/lt2-add.o .libs/libgmp.lax/lt3-add_ui.o mpz/aorsmul.o mpz/aorsmul_i.o mpz/and.o mpz/array_init.o mpz/bin_ui.o mpz/bin_uiui.o mpz/cdiv_q.o mpz/cdiv_q_ui.o mpz/cdiv_qr.o mpz/cdiv_qr_ui.o mpz/cdiv_r.o mpz/cdiv_r_ui.o mpz/cdiv_ui.o mpz/cfdiv_q_2exp.o mpz/cfdiv_r_2exp.o .libs/libgmp.lax/lt4-clear.o .libs/libgmp.lax/lt5-clears.o mpz/clrbit.o .libs/libgmp.lax/lt6-cmp.o .libs/libgmp.lax/lt7-cmp_d.o .libs/libgmp.lax/lt8-cmp_si.o .libs/libgmp.lax/lt9-cmp_ui.o mpz/cmpabs.o mpz/cmpabs_d.o mpz/cmpabs_ui.o mpz/com.o mpz/combit.o mpz/cong.o mpz/cong_2exp.o mpz/cong_ui.o mpz/divexact.o mpz/divegcd.o mpz/dive_ui.o mpz/divis.o mpz/divis_ui.o mpz/divis_2exp.o .libs/libgmp.lax/lt10-dump.o mpz/export.o mpz/mfac_uiui.o mpz/2fac_ui.o mpz/fac_ui.o mpz/oddfac_1.o mpz/prodlimbs.o mpz/fdiv_q_ui.o mpz/fdiv_qr.o mpz/fdiv_qr_ui.o mpz/fdiv_r.o mpz/fdiv_r_ui.o mpz/fdiv_q.o mpz/fdiv_ui.o mpz/fib_ui.o mpz/fib2_ui.o .libs/libgmp.lax/lt11-fits_sint.o .libs/libgmp.lax/lt12-fits_slong.o .libs/libgmp.lax/lt13-fits_sshort.o .libs/libgmp.lax/lt14-fits_uint.o .libs/libgmp.lax/lt15-fits_ulong.o .libs/libgmp.lax/lt16-fits_ushort.o mpz/gcd.o mpz/gcd_ui.o mpz/gcdext.o .libs/libgmp.lax/lt17-get_d.o .libs/libgmp.lax/lt18-get_d_2exp.o .libs/libgmp.lax/lt19-get_si.o .libs/libgmp.lax/lt20-get_str.o .libs/libgmp.lax/lt21-get_ui.o mpz/getlimbn.o mpz/hamdist.o mpz/import.o .libs/libgmp.lax/lt22-init.o .libs/libgmp.lax/lt23-init2.o .libs/libgmp.lax/lt24-inits.o mpz/inp_raw.o .libs/libgmp.lax/lt25-inp_str.o mpz/invert.o mpz/ior.o .libs/libgmp.lax/lt26-iset.o .libs/libgmp.lax/lt27-iset_d.o .libs/libgmp.lax/lt28-iset_si.o .libs/libgmp.lax/lt29-iset_str.o .libs/libgmp.lax/lt30-iset_ui.o mpz/jacobi.o mpz/kronsz.o mpz/kronuz.o mpz/kronzs.o mpz/kronzu.o mpz/lcm.o mpz/lcm_ui.o mpz/limbs_finish.o mpz/limbs_modify.o mpz/limbs_read.o mpz/limbs_write.o mpz/lucmod.o mpz/lucnum_ui.o mpz/lucnum2_ui.o mpz/millerrabin.o mpz/mod.o .libs/libgmp.lax/lt31-mul.o .libs/libgmp.lax/lt32-mul_2exp.o mpz/mul_si.o .libs/libgmp.lax/lt33-mul_ui.o mpz/n_pow_ui.o .libs/libgmp.lax/lt34-neg.o .libs/libgmp.lax/lt35-nextprime.o mpz/out_raw.o .libs/libgmp.lax/lt36-out_str.o mpz/perfpow.o mpz/perfsqr.o mpz/popcount.o .libs/libgmp.lax/lt37-pow_ui.o mpz/powm.o mpz/powm_sec.o mpz/powm_ui.o mpz/primorial_ui.o mpz/pprime_p.o mpz/random.o .libs/libgmp.lax/lt38-random2.o mpz/realloc.o mpz/realloc2.o mpz/remove.o mpz/roinit_n.o mpz/root.o mpz/rootrem.o mpz/rrandomb.o mpz/scan0.o mpz/scan1.o .libs/libgmp.lax/lt39-set.o .libs/libgmp.lax/lt40-set_d.o mpz/set_f.o .libs/libgmp.lax/lt41-set_q.o .libs/libgmp.lax/lt42-set_si.o .libs/libgmp.lax/lt43-set_str.o .libs/libgmp.lax/lt44-set_ui.o mpz/setbit.o .libs/libgmp.lax/lt45-size.o mpz/sizeinbase.o .libs/libgmp.lax/lt46-sqrt.o mpz/sqrtrem.o mpz/stronglucas.o .libs/libgmp.lax/lt47-sub.o .libs/libgmp.lax/lt48-sub_ui.o .libs/libgmp.lax/lt49-swap.o mpz/tdiv_ui.o mpz/tdiv_q.o mpz/tdiv_q_2exp.o mpz/tdiv_q_ui.o mpz/tdiv_qr.o mpz/tdiv_qr_ui.o mpz/tdiv_r.o mpz/tdiv_r_2exp.o mpz/tdiv_r_ui.o mpz/tstbit.o mpz/ui_pow_ui.o .libs/libgmp.lax/lt50-ui_sub.o .libs/libgmp.lax/lt51-urandomb.o mpz/urandomm.o mpz/xor.o .libs/libgmp.lax/lt52-abs.o mpq/aors.o mpq/canonicalize.o .libs/libgmp.lax/lt53-clear.o .libs/libgmp.lax/lt54-clears.o .libs/libgmp.lax/lt55-cmp.o .libs/libgmp.lax/lt56-cmp_si.o .libs/libgmp.lax/lt57-cmp_ui.o .libs/libgmp.lax/lt58-div.o .libs/libgmp.lax/lt59-get_d.o mpq/get_den.o mpq/get_num.o .libs/libgmp.lax/lt60-get_str.o .libs/libgmp.lax/lt61-init.o .libs/libgmp.lax/lt62-inits.o .libs/libgmp.lax/lt63-inp_str.o mpq/inv.o mpq/md_2exp.o .libs/libgmp.lax/lt64-mul.o .libs/libgmp.lax/lt65-neg.o .libs/libgmp.lax/lt66-out_str.o .libs/libgmp.lax/lt67-set.o mpq/set_den.o mpq/set_num.o .libs/libgmp.lax/lt68-set_si.o .libs/libgmp.lax/lt69-set_str.o .libs/libgmp.lax/lt70-set_ui.o mpq/equal.o .libs/libgmp.lax/lt71-set_z.o .libs/libgmp.lax/lt72-set_d.o .libs/libgmp.lax/lt73-set_f.o .libs/libgmp.lax/lt74-swap.o mpn/fib_table.o mpn/mp_bases.o .libs/libgmp.lax/lt75-add.o mpn/add_1.o mpn/add_n.o .libs/libgmp.lax/lt76-sub.o mpn/sub_1.o mpn/sub_n.o mpn/cnd_add_n.o mpn/cnd_sub_n.o mpn/cnd_swap.o .libs/libgmp.lax/lt77-neg.o .libs/libgmp.lax/lt78-com.o mpn/mul_1.o mpn/addmul_1.o mpn/submul_1.o mpn/add_err1_n.o mpn/add_err2_n.o mpn/add_err3_n.o mpn/sub_err1_n.o mpn/sub_err2_n.o mpn/sub_err3_n.o mpn/lshift.o mpn/rshift.o mpn/dive_1.o mpn/diveby3.o .libs/libgmp.lax/lt79-divis.o mpn/divrem.o mpn/divrem_1.o mpn/divrem_2.o .libs/libgmp.lax/lt80-fib2_ui.o mpn/fib2m.o mpn/mod_1.o mpn/mod_34lsub1.o mpn/mode1o.o mpn/pre_divrem_1.o mpn/pre_mod_1.o .libs/libgmp.lax/lt81-dump.o mpn/mod_1_1.o mpn/mod_1_2.o mpn/mod_1_3.o mpn/mod_1_4.o mpn/lshiftc.o .libs/libgmp.lax/lt82-mul.o mpn/mul_fft.o mpn/mul_n.o mpn/sqr.o mpn/mul_basecase.o mpn/sqr_basecase.o mpn/nussbaumer_mul.o mpn/mulmid_basecase.o mpn/toom42_mulmid.o mpn/mulmid_n.o mpn/mulmid.o .libs/libgmp.lax/lt83-random.o .libs/libgmp.lax/lt84-random2.o mpn/pow_1.o .libs/libgmp.lax/lt85-rootrem.o .libs/libgmp.lax/lt86-sqrtrem.o .libs/libgmp.lax/lt87-sizeinbase.o .libs/libgmp.lax/lt88-get_str.o .libs/libgmp.lax/lt89-set_str.o mpn/compute_powtab.o .libs/libgmp.lax/lt90-scan0.o .libs/libgmp.lax/lt91-scan1.o .libs/libgmp.lax/lt92-popcount.o .libs/libgmp.lax/lt93-hamdist.o .libs/libgmp.lax/lt94-cmp.o mpn/zero_p.o .libs/libgmp.lax/lt95-perfsqr.o .libs/libgmp.lax/lt96-perfpow.o mpn/strongfibo.o mpn/gcd_11.o mpn/gcd_22.o mpn/gcd_1.o .libs/libgmp.lax/lt97-gcd.o mpn/gcdext_1.o .libs/libgmp.lax/lt98-gcdext.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/div_q.o .libs/libgmp.lax/lt99-tdiv_qr.o mpn/jacbase.o mpn/jacobi_2.o .libs/libgmp.lax/lt100-jacobi.o .libs/libgmp.lax/lt101-get_d.o mpn/matrix22_mul.o mpn/matrix22_mul1_inverse_vector.o mpn/hgcd_matrix.o mpn/hgcd2.o mpn/hgcd_step.o mpn/hgcd_reduce.o mpn/hgcd.o mpn/hgcd_appr.o mpn/hgcd2_jacobi.o mpn/hgcd_jacobi.o mpn/mullo_n.o mpn/mullo_basecase.o mpn/sqrlo.o mpn/sqrlo_basecase.o mpn/toom22_mul.o mpn/toom32_mul.o mpn/toom42_mul.o mpn/toom52_mul.o mpn/toom62_mul.o mpn/toom33_mul.o mpn/toom43_mul.o mpn/toom53_mul.o mpn/toom54_mul.o mpn/toom63_mul.o mpn/toom44_mul.o mpn/toom6h_mul.o mpn/toom6_sqr.o mpn/toom8h_mul.o mpn/toom8_sqr.o mpn/toom_couple_handling.o mpn/toom2_sqr.o mpn/toom3_sqr.o mpn/toom4_sqr.o mpn/toom_eval_dgr3_pm1.o mpn/toom_eval_dgr3_pm2.o mpn/toom_eval_pm1.o mpn/toom_eval_pm2.o mpn/toom_eval_pm2exp.o mpn/toom_eval_pm2rexp.o mpn/toom_interpolate_5pts.o mpn/toom_interpolate_6pts.o mpn/toom_interpolate_7pts.o mpn/toom_interpolate_8pts.o mpn/toom_interpolate_12pts.o mpn/toom_interpolate_16pts.o mpn/invertappr.o .libs/libgmp.lax/lt102-invert.o mpn/binvert.o mpn/mulmod_bnm1.o mpn/sqrmod_bnm1.o mpn/div_qr_1.o mpn/div_qr_1n_pi1.o mpn/div_qr_2.o mpn/div_qr_2n_pi1.o mpn/div_qr_2u_pi1.o mpn/sbpi1_div_q.o mpn/sbpi1_div_qr.o mpn/sbpi1_divappr_q.o mpn/dcpi1_div_q.o mpn/dcpi1_div_qr.o mpn/dcpi1_divappr_q.o mpn/mu_div_qr.o mpn/mu_divappr_q.o mpn/mu_div_q.o mpn/bdiv_q_1.o mpn/sbpi1_bdiv_q.o mpn/sbpi1_bdiv_qr.o mpn/sbpi1_bdiv_r.o mpn/dcpi1_bdiv_q.o mpn/dcpi1_bdiv_qr.o mpn/mu_bdiv_q.o mpn/mu_bdiv_qr.o mpn/bdiv_q.o mpn/bdiv_qr.o mpn/broot.o mpn/brootinv.o mpn/bsqrt.o mpn/bsqrtinv.o .libs/libgmp.lax/lt103-divexact.o mpn/bdiv_dbm1c.o mpn/redc_1.o mpn/redc_2.o mpn/redc_n.o .libs/libgmp.lax/lt104-powm.o mpn/powlo.o mpn/sec_powm.o mpn/sec_mul.o mpn/sec_sqr.o mpn/sec_div_qr.o mpn/sec_div_r.o mpn/sec_pi1_div_qr.o mpn/sec_pi1_div_r.o mpn/sec_add_1.o mpn/sec_sub_1.o mpn/sec_invert.o mpn/trialdiv.o .libs/libgmp.lax/lt105-remove.o mpn/and_n.o mpn/andn_n.o mpn/nand_n.o mpn/ior_n.o mpn/iorn_n.o mpn/nior_n.o mpn/xor_n.o mpn/xnor_n.o mpn/copyi.o mpn/copyd.o mpn/zero.o mpn/sec_tabselect.o mpn/comb_tables.o mpn/add_n_sub_n.o printf/asprintf.o printf/asprntffuns.o printf/doprnt.o printf/doprntf.o printf/doprnti.o printf/fprintf.o printf/obprintf.o printf/obvprintf.o printf/obprntffuns.o printf/printf.o printf/printffuns.o printf/snprintf.o printf/snprntffuns.o printf/sprintf.o printf/sprintffuns.o printf/vasprintf.o printf/vfprintf.o printf/vprintf.o printf/vsnprintf.o printf/vsprintf.o printf/repl-vsnprintf.o scanf/doscan.o scanf/fscanf.o scanf/fscanffuns.o scanf/scanf.o scanf/sscanf.o scanf/sscanffuns.o scanf/vfscanf.o scanf/vscanf.o scanf/vsscanf.o rand/rand.o rand/randclr.o rand/randdef.o rand/randiset.o rand/randlc2s.o rand/randlc2x.o rand/randmt.o rand/randmts.o rand/rands.o rand/randsd.o rand/randsdui.o rand/randbui.o rand/randmui.o libtool: link: ranlib .libs/libgmp.a libtool: link: rm -fr .libs/libgmp.lax libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp' mkdir -p -- ./mpfr mkdir -p -- ./isl Configuring in ./mpfr Configuring in ./isl configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for x86_64-pc-linux-gnu-gcc... gcc checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-pc-linux-gnu checking host system type... checking whether the C compiler works... x86_64-pc-linux-gnu checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether configure options are compatible... yes checking for x86_64-pc-linux-gnu-gcc... gcc checking whether the C compiler works... checking whether we are cross compiling... yes checking for C compiler default output file name... a.out checking for suffix of executables... no checking for suffix of object files... o checking whether we are using the GNU C compiler... checking whether we are cross compiling... yes checking whether gcc accepts -g... no checking for suffix of object files... yes checking for gcc option to accept ISO C89... o checking whether we are using the GNU C compiler... none needed checking whether gcc understands -c and -o together... yes checking whether gcc accepts -g... yes yes checking for gcc option to accept ISO C89... checking for style of include used by make... GNU checking dependency style of gcc... none needed checking whether gcc understands -c and -o together... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E gcc3 checking for C compiler vendor... checking for x86_64-pc-linux-gnu-ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... (cached) ar checking for archiver @FILE support... gnu checking build system type... @ checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether the compiler supports function __attribute__((__warn_unused_result__))... yes checking for __attribute__... yes checking whether g++ supports C++11 features by default... ok checking for sysroot... /home/lfs/build/x86_64 checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for x86_64-pc-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... yes checking for grep that handles long lines and -e... /usr/bin/grep no checking for ANSI C header files... checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... yes checking for sys/types.h... yes checking for sys/stat.h... ok checking for sysroot... /home/lfs/build/x86_64 checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... yes /usr/bin/dd bs=4096 count=1 checking for stdlib.h... checking for x86_64-pc-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... yes checking for string.h... gcc -E yes checking for memory.h... checking for ANSI C header files... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/stat.h... yes checking for dlfcn.h... yes checking for stdlib.h... yes yes checking for objdir... .libs checking for string.h... yes checking for memory.h... checking if gcc supports -fno-rtti -fno-exceptions... yes checking for strings.h... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking for inttypes.h... yes checking if gcc static flag -static works... yes checking for stdint.h... yes checking for unistd.h... yes checking if gcc supports -c -o file.o... yes checking for dlfcn.h... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... yes checking for objdir... .libs GNU/Linux ld.so 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 for non-MS-Windows ICC... checking if gcc supports -fno-rtti -fno-exceptions... no checking for an ANSI C-conforming const... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking for working volatile... yes checking if gcc static flag -static works... yes checking whether byte ordering is bigendian... yes checking if gcc supports -c -o file.o... no checking for library containing clock_gettime... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... none required checking whether --disable-new-dtags is supported by the linker... yes checking dynamic linker characteristics... yes (use it since LD_LIBRARY_PATH is set) checking for main in -lm... GNU/Linux ld.so 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 how to run the C++ preprocessor... yes checking for main in -lquadmath... g++ -E yes checking whether time.h and sys/time.h may both be included... yes checking for size_t... checking for ld used by g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking float.h usability... yes checking float.h presence... checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking for float.h... yes checking for string.h... (cached) yes checking locale.h usability... yes checking if g++ static flag -static works... yes checking locale.h presence... yes checking for locale.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking stdarg.h usability... yes checking if g++ supports -c -o file.o... yes checking stdarg.h presence... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) yes checking for stdarg.h... yes GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking sys/time.h usability... checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for a Python interpreter with version >= 2.5... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/fpu.h usability... no checking sys/fpu.h presence... no checking for sys/fpu.h... no checking for struct lconv.decimal_point... yes checking for struct lconv.thousands_sep... yes checking for working alloca.h... yes checking for alloca... yes checking for uintptr_t... yes checking how to copy va_list... va_copy checking for setlocale... yes checking for gettimeofday... yes checking for signal... yes checking for sigaction and its associated structure... python3 checking for python3... /usr/bin/python3 checking for python3 version... 3.9 checking for python3 platform... yes checking for long long int... linux checking for python3 script directory... yes checking for intmax_t... yes checking for working INTMAX_MAX... yes checking for union fpc_csr... no checking for _Noreturn... yes checking for __builtin_unreachable... yes checking for constructor and destructor attributes... yes checking for fesetround... ${prefix}/lib/python3.9/site-packages checking for python3 extension module directory... yes checking for gcc float-conversion bug... ${exec_prefix}/lib/python3.9/site-packages checking for cygpath... no checking for perl... perl checking for pdflatex... no checking for pod2html... pod2html checking for stdint types... no checking for subnormal double-precision numbers... stdint.h (shortcircuit) make use of stdint.h in include/isl/stdint.h (assuming C99 compatible system) yes checking for subnormal single-precision numbers... yes checking for signed zeros... yes checking if the FP division by 0 fails... no checking if NAN == NAN... configure: gmp sources in /home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp checking which gmp to use... build checking whether mp_get_memory_functions is declared... no checking if charset has consecutive values... yes checking whether ffs is declared... yes checking for math/round... yes checking whether __builtin_ffs is declared... yes checking for math/trunc... yes checking whether _BitScanForward is declared... no checking whether strcasecmp is declared... yes checking for math/floor... yes checking whether strncasecmp is declared... yes checking whether _stricmp is declared... yes checking for math/ceil... no checking whether _strnicmp is declared... no checking whether snprintf is declared... yes checking for math/nearbyint... yes checking whether _snprintf is declared... no checking which clang to use... no checking for C compiler vendor... (cached) gnu checking our pkgconfig libname... isl checking our pkgconfig version... 0.22.1 checking our pkgconfig_libdir... yes ${libdir}/pkgconfig checking for _mulx_u64... expanded our pkgconfig_libdir... /home/lfs/build/x86_64/tools/lib/pkgconfig checking our pkgconfig_libfile... isl.pc checking our package / suffix... isl / checking our pkgconfig description... isl Library checking our pkgconfig requires... checking our pkgconfig ext libs... -lisl /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la checking our pkgconfig cppflags... -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp checking our pkgconfig ldflags... noninstalled pkgconfig -L /home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl/.libs noninstalled pkgconfig -I /home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl/../../isl/include configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status no checking format of floating-point type `double'... IEEE double, little endian checking format of floating-point type `long double'... config.status: creating isl_srcdir.c IEEE extended, little endian (16 bytes) checking for TLS support using C11... config.status: creating Makefile config.status: creating doc/Makefile yes checking if _Float128 with hex constants is supported... config.status: creating bound_test.sh config.status: creating codegen_test.sh config.status: creating pip_test.sh yes checking for Static Assertion support... config.status: creating flow_test.sh yes checking whether gcc __attribute__ ((mode (XX))) works... config.status: creating schedule_test.sh config.status: creating isl_config.h yes checking for gmp.h... config.status: executing depfiles commands yes checking for recent GMP... yes checking usable gmp.h at link time... yes checking for GMP_NUMB_BITS and sizeof(mp_limb_t) consistency... yes checking for __gmpz_init in -lgmp... yes checking if gmp.h version and libgmp version are the same... (6.2.1/6.2.1) yes checking for GMP library vs header correctness... config.status: executing libtool commands config.status: executing include/isl/stdint.h commands config.status: creating include/isl/stdint.h : _ISL_INCLUDE_ISL_STDINT_H yes checking for double-to-integer conversion bug... config.status: executing isl.pc commands config.status: creating isl.pc.in config.status: creating isl.pc config.status: creating isl-uninstalled.pc config.status: creating isl-uninstalled.sh no checking if gmp_printf supports "%jd"... make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl' echo '#define GIT_HEAD_ID "'isl-0.22.1'"' > gitversion.h make all-recursive make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl' yes Making all in . checking if gmp_printf supports "%hhd"... make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl' depbase=`echo dep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT dep.o -MD -MP -MF $depbase.Tpo -c -o dep.o ../../isl/dep.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo isl_gmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_gmp.lo -MD -MP -MF $depbase.Tpo -c -o isl_gmp.lo ../../isl/isl_gmp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_val_gmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_gmp.lo -MD -MP -MF .deps/isl_gmp.Tpo -c ../../isl/isl_gmp.c -o isl_gmp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_val_gmp.lo -MD -MP -MF .deps/isl_val_gmp.Tpo -c ../../isl/isl_val_gmp.c -o isl_val_gmp.o depbase=`echo isl_aff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_aff.lo -MD -MP -MF $depbase.Tpo -c -o isl_aff.lo ../../isl/isl_aff.c &&\ mv -f $depbase.Tpo $depbase.Plo yes checking if gmp_printf supports "%lld"... depbase=`echo isl_aff_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_aff_map.lo -MD -MP -MF $depbase.Tpo -c -o isl_aff_map.lo ../../isl/isl_aff_map.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_affine_hull.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_aff.lo -MD -MP -MF .deps/isl_aff.Tpo -c ../../isl/isl_aff.c -o isl_aff.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_aff_map.lo -MD -MP -MF .deps/isl_aff_map.Tpo -c ../../isl/isl_aff_map.c -o isl_aff_map.o yes checking if gmp_printf supports "%Lf"... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_affine_hull.lo -MD -MP -MF .deps/isl_affine_hull.Tpo -c ../../isl/isl_affine_hull.c -o isl_affine_hull.o yes checking if gmp_printf supports "%td"... depbase=`echo isl_arg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_arg.lo -MD -MP -MF $depbase.Tpo -c -o isl_arg.lo ../../isl/isl_arg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_arg.lo -MD -MP -MF .deps/isl_arg.Tpo -c ../../isl/isl_arg.c -o isl_arg.o yes checking if gmp_printf supports the ' group flag... depbase=`echo isl_ast.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ast.lo -MD -MP -MF $depbase.Tpo -c -o isl_ast.lo ../../isl/isl_ast.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ast.lo -MD -MP -MF .deps/isl_ast.Tpo -c ../../isl/isl_ast.c -o isl_ast.o yes checking for __gmpn_sbpi1_divappr_q... depbase=`echo isl_ast_build.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 checking for __gmpn_invert_limb... no checking for __gmpn_rsblsh1_n... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ast_build.lo -MD -MP -MF .deps/isl_ast_build.Tpo -c ../../isl/isl_ast_build.c -o isl_ast_build.o no checking for long to fit in mp_limb_t... yes checking for intmax_t to fit in mp_limb_t... yes checking for getrusage... yes depbase=`echo isl_ast_build_expr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ast_codegen.lo -MD -MP -MF .deps/isl_ast_codegen.Tpo -c ../../isl/isl_ast_codegen.c -o isl_ast_codegen.o configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status depbase=`echo isl_ast_graft.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 basis_reduction_tab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT basis_reduction_tab.lo -MD -MP -MF .deps/basis_reduction_tab.Tpo -c ../../isl/basis_reduction_tab.c -o basis_reduction_tab.o depbase=`echo isl_bernstein.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_bernstein.lo -MD -MP -MF $depbase.Tpo -c -o isl_bernstein.lo ../../isl/isl_bernstein.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_bernstein.lo -MD -MP -MF .deps/isl_bernstein.Tpo -c ../../isl/isl_bernstein.c -o isl_bernstein.o depbase=`echo isl_blk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_blk.lo -MD -MP -MF $depbase.Tpo -c -o isl_blk.lo ../../isl/isl_blk.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_blk.lo -MD -MP -MF .deps/isl_blk.Tpo -c ../../isl/isl_blk.c -o isl_blk.o depbase=`echo isl_bound.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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_box.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_box.lo -MD -MP -MF $depbase.Tpo -c -o isl_box.lo ../../isl/isl_box.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_bound.lo -MD -MP -MF .deps/isl_bound.Tpo -c ../../isl/isl_bound.c -o isl_bound.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_box.lo -MD -MP -MF .deps/isl_box.Tpo -c ../../isl/isl_box.c -o isl_box.o depbase=`echo isl_coalesce.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_coalesce.lo -MD -MP -MF $depbase.Tpo -c -o isl_coalesce.lo ../../isl/isl_coalesce.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_constraint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_constraint.lo -MD -MP -MF $depbase.Tpo -c -o isl_constraint.lo ../../isl/isl_constraint.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_coalesce.lo -MD -MP -MF .deps/isl_coalesce.Tpo -c ../../isl/isl_coalesce.c -o isl_coalesce.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_constraint.lo -MD -MP -MF .deps/isl_constraint.Tpo -c ../../isl/isl_constraint.c -o isl_constraint.o config.status: creating Makefile config.status: creating mpfr.pc config.status: creating doc/Makefile depbase=`echo isl_convex_hull.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 config.status: creating src/Makefile config.status: creating tests/Makefile libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_convex_hull.lo -MD -MP -MF .deps/isl_convex_hull.Tpo -c ../../isl/isl_convex_hull.c -o isl_convex_hull.o config.status: creating tune/Makefile depbase=`echo isl_ctx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ctx.lo -MD -MP -MF $depbase.Tpo -c -o isl_ctx.lo ../../isl/isl_ctx.c &&\ mv -f $depbase.Tpo $depbase.Plo config.status: creating src/mparam.h config.status: creating tools/bench/Makefile config.status: executing depfiles commands libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ctx.lo -MD -MP -MF .deps/isl_ctx.Tpo -c ../../isl/isl_ctx.c -o isl_ctx.o depbase=`echo isl_deprecated.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_deprecated.lo -MD -MP -MF .deps/isl_deprecated.Tpo -c ../../isl/isl_deprecated.c -o isl_deprecated.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_dim_map.lo -MD -MP -MF .deps/isl_dim_map.Tpo -c ../../isl/isl_dim_map.c -o isl_dim_map.o depbase=`echo isl_equalities.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_equalities.lo -MD -MP -MF $depbase.Tpo -c -o isl_equalities.lo ../../isl/isl_equalities.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_factorization.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_equalities.lo -MD -MP -MF .deps/isl_equalities.Tpo -c ../../isl/isl_equalities.c -o isl_equalities.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_farkas.lo -MD -MP -MF $depbase.Tpo -c -o isl_farkas.lo ../../isl/isl_farkas.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_farkas.lo -MD -MP -MF .deps/isl_farkas.Tpo -c ../../isl/isl_farkas.c -o isl_farkas.o depbase=`echo isl_ffs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ffs.lo -MD -MP -MF $depbase.Tpo -c -o isl_ffs.lo ../../isl/isl_ffs.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_flow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_flow.lo -MD -MP -MF $depbase.Tpo -c -o isl_flow.lo ../../isl/isl_flow.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ffs.lo -MD -MP -MF .deps/isl_ffs.Tpo -c ../../isl/isl_ffs.c -o isl_ffs.o depbase=`echo isl_fold.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_hash.lo -MD -MP -MF $depbase.Tpo -c -o isl_hash.lo ../../isl/isl_hash.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_flow.lo -MD -MP -MF .deps/isl_flow.Tpo -c ../../isl/isl_flow.c -o isl_flow.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_fold.lo -MD -MP -MF .deps/isl_fold.Tpo -c ../../isl/isl_fold.c -o isl_fold.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_hash.lo -MD -MP -MF .deps/isl_hash.Tpo -c ../../isl/isl_hash.c -o isl_hash.o depbase=`echo isl_id_to_ast_expr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 depbase=`echo isl_id_to_id.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_id_to_id.lo -MD -MP -MF $depbase.Tpo -c -o isl_id_to_id.lo ../../isl/isl_id_to_id.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_id_to_id.lo -MD -MP -MF .deps/isl_id_to_id.Tpo -c ../../isl/isl_id_to_id.c -o isl_id_to_id.o depbase=`echo isl_id_to_pw_aff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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_ilp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ilp.lo -MD -MP -MF $depbase.Tpo -c -o isl_ilp.lo ../../isl/isl_ilp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_ilp.lo -MD -MP -MF .deps/isl_ilp.Tpo -c ../../isl/isl_ilp.c -o isl_ilp.o depbase=`echo isl_input.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_input.lo -MD -MP -MF .deps/isl_input.Tpo -c ../../isl/isl_input.c -o isl_input.o depbase=`echo isl_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_local.lo -MD -MP -MF $depbase.Tpo -c -o isl_local.lo ../../isl/isl_local.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_local_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_local.lo -MD -MP -MF .deps/isl_local.Tpo -c ../../isl/isl_local.c -o isl_local.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_lp.lo -MD -MP -MF $depbase.Tpo -c -o isl_lp.lo ../../isl/isl_lp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_lp.lo -MD -MP -MF .deps/isl_lp.Tpo -c ../../isl/isl_lp.c -o isl_lp.o depbase=`echo isl_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_map.lo -MD -MP -MF $depbase.Tpo -c -o isl_map.lo ../../isl/isl_map.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_map_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_map_list.lo -MD -MP -MF $depbase.Tpo -c -o isl_map_list.lo ../../isl/isl_map_list.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_map_simplify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_map.lo -MD -MP -MF .deps/isl_map.Tpo -c ../../isl/isl_map.c -o isl_map.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_map_list.lo -MD -MP -MF .deps/isl_map_list.Tpo -c ../../isl/isl_map_list.c -o isl_map_list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_map_subtract.lo -MD -MP -MF .deps/isl_map_subtract.Tpo -c ../../isl/isl_map_subtract.c -o isl_map_subtract.o depbase=`echo isl_map_to_basic_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 depbase=`echo isl_mat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_mat.lo -MD -MP -MF $depbase.Tpo -c -o isl_mat.lo ../../isl/isl_mat.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_morph.lo -MD -MP -MF $depbase.Tpo -c -o isl_morph.lo ../../isl/isl_morph.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_id.lo -MD -MP -MF $depbase.Tpo -c -o isl_id.lo ../../isl/isl_id.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_id.lo -MD -MP -MF .deps/isl_id.Tpo -c ../../isl/isl_id.c -o isl_id.o depbase=`echo isl_obj.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_obj.lo -MD -MP -MF .deps/isl_obj.Tpo -c ../../isl/isl_obj.c -o isl_obj.o depbase=`echo isl_options.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_options.lo -MD -MP -MF $depbase.Tpo -c -o isl_options.lo ../../isl/isl_options.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_output.lo -MD -MP -MF $depbase.Tpo -c -o isl_output.lo ../../isl/isl_output.c &&\ mv -f $depbase.Tpo $depbase.Plo config.status: executing libtool commands libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_options.lo -MD -MP -MF .deps/isl_options.Tpo -c ../../isl/isl_options.c -o isl_options.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_output.lo -MD -MP -MF .deps/isl_output.Tpo -c ../../isl/isl_output.c -o isl_output.o make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr' Making all in doc make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/doc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/doc' Making all in src make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/src' ../../../mpfr/tools/get_patches.sh ../../../mpfr/PATCHES > get_patches.c || { rm -f get_patches.c; exit 1; } make all-am depbase=`echo isl_point.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_point.lo -MD -MP -MF $depbase.Tpo -c -o isl_point.lo ../../isl/isl_point.c &&\ mv -f $depbase.Tpo $depbase.Plo make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/src' depbase=`echo exceptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exceptions.lo -MD -MP -MF $depbase.Tpo -c -o exceptions.lo ../../../mpfr/src/exceptions.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_polynomial.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_polynomial.lo -MD -MP -MF $depbase.Tpo -c -o isl_polynomial.lo ../../isl/isl_polynomial.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_point.lo -MD -MP -MF .deps/isl_point.Tpo -c ../../isl/isl_point.c -o isl_point.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_polynomial.lo -MD -MP -MF .deps/isl_polynomial.Tpo -c ../../isl/isl_polynomial.c -o isl_polynomial.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c ../../../mpfr/src/exceptions.c -o exceptions.o depbase=`echo isl_printer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_printer.lo -MD -MP -MF $depbase.Tpo -c -o isl_printer.lo ../../isl/isl_printer.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT extract.lo -MD -MP -MF $depbase.Tpo -c -o extract.lo ../../../mpfr/src/extract.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_printer.lo -MD -MP -MF .deps/isl_printer.Tpo -c ../../isl/isl_printer.c -o isl_printer.o depbase=`echo uceil_exp2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT uceil_exp2.lo -MD -MP -MF $depbase.Tpo -c -o uceil_exp2.lo ../../../mpfr/src/uceil_exp2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c ../../../mpfr/src/extract.c -o extract.o depbase=`echo uceil_log2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT uceil_log2.lo -MD -MP -MF $depbase.Tpo -c -o uceil_log2.lo ../../../mpfr/src/uceil_log2.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ufloor_log2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ufloor_log2.lo -MD -MP -MF $depbase.Tpo -c -o ufloor_log2.lo ../../../mpfr/src/ufloor_log2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT uceil_exp2.lo -MD -MP -MF .deps/uceil_exp2.Tpo -c ../../../mpfr/src/uceil_exp2.c -o uceil_exp2.o depbase=`echo add.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add.lo -MD -MP -MF $depbase.Tpo -c -o add.lo ../../../mpfr/src/add.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c ../../../mpfr/src/uceil_log2.c -o uceil_log2.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ufloor_log2.lo -MD -MP -MF .deps/ufloor_log2.Tpo -c ../../../mpfr/src/ufloor_log2.c -o ufloor_log2.o depbase=`echo add1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add1.lo -MD -MP -MF $depbase.Tpo -c -o add1.lo ../../../mpfr/src/add1.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add.lo -MD -MP -MF .deps/add.Tpo -c ../../../mpfr/src/add.c -o add.o depbase=`echo add_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add_ui.lo -MD -MP -MF $depbase.Tpo -c -o add_ui.lo ../../../mpfr/src/add_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add1.lo -MD -MP -MF .deps/add1.Tpo -c ../../../mpfr/src/add1.c -o add1.o depbase=`echo agm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT agm.lo -MD -MP -MF $depbase.Tpo -c -o agm.lo ../../../mpfr/src/agm.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c ../../../mpfr/src/add_ui.c -o add_ui.o depbase=`echo clear.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT clear.lo -MD -MP -MF $depbase.Tpo -c -o clear.lo ../../../mpfr/src/clear.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT agm.lo -MD -MP -MF .deps/agm.Tpo -c ../../../mpfr/src/agm.c -o agm.o depbase=`echo cmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp.lo -MD -MP -MF $depbase.Tpo -c -o cmp.lo ../../../mpfr/src/cmp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c ../../../mpfr/src/clear.c -o clear.o depbase=`echo cmpabs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmpabs.lo -MD -MP -MF $depbase.Tpo -c -o cmpabs.lo ../../../mpfr/src/cmpabs.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT print.lo -MD -MP -MF $depbase.Tpo -c -o print.lo ../../isl/print.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c ../../../mpfr/src/cmp.c -o cmp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT print.lo -MD -MP -MF .deps/print.Tpo -c ../../isl/print.c -o print.o depbase=`echo cmp_si.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp_si.lo -MD -MP -MF $depbase.Tpo -c -o cmp_si.lo ../../../mpfr/src/cmp_si.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cmp_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp_ui.lo -MD -MP -MF $depbase.Tpo -c -o cmp_ui.lo ../../../mpfr/src/cmp_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmpabs.lo -MD -MP -MF .deps/cmpabs.Tpo -c ../../../mpfr/src/cmpabs.c -o cmpabs.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp_si.lo -MD -MP -MF .deps/cmp_si.Tpo -c ../../../mpfr/src/cmp_si.c -o cmp_si.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp_ui.lo -MD -MP -MF .deps/cmp_ui.Tpo -c ../../../mpfr/src/cmp_ui.c -o cmp_ui.o depbase=`echo comparisons.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT comparisons.lo -MD -MP -MF $depbase.Tpo -c -o comparisons.lo ../../../mpfr/src/comparisons.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_range.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 div_2exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_2exp.lo -MD -MP -MF $depbase.Tpo -c -o div_2exp.lo ../../../mpfr/src/div_2exp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo div_2si.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_2si.lo -MD -MP -MF $depbase.Tpo -c -o div_2si.lo ../../../mpfr/src/div_2si.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_range.lo -MD -MP -MF .deps/isl_range.Tpo -c ../../isl/isl_range.c -o isl_range.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT comparisons.lo -MD -MP -MF .deps/comparisons.Tpo -c ../../../mpfr/src/comparisons.c -o comparisons.o depbase=`echo isl_reordering.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_reordering.lo -MD -MP -MF $depbase.Tpo -c -o isl_reordering.lo ../../isl/isl_reordering.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_2exp.lo -MD -MP -MF .deps/div_2exp.Tpo -c ../../../mpfr/src/div_2exp.c -o div_2exp.o depbase=`echo div_2ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_2ui.lo -MD -MP -MF $depbase.Tpo -c -o div_2ui.lo ../../../mpfr/src/div_2ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c ../../../mpfr/src/div_2si.c -o div_2si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_reordering.lo -MD -MP -MF .deps/isl_reordering.Tpo -c ../../isl/isl_reordering.c -o isl_reordering.o depbase=`echo div.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div.lo -MD -MP -MF $depbase.Tpo -c -o div.lo ../../../mpfr/src/div.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo div_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_ui.lo -MD -MP -MF $depbase.Tpo -c -o div_ui.lo ../../../mpfr/src/div_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_sample.lo -MD -MP -MF $depbase.Tpo -c -o isl_sample.lo ../../isl/isl_sample.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c ../../../mpfr/src/div_2ui.c -o div_2ui.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div.lo -MD -MP -MF .deps/div.Tpo -c ../../../mpfr/src/div.c -o div.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_sample.lo -MD -MP -MF .deps/isl_sample.Tpo -c ../../isl/isl_sample.c -o isl_sample.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c ../../../mpfr/src/div_ui.c -o div_ui.o depbase=`echo dot.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT dot.lo -MD -MP -MF $depbase.Tpo -c -o dot.lo ../../../mpfr/src/dot.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dump.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT dump.lo -MD -MP -MF $depbase.Tpo -c -o dump.lo ../../../mpfr/src/dump.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo eq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT eq.lo -MD -MP -MF $depbase.Tpo -c -o eq.lo ../../../mpfr/src/eq.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT dot.lo -MD -MP -MF .deps/dot.Tpo -c ../../../mpfr/src/dot.c -o dot.o depbase=`echo isl_scan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_scan.lo -MD -MP -MF $depbase.Tpo -c -o isl_scan.lo ../../isl/isl_scan.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT dump.lo -MD -MP -MF .deps/dump.Tpo -c ../../../mpfr/src/dump.c -o dump.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c ../../../mpfr/src/eq.c -o eq.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_scan.lo -MD -MP -MF .deps/isl_scan.Tpo -c ../../isl/isl_scan.c -o isl_scan.o depbase=`echo exp10.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp10.lo -MD -MP -MF $depbase.Tpo -c -o exp10.lo ../../../mpfr/src/exp10.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo exp2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp2.lo -MD -MP -MF $depbase.Tpo -c -o exp2.lo ../../../mpfr/src/exp2.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo exp3.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp3.lo -MD -MP -MF $depbase.Tpo -c -o exp3.lo ../../../mpfr/src/exp3.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_schedule.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule.lo ../../isl/isl_schedule.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp10.lo -MD -MP -MF .deps/exp10.Tpo -c ../../../mpfr/src/exp10.c -o exp10.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule.lo -MD -MP -MF .deps/isl_schedule.Tpo -c ../../isl/isl_schedule.c -o isl_schedule.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp2.lo -MD -MP -MF .deps/exp2.Tpo -c ../../../mpfr/src/exp2.c -o exp2.o depbase=`echo exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp.lo -MD -MP -MF $depbase.Tpo -c -o exp.lo ../../../mpfr/src/exp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp3.lo -MD -MP -MF .deps/exp3.Tpo -c ../../../mpfr/src/exp3.c -o exp3.o depbase=`echo frac.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT frac.lo -MD -MP -MF $depbase.Tpo -c -o frac.lo ../../../mpfr/src/frac.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c ../../../mpfr/src/exp.c -o exp.o depbase=`echo frexp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT frexp.lo -MD -MP -MF $depbase.Tpo -c -o frexp.lo ../../../mpfr/src/frexp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_schedule_band.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_band.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule_band.lo ../../isl/isl_schedule_band.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_d.lo -MD -MP -MF $depbase.Tpo -c -o get_d.lo ../../../mpfr/src/get_d.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_band.lo -MD -MP -MF .deps/isl_schedule_band.Tpo -c ../../isl/isl_schedule_band.c -o isl_schedule_band.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT frac.lo -MD -MP -MF .deps/frac.Tpo -c ../../../mpfr/src/frac.c -o frac.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT frexp.lo -MD -MP -MF .deps/frexp.Tpo -c ../../../mpfr/src/frexp.c -o frexp.o depbase=`echo get_exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_exp.lo -MD -MP -MF $depbase.Tpo -c -o get_exp.lo ../../../mpfr/src/get_exp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_str.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_str.lo -MD -MP -MF $depbase.Tpo -c -o get_str.lo ../../../mpfr/src/get_str.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_d.lo -MD -MP -MF .deps/get_d.Tpo -c ../../../mpfr/src/get_d.c -o get_d.o depbase=`echo isl_schedule_node.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_node.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule_node.lo ../../isl/isl_schedule_node.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT init.lo -MD -MP -MF $depbase.Tpo -c -o init.lo ../../../mpfr/src/init.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_str.lo -MD -MP -MF .deps/get_str.Tpo -c ../../../mpfr/src/get_str.c -o get_str.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_exp.lo -MD -MP -MF .deps/get_exp.Tpo -c ../../../mpfr/src/get_exp.c -o get_exp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_node.lo -MD -MP -MF .deps/isl_schedule_node.Tpo -c ../../isl/isl_schedule_node.c -o isl_schedule_node.o depbase=`echo inp_str.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT inp_str.lo -MD -MP -MF $depbase.Tpo -c -o inp_str.lo ../../../mpfr/src/inp_str.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../../../mpfr/src/init.c -o init.o depbase=`echo isinteger.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isinteger.lo -MD -MP -MF $depbase.Tpo -c -o isinteger.lo ../../../mpfr/src/isinteger.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isinf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isinf.lo -MD -MP -MF $depbase.Tpo -c -o isinf.lo ../../../mpfr/src/isinf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c ../../../mpfr/src/inp_str.c -o inp_str.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isinteger.lo -MD -MP -MF .deps/isinteger.Tpo -c ../../../mpfr/src/isinteger.c -o isinteger.o depbase=`echo isnan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isnan.lo -MD -MP -MF $depbase.Tpo -c -o isnan.lo ../../../mpfr/src/isnan.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isinf.lo -MD -MP -MF .deps/isinf.Tpo -c ../../../mpfr/src/isinf.c -o isinf.o depbase=`echo isnum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isnum.lo -MD -MP -MF $depbase.Tpo -c -o isnum.lo ../../../mpfr/src/isnum.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_schedule_read.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_read.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule_read.lo ../../isl/isl_schedule_read.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo const_log2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT const_log2.lo -MD -MP -MF $depbase.Tpo -c -o const_log2.lo ../../../mpfr/src/const_log2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isnan.lo -MD -MP -MF .deps/isnan.Tpo -c ../../../mpfr/src/isnan.c -o isnan.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_read.lo -MD -MP -MF .deps/isl_schedule_read.Tpo -c ../../isl/isl_schedule_read.c -o isl_schedule_read.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isnum.lo -MD -MP -MF .deps/isnum.Tpo -c ../../../mpfr/src/isnum.c -o isnum.o depbase=`echo log.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log.lo -MD -MP -MF $depbase.Tpo -c -o log.lo ../../../mpfr/src/log.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT const_log2.lo -MD -MP -MF .deps/const_log2.Tpo -c ../../../mpfr/src/const_log2.c -o const_log2.o depbase=`echo isl_schedule_tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_tree.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule_tree.lo ../../isl/isl_schedule_tree.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_tree.lo -MD -MP -MF .deps/isl_schedule_tree.Tpo -c ../../isl/isl_schedule_tree.c -o isl_schedule_tree.o depbase=`echo isl_schedule_constraints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_constraints.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule_constraints.lo ../../isl/isl_schedule_constraints.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_scheduler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log.lo -MD -MP -MF .deps/log.Tpo -c ../../../mpfr/src/log.c -o log.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_schedule_constraints.lo -MD -MP -MF .deps/isl_schedule_constraints.Tpo -c ../../isl/isl_schedule_constraints.c -o isl_schedule_constraints.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_scheduler.lo -MD -MP -MF .deps/isl_scheduler.Tpo -c ../../isl/isl_scheduler.c -o isl_scheduler.o depbase=`echo modf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT modf.lo -MD -MP -MF $depbase.Tpo -c -o modf.lo ../../../mpfr/src/modf.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_set_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT modf.lo -MD -MP -MF .deps/modf.Tpo -c ../../../mpfr/src/modf.c -o modf.o depbase=`echo mul_2exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_2exp.lo -MD -MP -MF $depbase.Tpo -c -o mul_2exp.lo ../../../mpfr/src/mul_2exp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_sort.lo -MD -MP -MF $depbase.Tpo -c -o isl_sort.lo ../../isl/isl_sort.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_sort.lo -MD -MP -MF .deps/isl_sort.Tpo -c ../../isl/isl_sort.c -o isl_sort.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_2exp.lo -MD -MP -MF .deps/mul_2exp.Tpo -c ../../../mpfr/src/mul_2exp.c -o mul_2exp.o depbase=`echo isl_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_space.lo -MD -MP -MF $depbase.Tpo -c -o isl_space.lo ../../isl/isl_space.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo mul_2si.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_2si.lo -MD -MP -MF $depbase.Tpo -c -o mul_2si.lo ../../../mpfr/src/mul_2si.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_space.lo -MD -MP -MF .deps/isl_space.Tpo -c ../../isl/isl_space.c -o isl_space.o depbase=`echo mul_2ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_2ui.lo -MD -MP -MF $depbase.Tpo -c -o mul_2ui.lo ../../../mpfr/src/mul_2ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c ../../../mpfr/src/mul_2si.c -o mul_2si.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c ../../../mpfr/src/mul_2ui.c -o mul_2ui.o depbase=`echo isl_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_stream.lo -MD -MP -MF $depbase.Tpo -c -o isl_stream.lo ../../isl/isl_stream.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_seq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_seq.lo -MD -MP -MF $depbase.Tpo -c -o isl_seq.lo ../../isl/isl_seq.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo mul.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul.lo -MD -MP -MF $depbase.Tpo -c -o mul.lo ../../../mpfr/src/mul.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_stream.lo -MD -MP -MF .deps/isl_stream.Tpo -c ../../isl/isl_stream.c -o isl_stream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_seq.lo -MD -MP -MF .deps/isl_seq.Tpo -c ../../isl/isl_seq.c -o isl_seq.o depbase=`echo mul_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_ui.lo -MD -MP -MF $depbase.Tpo -c -o mul_ui.lo ../../../mpfr/src/mul_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c ../../../mpfr/src/mul.c -o mul.o depbase=`echo isl_set_to_ast_graft_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_set_to_ast_graft_list.lo -MD -MP -MF $depbase.Tpo -c -o isl_set_to_ast_graft_list.lo ../../isl/isl_set_to_ast_graft_list.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_stride.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_stride.lo -MD -MP -MF $depbase.Tpo -c -o isl_stride.lo ../../isl/isl_stride.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_stride.lo -MD -MP -MF .deps/isl_stride.Tpo -c ../../isl/isl_stride.c -o isl_stride.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c ../../../mpfr/src/mul_ui.c -o mul_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_set_to_ast_graft_list.lo -MD -MP -MF .deps/isl_set_to_ast_graft_list.Tpo -c ../../isl/isl_set_to_ast_graft_list.c -o isl_set_to_ast_graft_list.o depbase=`echo neg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT neg.lo -MD -MP -MF $depbase.Tpo -c -o neg.lo ../../../mpfr/src/neg.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo next.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT next.lo -MD -MP -MF $depbase.Tpo -c -o next.lo ../../../mpfr/src/next.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_tab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_tab.lo -MD -MP -MF $depbase.Tpo -c -o isl_tab.lo ../../isl/isl_tab.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_tab_pip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c ../../../mpfr/src/neg.c -o neg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_tab.lo -MD -MP -MF .deps/isl_tab.Tpo -c ../../isl/isl_tab.c -o isl_tab.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT next.lo -MD -MP -MF .deps/next.Tpo -c ../../../mpfr/src/next.c -o next.o depbase=`echo out_str.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT out_str.lo -MD -MP -MF $depbase.Tpo -c -o out_str.lo ../../../mpfr/src/out_str.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo printf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT printf.lo -MD -MP -MF $depbase.Tpo -c -o printf.lo ../../../mpfr/src/printf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c ../../../mpfr/src/out_str.c -o out_str.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c ../../../mpfr/src/printf.c -o printf.o depbase=`echo isl_tarjan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_tarjan.lo -MD -MP -MF $depbase.Tpo -c -o isl_tarjan.lo ../../isl/isl_tarjan.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_tarjan.lo -MD -MP -MF .deps/isl_tarjan.Tpo -c ../../isl/isl_tarjan.c -o isl_tarjan.o depbase=`echo vasprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT vasprintf.lo -MD -MP -MF $depbase.Tpo -c -o vasprintf.lo ../../../mpfr/src/vasprintf.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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c ../../../mpfr/src/vasprintf.c -o vasprintf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 const_pi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT const_pi.lo -MD -MP -MF $depbase.Tpo -c -o const_pi.lo ../../../mpfr/src/const_pi.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_union_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT const_pi.lo -MD -MP -MF .deps/const_pi.Tpo -c ../../../mpfr/src/const_pi.c -o const_pi.o depbase=`echo isl_val.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_val.lo -MD -MP -MF $depbase.Tpo -c -o isl_val.lo ../../isl/isl_val.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_union_map.lo -MD -MP -MF .deps/isl_union_map.Tpo -c ../../isl/isl_union_map.c -o isl_union_map.o depbase=`echo pow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pow.lo -MD -MP -MF $depbase.Tpo -c -o pow.lo ../../../mpfr/src/pow.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_vec.lo -MD -MP -MF $depbase.Tpo -c -o isl_vec.lo ../../isl/isl_vec.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_vec.lo -MD -MP -MF .deps/isl_vec.Tpo -c ../../isl/isl_vec.c -o isl_vec.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c ../../../mpfr/src/pow.c -o pow.o depbase=`echo isl_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_version.lo -MD -MP -MF $depbase.Tpo -c -o isl_version.lo ../../isl/isl_version.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo pow_si.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pow_si.lo -MD -MP -MF $depbase.Tpo -c -o pow_si.lo ../../../mpfr/src/pow_si.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_version.lo -MD -MP -MF .deps/isl_version.Tpo -c ../../isl/isl_version.c -o isl_version.o depbase=`echo isl_vertices.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 pow_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pow_ui.lo -MD -MP -MF $depbase.Tpo -c -o pow_ui.lo ../../../mpfr/src/pow_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c ../../../mpfr/src/pow_si.c -o pow_si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_vertices.lo -MD -MP -MF .deps/isl_vertices.Tpo -c ../../isl/isl_vertices.c -o isl_vertices.o depbase=`echo isl_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_test.o -MD -MP -MF $depbase.Tpo -c -o isl_test.o ../../isl/isl_test.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c ../../../mpfr/src/pow_ui.c -o pow_ui.o depbase=`echo print_raw.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT print_raw.lo -MD -MP -MF $depbase.Tpo -c -o print_raw.lo ../../../mpfr/src/print_raw.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo print_rnd_mode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT print_rnd_mode.lo -MD -MP -MF $depbase.Tpo -c -o print_rnd_mode.lo ../../../mpfr/src/print_rnd_mode.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT print_raw.lo -MD -MP -MF .deps/print_raw.Tpo -c ../../../mpfr/src/print_raw.c -o print_raw.o depbase=`echo polyhedron_sample.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT polyhedron_sample.o -MD -MP -MF $depbase.Tpo -c -o polyhedron_sample.o ../../isl/polyhedron_sample.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo reldiff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT reldiff.lo -MD -MP -MF $depbase.Tpo -c -o reldiff.lo ../../../mpfr/src/reldiff.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT print_rnd_mode.lo -MD -MP -MF .deps/print_rnd_mode.Tpo -c ../../../mpfr/src/print_rnd_mode.c -o print_rnd_mode.o depbase=`echo pip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT pip.o -MD -MP -MF $depbase.Tpo -c -o pip.o ../../isl/pip.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo round_prec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT round_prec.lo -MD -MP -MF $depbase.Tpo -c -o round_prec.lo ../../../mpfr/src/round_prec.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT reldiff.lo -MD -MP -MF .deps/reldiff.Tpo -c ../../../mpfr/src/reldiff.c -o reldiff.o depbase=`echo set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set.lo -MD -MP -MF $depbase.Tpo -c -o set.lo ../../../mpfr/src/set.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo polyhedron_minimize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT polyhedron_minimize.o -MD -MP -MF $depbase.Tpo -c -o polyhedron_minimize.o ../../isl/polyhedron_minimize.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT round_prec.lo -MD -MP -MF .deps/round_prec.Tpo -c ../../../mpfr/src/round_prec.c -o round_prec.o depbase=`echo setmax.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT setmax.lo -MD -MP -MF $depbase.Tpo -c -o setmax.lo ../../../mpfr/src/setmax.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set.lo -MD -MP -MF .deps/set.Tpo -c ../../../mpfr/src/set.c -o set.o depbase=`echo polytope_scan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT polytope_scan.o -MD -MP -MF $depbase.Tpo -c -o polytope_scan.o ../../isl/polytope_scan.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT setmax.lo -MD -MP -MF .deps/setmax.Tpo -c ../../../mpfr/src/setmax.c -o setmax.o depbase=`echo setmin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT setmin.lo -MD -MP -MF $depbase.Tpo -c -o setmin.lo ../../../mpfr/src/setmin.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo polyhedron_detect_equalities.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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 set_d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_d.lo -MD -MP -MF $depbase.Tpo -c -o set_d.lo ../../../mpfr/src/set_d.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT setmin.lo -MD -MP -MF .deps/setmin.Tpo -c ../../../mpfr/src/setmin.c -o setmin.o depbase=`echo cat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -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$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT closure.o -MD -MP -MF $depbase.Tpo -c -o closure.o ../../isl/closure.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo bound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT bound.o -MD -MP -MF $depbase.Tpo -c -o bound.o ../../isl/bound.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo set_dfl_prec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_dfl_prec.lo -MD -MP -MF $depbase.Tpo -c -o set_dfl_prec.lo ../../../mpfr/src/set_dfl_prec.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo schedule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT schedule.o -MD -MP -MF $depbase.Tpo -c -o schedule.o ../../isl/schedule.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_d.lo -MD -MP -MF .deps/set_d.Tpo -c ../../../mpfr/src/set_d.c -o set_d.o depbase=`echo codegen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT codegen.o -MD -MP -MF $depbase.Tpo -c -o codegen.o ../../isl/codegen.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo set_exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_exp.lo -MD -MP -MF $depbase.Tpo -c -o set_exp.lo ../../../mpfr/src/set_exp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_test_int.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_test_int.o -MD -MP -MF $depbase.Tpo -c -o isl_test_int.o ../../isl/isl_test_int.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_dfl_prec.lo -MD -MP -MF .deps/set_dfl_prec.Tpo -c ../../../mpfr/src/set_dfl_prec.c -o set_dfl_prec.o depbase=`echo flow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT flow.o -MD -MP -MF $depbase.Tpo -c -o flow.o ../../isl/flow.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo set_rnd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_rnd.lo -MD -MP -MF $depbase.Tpo -c -o set_rnd.lo ../../../mpfr/src/set_rnd.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo set_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_f.lo -MD -MP -MF $depbase.Tpo -c -o set_f.lo ../../../mpfr/src/set_f.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo flow_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT flow_cmp.o -MD -MP -MF $depbase.Tpo -c -o flow_cmp.o ../../isl/flow_cmp.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_exp.lo -MD -MP -MF .deps/set_exp.Tpo -c ../../../mpfr/src/set_exp.c -o set_exp.o depbase=`echo schedule_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT schedule_cmp.o -MD -MP -MF $depbase.Tpo -c -o schedule_cmp.o ../../isl/schedule_cmp.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_f.lo -MD -MP -MF .deps/set_f.Tpo -c ../../../mpfr/src/set_f.c -o set_f.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_rnd.lo -MD -MP -MF .deps/set_rnd.Tpo -c ../../../mpfr/src/set_rnd.c -o set_rnd.o depbase=`echo set_prc_raw.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_prc_raw.lo -MD -MP -MF $depbase.Tpo -c -o set_prc_raw.lo ../../../mpfr/src/set_prc_raw.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isl_test_cpp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I../../isl -I../../isl/include -Iinclude/ -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp/../../gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -mtune=generic -MT isl_test_cpp.o -MD -MP -MF $depbase.Tpo -c -o isl_test_cpp.o ../../isl/isl_test_cpp.cc &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo set_prec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_prec.lo -MD -MP -MF $depbase.Tpo -c -o set_prec.lo ../../../mpfr/src/set_prec.c &&\ mv -f $depbase.Tpo $depbase.Plo rm -f libdep.a ar cru libdep.a dep.o ranlib libdep.a /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -version-info 22:1:0 -static-libstdc++ -static-libgcc -o libisl.la -rpath /home/lfs/build/x86_64/tools/lib isl_gmp.lo isl_val_gmp.lo isl_aff.lo isl_aff_map.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 basis_reduction_tab.lo isl_bernstein.lo isl_blk.lo isl_bound.lo isl_box.lo isl_coalesce.lo isl_constraint.lo isl_convex_hull.lo isl_ctx.lo isl_deprecated.lo isl_dim_map.lo isl_equalities.lo isl_factorization.lo isl_farkas.lo isl_ffs.lo isl_flow.lo isl_fold.lo isl_hash.lo isl_id_to_ast_expr.lo isl_id_to_id.lo isl_id_to_pw_aff.lo isl_ilp.lo isl_input.lo isl_local.lo isl_local_space.lo isl_lp.lo isl_map.lo isl_map_list.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_schedule_band.lo isl_schedule_node.lo isl_schedule_read.lo isl_schedule_tree.lo isl_schedule_constraints.lo isl_scheduler.lo isl_set_list.lo isl_sort.lo isl_space.lo isl_stream.lo isl_seq.lo isl_set_to_ast_graft_list.lo isl_stride.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 /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_prc_raw.lo -MD -MP -MF .deps/set_prc_raw.Tpo -c ../../../mpfr/src/set_prc_raw.c -o set_prc_raw.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c ../../../mpfr/src/set_prec.c -o set_prec.o depbase=`echo set_q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_q.lo -MD -MP -MF $depbase.Tpo -c -o set_q.lo ../../../mpfr/src/set_q.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo set_si.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_si.lo -MD -MP -MF $depbase.Tpo -c -o set_si.lo ../../../mpfr/src/set_si.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_q.lo -MD -MP -MF .deps/set_q.Tpo -c ../../../mpfr/src/set_q.c -o set_q.o libtool: link: ar rc .libs/libisl.a isl_gmp.o isl_val_gmp.o isl_aff.o isl_aff_map.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 basis_reduction_tab.o isl_bernstein.o isl_blk.o isl_bound.o isl_box.o isl_coalesce.o isl_constraint.o isl_convex_hull.o isl_ctx.o isl_deprecated.o isl_dim_map.o isl_equalities.o isl_factorization.o isl_farkas.o isl_ffs.o isl_flow.o isl_fold.o isl_hash.o isl_id_to_ast_expr.o isl_id_to_id.o isl_id_to_pw_aff.o isl_ilp.o isl_input.o isl_local.o isl_local_space.o isl_lp.o isl_map.o isl_map_list.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_schedule_band.o isl_schedule_node.o isl_schedule_read.o isl_schedule_tree.o isl_schedule_constraints.o isl_scheduler.o isl_set_list.o isl_sort.o isl_space.o isl_stream.o isl_seq.o isl_set_to_ast_graft_list.o isl_stride.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: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_si.lo -MD -MP -MF .deps/set_si.Tpo -c ../../../mpfr/src/set_si.c -o set_si.o libtool: link: ranlib .libs/libisl.a depbase=`echo set_str.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_str.lo -MD -MP -MF $depbase.Tpo -c -o set_str.lo ../../../mpfr/src/set_str.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo set_str_raw.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_str_raw.lo -MD -MP -MF $depbase.Tpo -c -o set_str_raw.lo ../../../mpfr/src/set_str_raw.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: link: ( cd ".libs" && rm -f "libisl.la" && ln -s "../libisl.la" "libisl.la" ) /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_test isl_test.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c ../../../mpfr/src/set_str.c -o set_str.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_str_raw.lo -MD -MP -MF .deps/set_str_raw.Tpo -c ../../../mpfr/src/set_str_raw.c -o set_str_raw.o depbase=`echo set_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_ui.lo -MD -MP -MF $depbase.Tpo -c -o set_ui.lo ../../../mpfr/src/set_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_test isl_test.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a depbase=`echo set_z.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_z.lo -MD -MP -MF $depbase.Tpo -c -o set_z.lo ../../../mpfr/src/set_z.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_ui.lo -MD -MP -MF .deps/set_ui.Tpo -c ../../../mpfr/src/set_ui.c -o set_ui.o /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_polyhedron_sample polyhedron_sample.o libisl.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_z.lo -MD -MP -MF .deps/set_z.Tpo -c ../../../mpfr/src/set_z.c -o set_z.o depbase=`echo sqrt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sqrt.lo -MD -MP -MF $depbase.Tpo -c -o sqrt.lo ../../../mpfr/src/sqrt.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo sqrt_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sqrt_ui.lo -MD -MP -MF $depbase.Tpo -c -o sqrt_ui.lo ../../../mpfr/src/sqrt_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_polyhedron_sample polyhedron_sample.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c ../../../mpfr/src/sqrt.c -o sqrt.o /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_pip pip.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sqrt_ui.lo -MD -MP -MF .deps/sqrt_ui.Tpo -c ../../../mpfr/src/sqrt_ui.c -o sqrt_ui.o depbase=`echo sub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub.lo -MD -MP -MF $depbase.Tpo -c -o sub.lo ../../../mpfr/src/sub.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_polyhedron_minimize polyhedron_minimize.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_pip pip.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c ../../../mpfr/src/sub.c -o sub.o /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_polytope_scan polytope_scan.o libisl.la libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_polyhedron_minimize polyhedron_minimize.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a depbase=`echo sub1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub1.lo -MD -MP -MF $depbase.Tpo -c -o sub1.lo ../../../mpfr/src/sub1.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o libisl.la libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_polytope_scan polytope_scan.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub1.lo -MD -MP -MF .deps/sub1.Tpo -c ../../../mpfr/src/sub1.c -o sub1.o libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_cat cat.o libisl.la depbase=`echo sub_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub_ui.lo -MD -MP -MF $depbase.Tpo -c -o sub_ui.lo ../../../mpfr/src/sub_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_closure closure.o libisl.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c ../../../mpfr/src/sub_ui.c -o sub_ui.o libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_cat cat.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_closure closure.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a depbase=`echo rint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT rint.lo -MD -MP -MF $depbase.Tpo -c -o rint.lo ../../../mpfr/src/rint.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_bound bound.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_schedule schedule.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_bound bound.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT rint.lo -MD -MP -MF .deps/rint.Tpo -c ../../../mpfr/src/rint.c -o rint.o libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_schedule schedule.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_codegen codegen.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la depbase=`echo ui_div.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ui_div.lo -MD -MP -MF $depbase.Tpo -c -o ui_div.lo ../../../mpfr/src/ui_div.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_test_int isl_test_int.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ../../../mpfr/src/ui_div.c -o ui_div.o libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_codegen codegen.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_test_int isl_test_int.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a depbase=`echo ui_sub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ui_sub.lo -MD -MP -MF $depbase.Tpo -c -o ui_sub.lo ../../../mpfr/src/ui_sub.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_flow flow.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_flow_cmp flow_cmp.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ui_sub.lo -MD -MP -MF .deps/ui_sub.Tpo -c ../../../mpfr/src/ui_sub.c -o ui_sub.o libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_flow flow.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_flow_cmp flow_cmp.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a depbase=`echo urandom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT urandom.lo -MD -MP -MF $depbase.Tpo -c -o urandom.lo ../../../mpfr/src/urandom.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo urandomb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT urandomb.lo -MD -MP -MF $depbase.Tpo -c -o urandomb.lo ../../../mpfr/src/urandomb.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_schedule_cmp schedule_cmp.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c ../../../mpfr/src/urandom.c -o urandom.o depbase=`echo get_z_exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_z_exp.lo -MD -MP -MF $depbase.Tpo -c -o get_z_exp.lo ../../../mpfr/src/get_z_exp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT urandomb.lo -MD -MP -MF .deps/urandomb.Tpo -c ../../../mpfr/src/urandomb.c -o urandomb.o libtool: link: gcc -mtune=generic -static-libstdc++ -static-libgcc -o isl_schedule_cmp schedule_cmp.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a depbase=`echo swap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT swap.lo -MD -MP -MF $depbase.Tpo -c -o swap.lo ../../../mpfr/src/swap.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_z_exp.lo -MD -MP -MF .deps/get_z_exp.Tpo -c ../../../mpfr/src/get_z_exp.c -o get_z_exp.o depbase=`echo factorial.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT factorial.lo -MD -MP -MF $depbase.Tpo -c -o factorial.lo ../../../mpfr/src/factorial.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cosh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cosh.lo -MD -MP -MF $depbase.Tpo -c -o cosh.lo ../../../mpfr/src/cosh.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c ../../../mpfr/src/swap.c -o swap.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT factorial.lo -MD -MP -MF .deps/factorial.Tpo -c ../../../mpfr/src/factorial.c -o factorial.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c ../../../mpfr/src/cosh.c -o cosh.o depbase=`echo sinh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sinh.lo -MD -MP -MF $depbase.Tpo -c -o sinh.lo ../../../mpfr/src/sinh.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo tanh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT tanh.lo -MD -MP -MF $depbase.Tpo -c -o tanh.lo ../../../mpfr/src/tanh.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo sinh_cosh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sinh_cosh.lo -MD -MP -MF $depbase.Tpo -c -o sinh_cosh.lo ../../../mpfr/src/sinh_cosh.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c ../../../mpfr/src/sinh.c -o sinh.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sinh_cosh.lo -MD -MP -MF .deps/sinh_cosh.Tpo -c ../../../mpfr/src/sinh_cosh.c -o sinh_cosh.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c ../../../mpfr/src/tanh.c -o tanh.o depbase=`echo acosh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT acosh.lo -MD -MP -MF $depbase.Tpo -c -o acosh.lo ../../../mpfr/src/acosh.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo asinh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT asinh.lo -MD -MP -MF $depbase.Tpo -c -o asinh.lo ../../../mpfr/src/asinh.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo atanh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT atanh.lo -MD -MP -MF $depbase.Tpo -c -o atanh.lo ../../../mpfr/src/atanh.c &&\ mv -f $depbase.Tpo $depbase.Plo /bin/sh ./libtool --tag=CXX --mode=link g++ -mtune=generic -static-libstdc++ -static-libgcc -o isl_test_cpp isl_test_cpp.o libisl.la /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/libgmp.la libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c ../../../mpfr/src/acosh.c -o acosh.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c ../../../mpfr/src/asinh.c -o asinh.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c ../../../mpfr/src/atanh.c -o atanh.o depbase=`echo atan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT atan.lo -MD -MP -MF $depbase.Tpo -c -o atan.lo ../../../mpfr/src/atan.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cmp2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp2.lo -MD -MP -MF $depbase.Tpo -c -o cmp2.lo ../../../mpfr/src/cmp2.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo exp_2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp_2.lo -MD -MP -MF $depbase.Tpo -c -o exp_2.lo ../../../mpfr/src/exp_2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: link: g++ -mtune=generic -static-libstdc++ -static-libgcc -o isl_test_cpp isl_test_cpp.o ./.libs/libisl.a /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs/libgmp.a libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c ../../../mpfr/src/atan.c -o atan.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp2.lo -MD -MP -MF .deps/cmp2.Tpo -c ../../../mpfr/src/cmp2.c -o cmp2.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT exp_2.lo -MD -MP -MF .deps/exp_2.Tpo -c ../../../mpfr/src/exp_2.c -o exp_2.o depbase=`echo asin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT asin.lo -MD -MP -MF $depbase.Tpo -c -o asin.lo ../../../mpfr/src/asin.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo const_euler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT const_euler.lo -MD -MP -MF $depbase.Tpo -c -o const_euler.lo ../../../mpfr/src/const_euler.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cos.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cos.lo -MD -MP -MF $depbase.Tpo -c -o cos.lo ../../../mpfr/src/cos.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c ../../../mpfr/src/asin.c -o asin.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT const_euler.lo -MD -MP -MF .deps/const_euler.Tpo -c ../../../mpfr/src/const_euler.c -o const_euler.o depbase=`echo sin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sin.lo -MD -MP -MF $depbase.Tpo -c -o sin.lo ../../../mpfr/src/sin.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c ../../../mpfr/src/cos.c -o cos.o depbase=`echo tan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT tan.lo -MD -MP -MF $depbase.Tpo -c -o tan.lo ../../../mpfr/src/tan.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c ../../../mpfr/src/sin.c -o sin.o depbase=`echo fma.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fma.lo -MD -MP -MF $depbase.Tpo -c -o fma.lo ../../../mpfr/src/fma.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c ../../../mpfr/src/tan.c -o tan.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c ../../../mpfr/src/fma.c -o fma.o depbase=`echo fms.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fms.lo -MD -MP -MF $depbase.Tpo -c -o fms.lo ../../../mpfr/src/fms.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo hypot.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT hypot.lo -MD -MP -MF $depbase.Tpo -c -o hypot.lo ../../../mpfr/src/hypot.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo log1p.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log1p.lo -MD -MP -MF $depbase.Tpo -c -o log1p.lo ../../../mpfr/src/log1p.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fms.lo -MD -MP -MF .deps/fms.Tpo -c ../../../mpfr/src/fms.c -o fms.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c ../../../mpfr/src/hypot.c -o hypot.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c ../../../mpfr/src/log1p.c -o log1p.o depbase=`echo expm1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT expm1.lo -MD -MP -MF $depbase.Tpo -c -o expm1.lo ../../../mpfr/src/expm1.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo log2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log2.lo -MD -MP -MF $depbase.Tpo -c -o log2.lo ../../../mpfr/src/log2.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo log10.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log10.lo -MD -MP -MF $depbase.Tpo -c -o log10.lo ../../../mpfr/src/log10.c &&\ mv -f $depbase.Tpo $depbase.Plo make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl' Making all in doc make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl/doc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl/doc' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/isl' depbase=`echo ui_pow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ui_pow.lo -MD -MP -MF $depbase.Tpo -c -o ui_pow.lo ../../../mpfr/src/ui_pow.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c ../../../mpfr/src/expm1.c -o expm1.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c ../../../mpfr/src/log10.c -o log10.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log2.lo -MD -MP -MF .deps/log2.Tpo -c ../../../mpfr/src/log2.c -o log2.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ui_pow.lo -MD -MP -MF .deps/ui_pow.Tpo -c ../../../mpfr/src/ui_pow.c -o ui_pow.o depbase=`echo ui_pow_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ui_pow_ui.lo -MD -MP -MF $depbase.Tpo -c -o ui_pow_ui.lo ../../../mpfr/src/ui_pow_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo minmax.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT minmax.lo -MD -MP -MF $depbase.Tpo -c -o minmax.lo ../../../mpfr/src/minmax.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo dim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT dim.lo -MD -MP -MF $depbase.Tpo -c -o dim.lo ../../../mpfr/src/dim.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo signbit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT signbit.lo -MD -MP -MF $depbase.Tpo -c -o signbit.lo ../../../mpfr/src/signbit.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ui_pow_ui.lo -MD -MP -MF .deps/ui_pow_ui.Tpo -c ../../../mpfr/src/ui_pow_ui.c -o ui_pow_ui.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c ../../../mpfr/src/minmax.c -o minmax.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT dim.lo -MD -MP -MF .deps/dim.Tpo -c ../../../mpfr/src/dim.c -o dim.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT signbit.lo -MD -MP -MF .deps/signbit.Tpo -c ../../../mpfr/src/signbit.c -o signbit.o depbase=`echo copysign.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT copysign.lo -MD -MP -MF $depbase.Tpo -c -o copysign.lo ../../../mpfr/src/copysign.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo setsign.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT setsign.lo -MD -MP -MF $depbase.Tpo -c -o setsign.lo ../../../mpfr/src/setsign.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo gmp_op.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT gmp_op.lo -MD -MP -MF $depbase.Tpo -c -o gmp_op.lo ../../../mpfr/src/gmp_op.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo init2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT init2.lo -MD -MP -MF $depbase.Tpo -c -o init2.lo ../../../mpfr/src/init2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT setsign.lo -MD -MP -MF .deps/setsign.Tpo -c ../../../mpfr/src/setsign.c -o setsign.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT copysign.lo -MD -MP -MF .deps/copysign.Tpo -c ../../../mpfr/src/copysign.c -o copysign.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT gmp_op.lo -MD -MP -MF .deps/gmp_op.Tpo -c ../../../mpfr/src/gmp_op.c -o gmp_op.o depbase=`echo acos.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT acos.lo -MD -MP -MF $depbase.Tpo -c -o acos.lo ../../../mpfr/src/acos.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c ../../../mpfr/src/init2.c -o init2.o depbase=`echo sin_cos.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sin_cos.lo -MD -MP -MF $depbase.Tpo -c -o sin_cos.lo ../../../mpfr/src/sin_cos.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo set_nan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_nan.lo -MD -MP -MF $depbase.Tpo -c -o set_nan.lo ../../../mpfr/src/set_nan.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c ../../../mpfr/src/acos.c -o acos.o depbase=`echo set_inf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_inf.lo -MD -MP -MF $depbase.Tpo -c -o set_inf.lo ../../../mpfr/src/set_inf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c ../../../mpfr/src/sin_cos.c -o sin_cos.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_nan.lo -MD -MP -MF .deps/set_nan.Tpo -c ../../../mpfr/src/set_nan.c -o set_nan.o depbase=`echo set_zero.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_zero.lo -MD -MP -MF $depbase.Tpo -c -o set_zero.lo ../../../mpfr/src/set_zero.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_inf.lo -MD -MP -MF .deps/set_inf.Tpo -c ../../../mpfr/src/set_inf.c -o set_inf.o depbase=`echo powerof2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT powerof2.lo -MD -MP -MF $depbase.Tpo -c -o powerof2.lo ../../../mpfr/src/powerof2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_zero.lo -MD -MP -MF .deps/set_zero.Tpo -c ../../../mpfr/src/set_zero.c -o set_zero.o depbase=`echo gamma.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT gamma.lo -MD -MP -MF $depbase.Tpo -c -o gamma.lo ../../../mpfr/src/gamma.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo set_ld.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_ld.lo -MD -MP -MF $depbase.Tpo -c -o set_ld.lo ../../../mpfr/src/set_ld.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_ld.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_ld.lo -MD -MP -MF $depbase.Tpo -c -o get_ld.lo ../../../mpfr/src/get_ld.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT powerof2.lo -MD -MP -MF .deps/powerof2.Tpo -c ../../../mpfr/src/powerof2.c -o powerof2.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_ld.lo -MD -MP -MF .deps/set_ld.Tpo -c ../../../mpfr/src/set_ld.c -o set_ld.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c ../../../mpfr/src/gamma.c -o gamma.o depbase=`echo cbrt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cbrt.lo -MD -MP -MF $depbase.Tpo -c -o cbrt.lo ../../../mpfr/src/cbrt.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_ld.lo -MD -MP -MF .deps/get_ld.Tpo -c ../../../mpfr/src/get_ld.c -o get_ld.o depbase=`echo volatile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT volatile.lo -MD -MP -MF $depbase.Tpo -c -o volatile.lo ../../../mpfr/src/volatile.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fits_sshort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_sshort.lo -MD -MP -MF $depbase.Tpo -c -o fits_sshort.lo ../../../mpfr/src/fits_sshort.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cbrt.lo -MD -MP -MF .deps/cbrt.Tpo -c ../../../mpfr/src/cbrt.c -o cbrt.o depbase=`echo fits_sint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_sint.lo -MD -MP -MF $depbase.Tpo -c -o fits_sint.lo ../../../mpfr/src/fits_sint.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT volatile.lo -MD -MP -MF .deps/volatile.Tpo -c ../../../mpfr/src/volatile.c -o volatile.o depbase=`echo fits_slong.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_slong.lo -MD -MP -MF $depbase.Tpo -c -o fits_slong.lo ../../../mpfr/src/fits_slong.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_sshort.lo -MD -MP -MF .deps/fits_sshort.Tpo -c ../../../mpfr/src/fits_sshort.c -o fits_sshort.o depbase=`echo fits_ushort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_ushort.lo -MD -MP -MF $depbase.Tpo -c -o fits_ushort.lo ../../../mpfr/src/fits_ushort.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_sint.lo -MD -MP -MF .deps/fits_sint.Tpo -c ../../../mpfr/src/fits_sint.c -o fits_sint.o depbase=`echo fits_uint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_uint.lo -MD -MP -MF $depbase.Tpo -c -o fits_uint.lo ../../../mpfr/src/fits_uint.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fits_ulong.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_ulong.lo -MD -MP -MF $depbase.Tpo -c -o fits_ulong.lo ../../../mpfr/src/fits_ulong.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_slong.lo -MD -MP -MF .deps/fits_slong.Tpo -c ../../../mpfr/src/fits_slong.c -o fits_slong.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_ushort.lo -MD -MP -MF .deps/fits_ushort.Tpo -c ../../../mpfr/src/fits_ushort.c -o fits_ushort.o depbase=`echo fits_uintmax.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_uintmax.lo -MD -MP -MF $depbase.Tpo -c -o fits_uintmax.lo ../../../mpfr/src/fits_uintmax.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_uint.lo -MD -MP -MF .deps/fits_uint.Tpo -c ../../../mpfr/src/fits_uint.c -o fits_uint.o depbase=`echo fits_intmax.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_intmax.lo -MD -MP -MF $depbase.Tpo -c -o fits_intmax.lo ../../../mpfr/src/fits_intmax.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_ulong.lo -MD -MP -MF .deps/fits_ulong.Tpo -c ../../../mpfr/src/fits_ulong.c -o fits_ulong.o depbase=`echo get_si.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_si.lo -MD -MP -MF $depbase.Tpo -c -o get_si.lo ../../../mpfr/src/get_si.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_ui.lo -MD -MP -MF $depbase.Tpo -c -o get_ui.lo ../../../mpfr/src/get_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_intmax.lo -MD -MP -MF .deps/fits_intmax.Tpo -c ../../../mpfr/src/fits_intmax.c -o fits_intmax.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fits_uintmax.lo -MD -MP -MF .deps/fits_uintmax.Tpo -c ../../../mpfr/src/fits_uintmax.c -o fits_uintmax.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_si.lo -MD -MP -MF .deps/get_si.Tpo -c ../../../mpfr/src/get_si.c -o get_si.o depbase=`echo zeta.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT zeta.lo -MD -MP -MF $depbase.Tpo -c -o zeta.lo ../../../mpfr/src/zeta.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cmp_d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp_d.lo -MD -MP -MF $depbase.Tpo -c -o cmp_d.lo ../../../mpfr/src/cmp_d.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_ui.lo -MD -MP -MF .deps/get_ui.Tpo -c ../../../mpfr/src/get_ui.c -o get_ui.o depbase=`echo erf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT erf.lo -MD -MP -MF $depbase.Tpo -c -o erf.lo ../../../mpfr/src/erf.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo inits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT inits.lo -MD -MP -MF $depbase.Tpo -c -o inits.lo ../../../mpfr/src/inits.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp_d.lo -MD -MP -MF .deps/cmp_d.Tpo -c ../../../mpfr/src/cmp_d.c -o cmp_d.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c ../../../mpfr/src/zeta.c -o zeta.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT erf.lo -MD -MP -MF .deps/erf.Tpo -c ../../../mpfr/src/erf.c -o erf.o depbase=`echo inits2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT inits2.lo -MD -MP -MF $depbase.Tpo -c -o inits2.lo ../../../mpfr/src/inits2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT inits.lo -MD -MP -MF .deps/inits.Tpo -c ../../../mpfr/src/inits.c -o inits.o depbase=`echo clears.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT clears.lo -MD -MP -MF $depbase.Tpo -c -o clears.lo ../../../mpfr/src/clears.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo sgn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sgn.lo -MD -MP -MF $depbase.Tpo -c -o sgn.lo ../../../mpfr/src/sgn.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT inits2.lo -MD -MP -MF .deps/inits2.Tpo -c ../../../mpfr/src/inits2.c -o inits2.o depbase=`echo check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT check.lo -MD -MP -MF $depbase.Tpo -c -o check.lo ../../../mpfr/src/check.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT clears.lo -MD -MP -MF .deps/clears.Tpo -c ../../../mpfr/src/clears.c -o clears.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sgn.lo -MD -MP -MF .deps/sgn.Tpo -c ../../../mpfr/src/sgn.c -o sgn.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT check.lo -MD -MP -MF .deps/check.Tpo -c ../../../mpfr/src/check.c -o check.o depbase=`echo sub1sp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub1sp.lo -MD -MP -MF $depbase.Tpo -c -o sub1sp.lo ../../../mpfr/src/sub1sp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT version.lo -MD -MP -MF $depbase.Tpo -c -o version.lo ../../../mpfr/src/version.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo mpn_exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mpn_exp.lo -MD -MP -MF $depbase.Tpo -c -o mpn_exp.lo ../../../mpfr/src/mpn_exp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo mpfr-gmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mpfr-gmp.lo -MD -MP -MF $depbase.Tpo -c -o mpfr-gmp.lo ../../../mpfr/src/mpfr-gmp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mpn_exp.lo -MD -MP -MF .deps/mpn_exp.Tpo -c ../../../mpfr/src/mpn_exp.c -o mpn_exp.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT version.lo -MD -MP -MF .deps/version.Tpo -c ../../../mpfr/src/version.c -o version.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mpfr-gmp.lo -MD -MP -MF .deps/mpfr-gmp.Tpo -c ../../../mpfr/src/mpfr-gmp.c -o mpfr-gmp.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub1sp.lo -MD -MP -MF .deps/sub1sp.Tpo -c ../../../mpfr/src/sub1sp.c -o sub1sp.o depbase=`echo mp_clz_tab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mp_clz_tab.lo -MD -MP -MF $depbase.Tpo -c -o mp_clz_tab.lo ../../../mpfr/src/mp_clz_tab.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo sum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sum.lo -MD -MP -MF $depbase.Tpo -c -o sum.lo ../../../mpfr/src/sum.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo add1sp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add1sp.lo -MD -MP -MF $depbase.Tpo -c -o add1sp.lo ../../../mpfr/src/add1sp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mp_clz_tab.lo -MD -MP -MF .deps/mp_clz_tab.Tpo -c ../../../mpfr/src/mp_clz_tab.c -o mp_clz_tab.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c ../../../mpfr/src/sum.c -o sum.o depbase=`echo free_cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT free_cache.lo -MD -MP -MF $depbase.Tpo -c -o free_cache.lo ../../../mpfr/src/free_cache.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add1sp.lo -MD -MP -MF .deps/add1sp.Tpo -c ../../../mpfr/src/add1sp.c -o add1sp.o depbase=`echo si_op.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT si_op.lo -MD -MP -MF $depbase.Tpo -c -o si_op.lo ../../../mpfr/src/si_op.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT free_cache.lo -MD -MP -MF .deps/free_cache.Tpo -c ../../../mpfr/src/free_cache.c -o free_cache.o depbase=`echo cmp_ld.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp_ld.lo -MD -MP -MF $depbase.Tpo -c -o cmp_ld.lo ../../../mpfr/src/cmp_ld.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT si_op.lo -MD -MP -MF .deps/si_op.Tpo -c ../../../mpfr/src/si_op.c -o si_op.o depbase=`echo set_ui_2exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_ui_2exp.lo -MD -MP -MF $depbase.Tpo -c -o set_ui_2exp.lo ../../../mpfr/src/set_ui_2exp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo set_si_2exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_si_2exp.lo -MD -MP -MF $depbase.Tpo -c -o set_si_2exp.lo ../../../mpfr/src/set_si_2exp.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo set_uj.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_uj.lo -MD -MP -MF $depbase.Tpo -c -o set_uj.lo ../../../mpfr/src/set_uj.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmp_ld.lo -MD -MP -MF .deps/cmp_ld.Tpo -c ../../../mpfr/src/cmp_ld.c -o cmp_ld.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_ui_2exp.lo -MD -MP -MF .deps/set_ui_2exp.Tpo -c ../../../mpfr/src/set_ui_2exp.c -o set_ui_2exp.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_si_2exp.lo -MD -MP -MF .deps/set_si_2exp.Tpo -c ../../../mpfr/src/set_si_2exp.c -o set_si_2exp.o depbase=`echo set_sj.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_sj.lo -MD -MP -MF $depbase.Tpo -c -o set_sj.lo ../../../mpfr/src/set_sj.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_uj.lo -MD -MP -MF .deps/set_uj.Tpo -c ../../../mpfr/src/set_uj.c -o set_uj.o depbase=`echo get_sj.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_sj.lo -MD -MP -MF $depbase.Tpo -c -o get_sj.lo ../../../mpfr/src/get_sj.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_uj.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_uj.lo -MD -MP -MF $depbase.Tpo -c -o get_uj.lo ../../../mpfr/src/get_uj.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_z.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_z.lo -MD -MP -MF $depbase.Tpo -c -o get_z.lo ../../../mpfr/src/get_z.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_sj.lo -MD -MP -MF .deps/set_sj.Tpo -c ../../../mpfr/src/set_sj.c -o set_sj.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_sj.lo -MD -MP -MF .deps/get_sj.Tpo -c ../../../mpfr/src/get_sj.c -o get_sj.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_uj.lo -MD -MP -MF .deps/get_uj.Tpo -c ../../../mpfr/src/get_uj.c -o get_uj.o depbase=`echo iszero.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT iszero.lo -MD -MP -MF $depbase.Tpo -c -o iszero.lo ../../../mpfr/src/iszero.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_z.lo -MD -MP -MF .deps/get_z.Tpo -c ../../../mpfr/src/get_z.c -o get_z.o depbase=`echo cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cache.lo -MD -MP -MF $depbase.Tpo -c -o cache.lo ../../../mpfr/src/cache.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo sqr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sqr.lo -MD -MP -MF $depbase.Tpo -c -o sqr.lo ../../../mpfr/src/sqr.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo int_ceil_log2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT int_ceil_log2.lo -MD -MP -MF $depbase.Tpo -c -o int_ceil_log2.lo ../../../mpfr/src/int_ceil_log2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c ../../../mpfr/src/sqr.c -o sqr.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT iszero.lo -MD -MP -MF .deps/iszero.Tpo -c ../../../mpfr/src/iszero.c -o iszero.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../../../mpfr/src/cache.c -o cache.o depbase=`echo isqrt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isqrt.lo -MD -MP -MF $depbase.Tpo -c -o isqrt.lo ../../../mpfr/src/isqrt.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT int_ceil_log2.lo -MD -MP -MF .deps/int_ceil_log2.Tpo -c ../../../mpfr/src/int_ceil_log2.c -o int_ceil_log2.o depbase=`echo strtofr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT strtofr.lo -MD -MP -MF $depbase.Tpo -c -o strtofr.lo ../../../mpfr/src/strtofr.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo pow_z.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pow_z.lo -MD -MP -MF $depbase.Tpo -c -o pow_z.lo ../../../mpfr/src/pow_z.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo logging.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT logging.lo -MD -MP -MF $depbase.Tpo -c -o logging.lo ../../../mpfr/src/logging.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isqrt.lo -MD -MP -MF .deps/isqrt.Tpo -c ../../../mpfr/src/isqrt.c -o isqrt.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT strtofr.lo -MD -MP -MF .deps/strtofr.Tpo -c ../../../mpfr/src/strtofr.c -o strtofr.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c ../../../mpfr/src/pow_z.c -o pow_z.o depbase=`echo mulders.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mulders.lo -MD -MP -MF $depbase.Tpo -c -o mulders.lo ../../../mpfr/src/mulders.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c ../../../mpfr/src/logging.c -o logging.o depbase=`echo get_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_f.lo -MD -MP -MF $depbase.Tpo -c -o get_f.lo ../../../mpfr/src/get_f.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo round_p.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT round_p.lo -MD -MP -MF $depbase.Tpo -c -o round_p.lo ../../../mpfr/src/round_p.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo erfc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT erfc.lo -MD -MP -MF $depbase.Tpo -c -o erfc.lo ../../../mpfr/src/erfc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mulders.lo -MD -MP -MF .deps/mulders.Tpo -c ../../../mpfr/src/mulders.c -o mulders.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT round_p.lo -MD -MP -MF .deps/round_p.Tpo -c ../../../mpfr/src/round_p.c -o round_p.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c ../../../mpfr/src/get_f.c -o get_f.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c ../../../mpfr/src/erfc.c -o erfc.o depbase=`echo atan2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT atan2.lo -MD -MP -MF $depbase.Tpo -c -o atan2.lo ../../../mpfr/src/atan2.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo subnormal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT subnormal.lo -MD -MP -MF $depbase.Tpo -c -o subnormal.lo ../../../mpfr/src/subnormal.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo const_catalan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT const_catalan.lo -MD -MP -MF $depbase.Tpo -c -o const_catalan.lo ../../../mpfr/src/const_catalan.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo root.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT root.lo -MD -MP -MF $depbase.Tpo -c -o root.lo ../../../mpfr/src/root.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT atan2.lo -MD -MP -MF .deps/atan2.Tpo -c ../../../mpfr/src/atan2.c -o atan2.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT subnormal.lo -MD -MP -MF .deps/subnormal.Tpo -c ../../../mpfr/src/subnormal.c -o subnormal.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT const_catalan.lo -MD -MP -MF .deps/const_catalan.Tpo -c ../../../mpfr/src/const_catalan.c -o const_catalan.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT root.lo -MD -MP -MF .deps/root.Tpo -c ../../../mpfr/src/root.c -o root.o depbase=`echo sec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sec.lo -MD -MP -MF $depbase.Tpo -c -o sec.lo ../../../mpfr/src/sec.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo csc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT csc.lo -MD -MP -MF $depbase.Tpo -c -o csc.lo ../../../mpfr/src/csc.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo cot.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cot.lo -MD -MP -MF $depbase.Tpo -c -o cot.lo ../../../mpfr/src/cot.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo eint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT eint.lo -MD -MP -MF $depbase.Tpo -c -o eint.lo ../../../mpfr/src/eint.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sec.lo -MD -MP -MF .deps/sec.Tpo -c ../../../mpfr/src/sec.c -o sec.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT csc.lo -MD -MP -MF .deps/csc.Tpo -c ../../../mpfr/src/csc.c -o csc.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cot.lo -MD -MP -MF .deps/cot.Tpo -c ../../../mpfr/src/cot.c -o cot.o depbase=`echo sech.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sech.lo -MD -MP -MF $depbase.Tpo -c -o sech.lo ../../../mpfr/src/sech.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT eint.lo -MD -MP -MF .deps/eint.Tpo -c ../../../mpfr/src/eint.c -o eint.o depbase=`echo csch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT csch.lo -MD -MP -MF $depbase.Tpo -c -o csch.lo ../../../mpfr/src/csch.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo coth.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT coth.lo -MD -MP -MF $depbase.Tpo -c -o coth.lo ../../../mpfr/src/coth.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo round_near_x.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT round_near_x.lo -MD -MP -MF $depbase.Tpo -c -o round_near_x.lo ../../../mpfr/src/round_near_x.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sech.lo -MD -MP -MF .deps/sech.Tpo -c ../../../mpfr/src/sech.c -o sech.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT coth.lo -MD -MP -MF .deps/coth.Tpo -c ../../../mpfr/src/coth.c -o coth.o depbase=`echo constant.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT constant.lo -MD -MP -MF $depbase.Tpo -c -o constant.lo ../../../mpfr/src/constant.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT csch.lo -MD -MP -MF .deps/csch.Tpo -c ../../../mpfr/src/csch.c -o csch.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT round_near_x.lo -MD -MP -MF .deps/round_near_x.Tpo -c ../../../mpfr/src/round_near_x.c -o round_near_x.o depbase=`echo abort_prec_max.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT abort_prec_max.lo -MD -MP -MF $depbase.Tpo -c -o abort_prec_max.lo ../../../mpfr/src/abort_prec_max.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo stack_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT stack_interface.lo -MD -MP -MF $depbase.Tpo -c -o stack_interface.lo ../../../mpfr/src/stack_interface.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT constant.lo -MD -MP -MF .deps/constant.Tpo -c ../../../mpfr/src/constant.c -o constant.o depbase=`echo lngamma.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT lngamma.lo -MD -MP -MF $depbase.Tpo -c -o lngamma.lo ../../../mpfr/src/lngamma.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo zeta_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT zeta_ui.lo -MD -MP -MF $depbase.Tpo -c -o zeta_ui.lo ../../../mpfr/src/zeta_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT abort_prec_max.lo -MD -MP -MF .deps/abort_prec_max.Tpo -c ../../../mpfr/src/abort_prec_max.c -o abort_prec_max.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT stack_interface.lo -MD -MP -MF .deps/stack_interface.Tpo -c ../../../mpfr/src/stack_interface.c -o stack_interface.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT lngamma.lo -MD -MP -MF .deps/lngamma.Tpo -c ../../../mpfr/src/lngamma.c -o lngamma.o depbase=`echo set_d64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_d64.lo -MD -MP -MF $depbase.Tpo -c -o set_d64.lo ../../../mpfr/src/set_d64.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT zeta_ui.lo -MD -MP -MF .deps/zeta_ui.Tpo -c ../../../mpfr/src/zeta_ui.c -o zeta_ui.o depbase=`echo get_d64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_d64.lo -MD -MP -MF $depbase.Tpo -c -o get_d64.lo ../../../mpfr/src/get_d64.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_d64.lo -MD -MP -MF .deps/set_d64.Tpo -c ../../../mpfr/src/set_d64.c -o set_d64.o depbase=`echo jn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT jn.lo -MD -MP -MF $depbase.Tpo -c -o jn.lo ../../../mpfr/src/jn.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo yn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT yn.lo -MD -MP -MF $depbase.Tpo -c -o yn.lo ../../../mpfr/src/yn.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo rem1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT rem1.lo -MD -MP -MF $depbase.Tpo -c -o rem1.lo ../../../mpfr/src/rem1.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_d64.lo -MD -MP -MF .deps/get_d64.Tpo -c ../../../mpfr/src/get_d64.c -o get_d64.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT jn.lo -MD -MP -MF .deps/jn.Tpo -c ../../../mpfr/src/jn.c -o jn.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT yn.lo -MD -MP -MF .deps/yn.Tpo -c ../../../mpfr/src/yn.c -o yn.o depbase=`echo add_d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add_d.lo -MD -MP -MF $depbase.Tpo -c -o add_d.lo ../../../mpfr/src/add_d.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT rem1.lo -MD -MP -MF .deps/rem1.Tpo -c ../../../mpfr/src/rem1.c -o rem1.o depbase=`echo sub_d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub_d.lo -MD -MP -MF $depbase.Tpo -c -o sub_d.lo ../../../mpfr/src/sub_d.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo d_sub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT d_sub.lo -MD -MP -MF $depbase.Tpo -c -o d_sub.lo ../../../mpfr/src/d_sub.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT add_d.lo -MD -MP -MF .deps/add_d.Tpo -c ../../../mpfr/src/add_d.c -o add_d.o depbase=`echo mul_d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_d.lo -MD -MP -MF $depbase.Tpo -c -o mul_d.lo ../../../mpfr/src/mul_d.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo div_d.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_d.lo -MD -MP -MF $depbase.Tpo -c -o div_d.lo ../../../mpfr/src/div_d.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT sub_d.lo -MD -MP -MF .deps/sub_d.Tpo -c ../../../mpfr/src/sub_d.c -o sub_d.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT d_sub.lo -MD -MP -MF .deps/d_sub.Tpo -c ../../../mpfr/src/d_sub.c -o d_sub.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mul_d.lo -MD -MP -MF .deps/mul_d.Tpo -c ../../../mpfr/src/mul_d.c -o mul_d.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT div_d.lo -MD -MP -MF .deps/div_d.Tpo -c ../../../mpfr/src/div_d.c -o div_d.o depbase=`echo d_div.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT d_div.lo -MD -MP -MF $depbase.Tpo -c -o d_div.lo ../../../mpfr/src/d_div.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo li2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT li2.lo -MD -MP -MF $depbase.Tpo -c -o li2.lo ../../../mpfr/src/li2.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo rec_sqrt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT rec_sqrt.lo -MD -MP -MF $depbase.Tpo -c -o rec_sqrt.lo ../../../mpfr/src/rec_sqrt.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo min_prec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT min_prec.lo -MD -MP -MF $depbase.Tpo -c -o min_prec.lo ../../../mpfr/src/min_prec.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT d_div.lo -MD -MP -MF .deps/d_div.Tpo -c ../../../mpfr/src/d_div.c -o d_div.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT li2.lo -MD -MP -MF .deps/li2.Tpo -c ../../../mpfr/src/li2.c -o li2.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT rec_sqrt.lo -MD -MP -MF .deps/rec_sqrt.Tpo -c ../../../mpfr/src/rec_sqrt.c -o rec_sqrt.o depbase=`echo buildopt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT buildopt.lo -MD -MP -MF $depbase.Tpo -c -o buildopt.lo ../../../mpfr/src/buildopt.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT min_prec.lo -MD -MP -MF .deps/min_prec.Tpo -c ../../../mpfr/src/min_prec.c -o min_prec.o depbase=`echo digamma.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT digamma.lo -MD -MP -MF $depbase.Tpo -c -o digamma.lo ../../../mpfr/src/digamma.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo bernoulli.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT bernoulli.lo -MD -MP -MF $depbase.Tpo -c -o bernoulli.lo ../../../mpfr/src/bernoulli.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo isregular.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isregular.lo -MD -MP -MF $depbase.Tpo -c -o isregular.lo ../../../mpfr/src/isregular.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT buildopt.lo -MD -MP -MF .deps/buildopt.Tpo -c ../../../mpfr/src/buildopt.c -o buildopt.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT digamma.lo -MD -MP -MF .deps/digamma.Tpo -c ../../../mpfr/src/digamma.c -o digamma.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c ../../../mpfr/src/bernoulli.c -o bernoulli.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT isregular.lo -MD -MP -MF .deps/isregular.Tpo -c ../../../mpfr/src/isregular.c -o isregular.o depbase=`echo set_flt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_flt.lo -MD -MP -MF $depbase.Tpo -c -o set_flt.lo ../../../mpfr/src/set_flt.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_flt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_flt.lo -MD -MP -MF $depbase.Tpo -c -o get_flt.lo ../../../mpfr/src/get_flt.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo scale2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT scale2.lo -MD -MP -MF $depbase.Tpo -c -o scale2.lo ../../../mpfr/src/scale2.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo set_z_exp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_z_exp.lo -MD -MP -MF $depbase.Tpo -c -o set_z_exp.lo ../../../mpfr/src/set_z_exp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_flt.lo -MD -MP -MF .deps/set_flt.Tpo -c ../../../mpfr/src/set_flt.c -o set_flt.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_flt.lo -MD -MP -MF .deps/get_flt.Tpo -c ../../../mpfr/src/get_flt.c -o get_flt.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT scale2.lo -MD -MP -MF .deps/scale2.Tpo -c ../../../mpfr/src/scale2.c -o scale2.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_z_exp.lo -MD -MP -MF .deps/set_z_exp.Tpo -c ../../../mpfr/src/set_z_exp.c -o set_z_exp.o depbase=`echo ai.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ai.lo -MD -MP -MF $depbase.Tpo -c -o ai.lo ../../../mpfr/src/ai.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo gammaonethird.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT gammaonethird.lo -MD -MP -MF $depbase.Tpo -c -o gammaonethird.lo ../../../mpfr/src/gammaonethird.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo grandom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT grandom.lo -MD -MP -MF $depbase.Tpo -c -o grandom.lo ../../../mpfr/src/grandom.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo fpif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fpif.lo -MD -MP -MF $depbase.Tpo -c -o fpif.lo ../../../mpfr/src/fpif.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ai.lo -MD -MP -MF .deps/ai.Tpo -c ../../../mpfr/src/ai.c -o ai.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT gammaonethird.lo -MD -MP -MF .deps/gammaonethird.Tpo -c ../../../mpfr/src/gammaonethird.c -o gammaonethird.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT grandom.lo -MD -MP -MF .deps/grandom.Tpo -c ../../../mpfr/src/grandom.c -o grandom.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fpif.lo -MD -MP -MF .deps/fpif.Tpo -c ../../../mpfr/src/fpif.c -o fpif.o depbase=`echo set_float128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_float128.lo -MD -MP -MF $depbase.Tpo -c -o set_float128.lo ../../../mpfr/src/set_float128.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_float128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_float128.lo -MD -MP -MF $depbase.Tpo -c -o get_float128.lo ../../../mpfr/src/get_float128.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo rndna.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT rndna.lo -MD -MP -MF $depbase.Tpo -c -o rndna.lo ../../../mpfr/src/rndna.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo nrandom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT nrandom.lo -MD -MP -MF $depbase.Tpo -c -o nrandom.lo ../../../mpfr/src/nrandom.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_float128.lo -MD -MP -MF .deps/set_float128.Tpo -c ../../../mpfr/src/set_float128.c -o set_float128.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT rndna.lo -MD -MP -MF .deps/rndna.Tpo -c ../../../mpfr/src/rndna.c -o rndna.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_float128.lo -MD -MP -MF .deps/get_float128.Tpo -c ../../../mpfr/src/get_float128.c -o get_float128.o depbase=`echo random_deviate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT random_deviate.lo -MD -MP -MF $depbase.Tpo -c -o random_deviate.lo ../../../mpfr/src/random_deviate.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo erandom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT erandom.lo -MD -MP -MF $depbase.Tpo -c -o erandom.lo ../../../mpfr/src/erandom.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo mpfr-mini-gmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mpfr-mini-gmp.lo -MD -MP -MF $depbase.Tpo -c -o mpfr-mini-gmp.lo ../../../mpfr/src/mpfr-mini-gmp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT nrandom.lo -MD -MP -MF .deps/nrandom.Tpo -c ../../../mpfr/src/nrandom.c -o nrandom.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT random_deviate.lo -MD -MP -MF .deps/random_deviate.Tpo -c ../../../mpfr/src/random_deviate.c -o random_deviate.o depbase=`echo fmma.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fmma.lo -MD -MP -MF $depbase.Tpo -c -o fmma.lo ../../../mpfr/src/fmma.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT erandom.lo -MD -MP -MF .deps/erandom.Tpo -c ../../../mpfr/src/erandom.c -o erandom.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT mpfr-mini-gmp.lo -MD -MP -MF .deps/mpfr-mini-gmp.Tpo -c ../../../mpfr/src/mpfr-mini-gmp.c -o mpfr-mini-gmp.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT fmma.lo -MD -MP -MF .deps/fmma.Tpo -c ../../../mpfr/src/fmma.c -o fmma.o depbase=`echo log_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log_ui.lo -MD -MP -MF $depbase.Tpo -c -o log_ui.lo ../../../mpfr/src/log_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo gamma_inc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT gamma_inc.lo -MD -MP -MF $depbase.Tpo -c -o gamma_inc.lo ../../../mpfr/src/gamma_inc.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo ubf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ubf.lo -MD -MP -MF $depbase.Tpo -c -o ubf.lo ../../../mpfr/src/ubf.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo beta.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT beta.lo -MD -MP -MF $depbase.Tpo -c -o beta.lo ../../../mpfr/src/beta.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT log_ui.lo -MD -MP -MF .deps/log_ui.Tpo -c ../../../mpfr/src/log_ui.c -o log_ui.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT ubf.lo -MD -MP -MF .deps/ubf.Tpo -c ../../../mpfr/src/ubf.c -o ubf.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT gamma_inc.lo -MD -MP -MF .deps/gamma_inc.Tpo -c ../../../mpfr/src/gamma_inc.c -o gamma_inc.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT beta.lo -MD -MP -MF .deps/beta.Tpo -c ../../../mpfr/src/beta.c -o beta.o depbase=`echo odd_p.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT odd_p.lo -MD -MP -MF $depbase.Tpo -c -o odd_p.lo ../../../mpfr/src/odd_p.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_q.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_q.lo -MD -MP -MF $depbase.Tpo -c -o get_q.lo ../../../mpfr/src/get_q.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo pool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pool.lo -MD -MP -MF $depbase.Tpo -c -o pool.lo ../../../mpfr/src/pool.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT odd_p.lo -MD -MP -MF .deps/odd_p.Tpo -c ../../../mpfr/src/odd_p.c -o odd_p.o depbase=`echo total_order.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT total_order.lo -MD -MP -MF $depbase.Tpo -c -o total_order.lo ../../../mpfr/src/total_order.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_q.lo -MD -MP -MF .deps/get_q.Tpo -c ../../../mpfr/src/get_q.c -o get_q.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT pool.lo -MD -MP -MF .deps/pool.Tpo -c ../../../mpfr/src/pool.c -o pool.o depbase=`echo set_d128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_d128.lo -MD -MP -MF $depbase.Tpo -c -o set_d128.lo ../../../mpfr/src/set_d128.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo get_d128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_d128.lo -MD -MP -MF $depbase.Tpo -c -o get_d128.lo ../../../mpfr/src/get_d128.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT total_order.lo -MD -MP -MF .deps/total_order.Tpo -c ../../../mpfr/src/total_order.c -o total_order.o depbase=`echo nbits_ulong.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT nbits_ulong.lo -MD -MP -MF $depbase.Tpo -c -o nbits_ulong.lo ../../../mpfr/src/nbits_ulong.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT set_d128.lo -MD -MP -MF .deps/set_d128.Tpo -c ../../../mpfr/src/set_d128.c -o set_d128.o depbase=`echo cmpabs_ui.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmpabs_ui.lo -MD -MP -MF $depbase.Tpo -c -o cmpabs_ui.lo ../../../mpfr/src/cmpabs_ui.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_d128.lo -MD -MP -MF .deps/get_d128.Tpo -c ../../../mpfr/src/get_d128.c -o get_d128.o depbase=`echo get_patches.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_patches.lo -MD -MP -MF $depbase.Tpo -c -o get_patches.lo get_patches.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT nbits_ulong.lo -MD -MP -MF .deps/nbits_ulong.Tpo -c ../../../mpfr/src/nbits_ulong.c -o nbits_ulong.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT cmpabs_ui.lo -MD -MP -MF .deps/cmpabs_ui.Tpo -c ../../../mpfr/src/cmpabs_ui.c -o cmpabs_ui.o libtool: compile: gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_SUBNORM_DBL=1 -DHAVE_SUBNORM_FLT=1 -DHAVE_SIGNEDZ=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IEEE_EXT_LITTLE=1 -DMPFR_USE_THREAD_SAFE=1 -DMPFR_USE_C11_THREAD_SAFE=1 -DMPFR_WANT_FLOAT128=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DPRINTF_L=1 -DPRINTF_T=1 -DPRINTF_GROUPFLAG=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DMPFR_INTMAX_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -I../../../mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gmp -DNO_ASM -mtune=generic -MT get_patches.lo -MD -MP -MF .deps/get_patches.Tpo -c get_patches.c -o get_patches.o /bin/sh ../libtool --tag=CC --mode=link gcc -DNO_ASM -mtune=generic -version-info 7:0:1 -static-libstdc++ -static-libgcc -o libmpfr.la -rpath /home/lfs/build/x86_64/tools/lib exceptions.lo extract.lo uceil_exp2.lo uceil_log2.lo ufloor_log2.lo add.lo add1.lo add_ui.lo agm.lo clear.lo cmp.lo cmpabs.lo cmp_si.lo cmp_ui.lo comparisons.lo div_2exp.lo div_2si.lo div_2ui.lo div.lo div_ui.lo dot.lo dump.lo eq.lo exp10.lo exp2.lo exp3.lo exp.lo frac.lo frexp.lo get_d.lo get_exp.lo get_str.lo init.lo inp_str.lo isinteger.lo isinf.lo isnan.lo isnum.lo const_log2.lo log.lo modf.lo mul_2exp.lo mul_2si.lo mul_2ui.lo mul.lo mul_ui.lo neg.lo next.lo out_str.lo printf.lo vasprintf.lo const_pi.lo pow.lo pow_si.lo pow_ui.lo print_raw.lo print_rnd_mode.lo reldiff.lo round_prec.lo set.lo setmax.lo setmin.lo set_d.lo set_dfl_prec.lo set_exp.lo set_rnd.lo set_f.lo set_prc_raw.lo set_prec.lo set_q.lo set_si.lo set_str.lo set_str_raw.lo set_ui.lo set_z.lo sqrt.lo sqrt_ui.lo sub.lo sub1.lo sub_ui.lo rint.lo ui_div.lo ui_sub.lo urandom.lo urandomb.lo get_z_exp.lo swap.lo factorial.lo cosh.lo sinh.lo tanh.lo sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo exp_2.lo asin.lo const_euler.lo cos.lo sin.lo tan.lo fma.lo fms.lo hypot.lo log1p.lo expm1.lo log2.lo log10.lo ui_pow.lo ui_pow_ui.lo minmax.lo dim.lo signbit.lo copysign.lo setsign.lo gmp_op.lo init2.lo acos.lo sin_cos.lo set_nan.lo set_inf.lo set_zero.lo powerof2.lo gamma.lo set_ld.lo get_ld.lo cbrt.lo volatile.lo fits_sshort.lo fits_sint.lo fits_slong.lo fits_ushort.lo fits_uint.lo fits_ulong.lo fits_uintmax.lo fits_intmax.lo get_si.lo get_ui.lo zeta.lo cmp_d.lo erf.lo inits.lo inits2.lo clears.lo sgn.lo check.lo sub1sp.lo version.lo mpn_exp.lo mpfr-gmp.lo mp_clz_tab.lo sum.lo add1sp.lo free_cache.lo si_op.lo cmp_ld.lo set_ui_2exp.lo set_si_2exp.lo set_uj.lo set_sj.lo get_sj.lo get_uj.lo get_z.lo iszero.lo cache.lo sqr.lo int_ceil_log2.lo isqrt.lo strtofr.lo pow_z.lo logging.lo mulders.lo get_f.lo round_p.lo erfc.lo atan2.lo subnormal.lo const_catalan.lo root.lo sec.lo csc.lo cot.lo eint.lo sech.lo csch.lo coth.lo round_near_x.lo constant.lo abort_prec_max.lo stack_interface.lo lngamma.lo zeta_ui.lo set_d64.lo get_d64.lo jn.lo yn.lo rem1.lo add_d.lo sub_d.lo d_sub.lo mul_d.lo div_d.lo d_div.lo li2.lo rec_sqrt.lo min_prec.lo buildopt.lo digamma.lo bernoulli.lo isregular.lo set_flt.lo get_flt.lo scale2.lo set_z_exp.lo ai.lo gammaonethird.lo grandom.lo fpif.lo set_float128.lo get_float128.lo rndna.lo nrandom.lo random_deviate.lo erandom.lo mpfr-mini-gmp.lo fmma.lo log_ui.lo gamma_inc.lo ubf.lo beta.lo odd_p.lo get_q.lo pool.lo total_order.lo set_d128.lo get_d128.lo nbits_ulong.lo cmpabs_ui.lo get_patches.lo -lgmp libtool: link: ar rc .libs/libmpfr.a exceptions.o extract.o uceil_exp2.o uceil_log2.o ufloor_log2.o add.o add1.o add_ui.o agm.o clear.o cmp.o cmpabs.o cmp_si.o cmp_ui.o comparisons.o div_2exp.o div_2si.o div_2ui.o div.o div_ui.o dot.o dump.o eq.o exp10.o exp2.o exp3.o exp.o frac.o frexp.o get_d.o get_exp.o get_str.o init.o inp_str.o isinteger.o isinf.o isnan.o isnum.o const_log2.o log.o modf.o mul_2exp.o mul_2si.o mul_2ui.o mul.o mul_ui.o neg.o next.o out_str.o printf.o vasprintf.o const_pi.o pow.o pow_si.o pow_ui.o print_raw.o print_rnd_mode.o reldiff.o round_prec.o set.o setmax.o setmin.o set_d.o set_dfl_prec.o set_exp.o set_rnd.o set_f.o set_prc_raw.o set_prec.o set_q.o set_si.o set_str.o set_str_raw.o set_ui.o set_z.o sqrt.o sqrt_ui.o sub.o sub1.o sub_ui.o rint.o ui_div.o ui_sub.o urandom.o urandomb.o get_z_exp.o swap.o factorial.o cosh.o sinh.o tanh.o sinh_cosh.o acosh.o asinh.o atanh.o atan.o cmp2.o exp_2.o asin.o const_euler.o cos.o sin.o tan.o fma.o fms.o hypot.o log1p.o expm1.o log2.o log10.o ui_pow.o ui_pow_ui.o minmax.o dim.o signbit.o copysign.o setsign.o gmp_op.o init2.o acos.o sin_cos.o set_nan.o set_inf.o set_zero.o powerof2.o gamma.o set_ld.o get_ld.o cbrt.o volatile.o fits_sshort.o fits_sint.o fits_slong.o fits_ushort.o fits_uint.o fits_ulong.o fits_uintmax.o fits_intmax.o get_si.o get_ui.o zeta.o cmp_d.o erf.o inits.o inits2.o clears.o sgn.o check.o sub1sp.o version.o mpn_exp.o mpfr-gmp.o mp_clz_tab.o sum.o add1sp.o free_cache.o si_op.o cmp_ld.o set_ui_2exp.o set_si_2exp.o set_uj.o set_sj.o get_sj.o get_uj.o get_z.o iszero.o cache.o sqr.o int_ceil_log2.o isqrt.o strtofr.o pow_z.o logging.o mulders.o get_f.o round_p.o erfc.o atan2.o subnormal.o const_catalan.o root.o sec.o csc.o cot.o eint.o sech.o csch.o coth.o round_near_x.o constant.o abort_prec_max.o stack_interface.o lngamma.o zeta_ui.o set_d64.o get_d64.o jn.o yn.o rem1.o add_d.o sub_d.o d_sub.o mul_d.o div_d.o d_div.o li2.o rec_sqrt.o min_prec.o buildopt.o digamma.o bernoulli.o isregular.o set_flt.o get_flt.o scale2.o set_z_exp.o ai.o gammaonethird.o grandom.o fpif.o set_float128.o get_float128.o rndna.o nrandom.o random_deviate.o erandom.o mpfr-mini-gmp.o fmma.o log_ui.o gamma_inc.o ubf.o beta.o odd_p.o get_q.o pool.o total_order.o set_d128.o get_d128.o nbits_ulong.o cmpabs_ui.o get_patches.o libtool: link: ranlib .libs/libmpfr.a libtool: link: ( cd ".libs" && rm -f "libmpfr.la" && ln -s "../libmpfr.la" "libmpfr.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/src' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/src' Making all in tests make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/tests' Making all in tune make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/tune' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/tune' Making all in tools/bench make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/tools/bench' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr/tools/bench' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpfr' mkdir -p -- ./mpc Configuring in ./mpc configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for x86_64-pc-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for x86_64-pc-linux-gnu-ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... (cached) ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... ok checking for sysroot... /home/lfs/build/x86_64 checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for x86_64-pc-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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 for gmp.h... yes checking for ANSI C header files... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking whether time.h and sys/time.h may both be included... yes checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for library containing creal... -lm checking whether creal, cimag and I can be used... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for gettimeofday... yes checking for localeconv... yes checking for setlocale... yes checking for getrusage... yes checking for dup... yes checking for dup2... yes checking for __gmpz_init in -lgmp... yes checking for MPFR... yes checking for recent GMP... yes checking for recent MPFR... yes checking if gcc accepts -dumpversion option... yes checking gcc version... 11.2.0 configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating tools/Makefile config.status: creating tools/bench/Makefile config.status: creating tools/mpcheck/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc' make all-recursive make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc' Making all in src make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c -o abs.lo ../../../mpc/src/abs.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c -o acos.lo ../../../mpc/src/acos.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c -o acosh.lo ../../../mpc/src/acosh.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT add.lo -MD -MP -MF .deps/add.Tpo -c -o add.lo ../../../mpc/src/add.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT add.lo -MD -MP -MF .deps/add.Tpo -c ../../../mpc/src/add.c -o add.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT acos.lo -MD -MP -MF .deps/acos.Tpo -c ../../../mpc/src/acos.c -o acos.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT acosh.lo -MD -MP -MF .deps/acosh.Tpo -c ../../../mpc/src/acosh.c -o acosh.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT abs.lo -MD -MP -MF .deps/abs.Tpo -c ../../../mpc/src/abs.c -o abs.o mv -f .deps/add.Tpo .deps/add.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c -o add_fr.lo ../../../mpc/src/add_fr.c mv -f .deps/acos.Tpo .deps/acos.Plo mv -f .deps/acosh.Tpo .deps/acosh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c -o add_si.lo ../../../mpc/src/add_si.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c -o add_ui.lo ../../../mpc/src/add_ui.c mv -f .deps/abs.Tpo .deps/abs.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c -o arg.lo ../../../mpc/src/arg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT add_fr.lo -MD -MP -MF .deps/add_fr.Tpo -c ../../../mpc/src/add_fr.c -o add_fr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT add_si.lo -MD -MP -MF .deps/add_si.Tpo -c ../../../mpc/src/add_si.c -o add_si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT add_ui.lo -MD -MP -MF .deps/add_ui.Tpo -c ../../../mpc/src/add_ui.c -o add_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT arg.lo -MD -MP -MF .deps/arg.Tpo -c ../../../mpc/src/arg.c -o arg.o mv -f .deps/add_fr.Tpo .deps/add_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c -o asin.lo ../../../mpc/src/asin.c mv -f .deps/add_si.Tpo .deps/add_si.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c -o asinh.lo ../../../mpc/src/asinh.c mv -f .deps/arg.Tpo .deps/arg.Plo mv -f .deps/add_ui.Tpo .deps/add_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c -o atan.lo ../../../mpc/src/atan.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c -o atanh.lo ../../../mpc/src/atanh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT asin.lo -MD -MP -MF .deps/asin.Tpo -c ../../../mpc/src/asin.c -o asin.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT asinh.lo -MD -MP -MF .deps/asinh.Tpo -c ../../../mpc/src/asinh.c -o asinh.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c ../../../mpc/src/atan.c -o atan.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT atanh.lo -MD -MP -MF .deps/atanh.Tpo -c ../../../mpc/src/atanh.c -o atanh.o mv -f .deps/asinh.Tpo .deps/asinh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c -o clear.lo ../../../mpc/src/clear.c mv -f .deps/asin.Tpo .deps/asin.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c -o cmp.lo ../../../mpc/src/cmp.c mv -f .deps/atanh.Tpo .deps/atanh.Plo mv -f .deps/atan.Tpo .deps/atan.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c -o cmp_abs.lo ../../../mpc/src/cmp_abs.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c -o cmp_si_si.lo ../../../mpc/src/cmp_si_si.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT clear.lo -MD -MP -MF .deps/clear.Tpo -c ../../../mpc/src/clear.c -o clear.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c ../../../mpc/src/cmp.c -o cmp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cmp_abs.lo -MD -MP -MF .deps/cmp_abs.Tpo -c ../../../mpc/src/cmp_abs.c -o cmp_abs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c ../../../mpc/src/cmp_si_si.c -o cmp_si_si.o mv -f .deps/clear.Tpo .deps/clear.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c -o conj.lo ../../../mpc/src/conj.c mv -f .deps/cmp.Tpo .deps/cmp.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c -o cos.lo ../../../mpc/src/cos.c mv -f .deps/cmp_si_si.Tpo .deps/cmp_si_si.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c -o cosh.lo ../../../mpc/src/cosh.c mv -f .deps/cmp_abs.Tpo .deps/cmp_abs.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c -o div_2si.lo ../../../mpc/src/div_2si.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c ../../../mpc/src/conj.c -o conj.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c ../../../mpc/src/cos.c -o cos.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c ../../../mpc/src/cosh.c -o cosh.o mv -f .deps/conj.Tpo .deps/conj.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c -o div_2ui.lo ../../../mpc/src/div_2ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c ../../../mpc/src/div_2si.c -o div_2si.o mv -f .deps/cos.Tpo .deps/cos.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div.lo -MD -MP -MF .deps/div.Tpo -c -o div.lo ../../../mpc/src/div.c mv -f .deps/cosh.Tpo .deps/cosh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c -o div_fr.lo ../../../mpc/src/div_fr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c ../../../mpc/src/div_2ui.c -o div_2ui.o mv -f .deps/div_2si.Tpo .deps/div_2si.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c -o div_ui.lo ../../../mpc/src/div_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div.lo -MD -MP -MF .deps/div.Tpo -c ../../../mpc/src/div.c -o div.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c ../../../mpc/src/div_fr.c -o div_fr.o mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT dot.lo -MD -MP -MF .deps/dot.Tpo -c -o dot.lo ../../../mpc/src/dot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c ../../../mpc/src/div_ui.c -o div_ui.o mv -f .deps/div_fr.Tpo .deps/div_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c -o exp.lo ../../../mpc/src/exp.c mv -f .deps/div_ui.Tpo .deps/div_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c -o fma.lo ../../../mpc/src/fma.c mv -f .deps/div.Tpo .deps/div.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c -o fr_div.lo ../../../mpc/src/fr_div.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT dot.lo -MD -MP -MF .deps/dot.Tpo -c ../../../mpc/src/dot.c -o dot.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c ../../../mpc/src/exp.c -o exp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c ../../../mpc/src/fma.c -o fma.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c ../../../mpc/src/fr_div.c -o fr_div.o mv -f .deps/dot.Tpo .deps/dot.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c -o fr_sub.lo ../../../mpc/src/fr_sub.c mv -f .deps/exp.Tpo .deps/exp.Plo mv -f .deps/fr_div.Tpo .deps/fr_div.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c -o get_prec2.lo ../../../mpc/src/get_prec2.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c -o get_prec.lo ../../../mpc/src/get_prec.c mv -f .deps/fma.Tpo .deps/fma.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c -o get_version.lo ../../../mpc/src/get_version.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c ../../../mpc/src/fr_sub.c -o fr_sub.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c ../../../mpc/src/get_prec2.c -o get_prec2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c ../../../mpc/src/get_version.c -o get_version.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c ../../../mpc/src/get_prec.c -o get_prec.o mv -f .deps/fr_sub.Tpo .deps/fr_sub.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c -o get_x.lo ../../../mpc/src/get_x.c mv -f .deps/get_prec2.Tpo .deps/get_prec2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c -o imag.lo ../../../mpc/src/imag.c mv -f .deps/get_version.Tpo .deps/get_version.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo ../../../mpc/src/init2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c ../../../mpc/src/get_x.c -o get_x.o mv -f .deps/get_prec.Tpo .deps/get_prec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c -o init3.lo ../../../mpc/src/init3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c ../../../mpc/src/imag.c -o imag.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c ../../../mpc/src/init2.c -o init2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c ../../../mpc/src/init3.c -o init3.o mv -f .deps/get_x.Tpo .deps/get_x.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo ../../../mpc/src/inp_str.c mv -f .deps/init2.Tpo .deps/init2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo ../../../mpc/src/log.c mv -f .deps/imag.Tpo .deps/imag.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo ../../../mpc/src/log10.c mv -f .deps/init3.Tpo .deps/init3.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo ../../../mpc/src/mem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c ../../../mpc/src/inp_str.c -o inp_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT log.lo -MD -MP -MF .deps/log.Tpo -c ../../../mpc/src/log.c -o log.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c ../../../mpc/src/log10.c -o log10.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c ../../../mpc/src/mem.c -o mem.o mv -f .deps/inp_str.Tpo .deps/inp_str.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo ../../../mpc/src/mul_2si.c mv -f .deps/log10.Tpo .deps/log10.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo ../../../mpc/src/mul_2ui.c mv -f .deps/mem.Tpo .deps/mem.Plo mv -f .deps/log.Tpo .deps/log.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo ../../../mpc/src/mul.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c -o mul_fr.lo ../../../mpc/src/mul_fr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c ../../../mpc/src/mul_2si.c -o mul_2si.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c ../../../mpc/src/mul.c -o mul.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c ../../../mpc/src/mul_2ui.c -o mul_2ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c ../../../mpc/src/mul_fr.c -o mul_fr.o mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c -o mul_i.lo ../../../mpc/src/mul_i.c mv -f .deps/mul_fr.Tpo .deps/mul_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c -o mul_si.lo ../../../mpc/src/mul_si.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c ../../../mpc/src/mul_i.c -o mul_i.o mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo ../../../mpc/src/mul_ui.c mv -f .deps/mul.Tpo .deps/mul.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c ../../../mpc/src/mul_si.c -o mul_si.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo ../../../mpc/src/neg.c mv -f .deps/mul_i.Tpo .deps/mul_i.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c -o norm.lo ../../../mpc/src/norm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c ../../../mpc/src/mul_ui.c -o mul_ui.o mv -f .deps/mul_si.Tpo .deps/mul_si.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo ../../../mpc/src/out_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c ../../../mpc/src/neg.c -o neg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c ../../../mpc/src/norm.c -o norm.o mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo ../../../mpc/src/pow.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c ../../../mpc/src/out_str.c -o out_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c ../../../mpc/src/pow.c -o pow.o mv -f .deps/norm.Tpo .deps/norm.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c -o pow_fr.lo ../../../mpc/src/pow_fr.c mv -f .deps/neg.Tpo .deps/neg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c -o pow_ld.lo ../../../mpc/src/pow_ld.c mv -f .deps/out_str.Tpo .deps/out_str.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c -o pow_d.lo ../../../mpc/src/pow_d.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c ../../../mpc/src/pow_fr.c -o pow_fr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c ../../../mpc/src/pow_ld.c -o pow_ld.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c ../../../mpc/src/pow_d.c -o pow_d.o mv -f .deps/pow_fr.Tpo .deps/pow_fr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo ../../../mpc/src/pow_si.c mv -f .deps/pow.Tpo .deps/pow.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo ../../../mpc/src/pow_ui.c mv -f .deps/pow_ld.Tpo .deps/pow_ld.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo ../../../mpc/src/pow_z.c mv -f .deps/pow_d.Tpo .deps/pow_d.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c ../../../mpc/src/pow_si.c -o pow_si.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c -o proj.lo ../../../mpc/src/proj.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c ../../../mpc/src/pow_ui.c -o pow_ui.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c ../../../mpc/src/pow_z.c -o pow_z.o mv -f .deps/pow_si.Tpo .deps/pow_si.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT real.lo -MD -MP -MF .deps/real.Tpo -c -o real.lo ../../../mpc/src/real.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c ../../../mpc/src/proj.c -o proj.o mv -f .deps/pow_z.Tpo .deps/pow_z.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT rootofunity.lo -MD -MP -MF .deps/rootofunity.Tpo -c -o rootofunity.lo ../../../mpc/src/rootofunity.c mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo ../../../mpc/src/urandom.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT real.lo -MD -MP -MF .deps/real.Tpo -c ../../../mpc/src/real.c -o real.o mv -f .deps/proj.Tpo .deps/proj.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo ../../../mpc/src/set.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT rootofunity.lo -MD -MP -MF .deps/rootofunity.Tpo -c ../../../mpc/src/rootofunity.c -o rootofunity.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c ../../../mpc/src/urandom.c -o urandom.o mv -f .deps/real.Tpo .deps/real.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo ../../../mpc/src/set_prec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set.lo -MD -MP -MF .deps/set.Tpo -c ../../../mpc/src/set.c -o set.o mv -f .deps/urandom.Tpo .deps/urandom.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo ../../../mpc/src/set_str.c mv -f .deps/rootofunity.Tpo .deps/rootofunity.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c -o set_x.lo ../../../mpc/src/set_x.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c ../../../mpc/src/set_prec.c -o set_prec.o mv -f .deps/set.Tpo .deps/set.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c -o set_x_x.lo ../../../mpc/src/set_x_x.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c ../../../mpc/src/set_str.c -o set_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c ../../../mpc/src/set_x.c -o set_x.o mv -f .deps/set_prec.Tpo .deps/set_prec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo ../../../mpc/src/sin.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c ../../../mpc/src/set_x_x.c -o set_x_x.o mv -f .deps/set_str.Tpo .deps/set_str.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c ../../../mpc/src/sin.c -o sin.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo ../../../mpc/src/sin_cos.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c ../../../mpc/src/sin_cos.c -o sin_cos.o mv -f .deps/sin.Tpo .deps/sin.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo ../../../mpc/src/sinh.c mv -f .deps/set_x.Tpo .deps/set_x.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo ../../../mpc/src/sqr.c mv -f .deps/set_x_x.Tpo .deps/set_x_x.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo ../../../mpc/src/sqrt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c ../../../mpc/src/sqr.c -o sqr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c ../../../mpc/src/sinh.c -o sinh.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c ../../../mpc/src/sqrt.c -o sqrt.o mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c -o strtoc.lo ../../../mpc/src/strtoc.c mv -f .deps/sinh.Tpo .deps/sinh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c -o sub.lo ../../../mpc/src/sub.c mv -f .deps/sqr.Tpo .deps/sqr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c -o sub_fr.lo ../../../mpc/src/sub_fr.c mv -f .deps/sqrt.Tpo .deps/sqrt.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c -o sub_ui.lo ../../../mpc/src/sub_ui.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c ../../../mpc/src/strtoc.c -o strtoc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sub.lo -MD -MP -MF .deps/sub.Tpo -c ../../../mpc/src/sub.c -o sub.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sub_fr.lo -MD -MP -MF .deps/sub_fr.Tpo -c ../../../mpc/src/sub_fr.c -o sub_fr.o mv -f .deps/strtoc.Tpo .deps/strtoc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c -o sum.lo ../../../mpc/src/sum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sub_ui.lo -MD -MP -MF .deps/sub_ui.Tpo -c ../../../mpc/src/sub_ui.c -o sub_ui.o mv -f .deps/sub.Tpo .deps/sub.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c -o swap.lo ../../../mpc/src/swap.c mv -f .deps/sub_fr.Tpo .deps/sub_fr.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c ../../../mpc/src/swap.c -o swap.o mv -f .deps/sub_ui.Tpo .deps/sub_ui.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c -o tan.lo ../../../mpc/src/tan.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c -o tanh.lo ../../../mpc/src/tanh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT sum.lo -MD -MP -MF .deps/sum.Tpo -c ../../../mpc/src/sum.c -o sum.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT tan.lo -MD -MP -MF .deps/tan.Tpo -c ../../../mpc/src/tan.c -o tan.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT tanh.lo -MD -MP -MF .deps/tanh.Tpo -c ../../../mpc/src/tanh.c -o tanh.o mv -f .deps/sum.Tpo .deps/sum.Plo mv -f .deps/swap.Tpo .deps/swap.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c -o uceil_log2.lo ../../../mpc/src/uceil_log2.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c -o ui_div.lo ../../../mpc/src/ui_div.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT ui_div.lo -MD -MP -MF .deps/ui_div.Tpo -c ../../../mpc/src/ui_div.c -o ui_div.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT uceil_log2.lo -MD -MP -MF .deps/uceil_log2.Tpo -c ../../../mpc/src/uceil_log2.c -o uceil_log2.o mv -f .deps/tanh.Tpo .deps/tanh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c -o ui_ui_sub.lo ../../../mpc/src/ui_ui_sub.c mv -f .deps/tan.Tpo .deps/tan.Plo mv -f .deps/uceil_log2.Tpo .deps/uceil_log2.Plo mv -f .deps/ui_div.Tpo .deps/ui_div.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../mpc/src -I.. -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -mtune=generic -MT ui_ui_sub.lo -MD -MP -MF .deps/ui_ui_sub.Tpo -c ../../../mpc/src/ui_ui_sub.c -o ui_ui_sub.o mv -f .deps/ui_ui_sub.Tpo .deps/ui_ui_sub.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -mtune=generic -version-info 5:1:2 -static-libstdc++ -static-libgcc -o libmpc.la -rpath /home/lfs/build/x86_64/tools/lib abs.lo acos.lo acosh.lo add.lo add_fr.lo add_si.lo add_ui.lo arg.lo asin.lo asinh.lo atan.lo atanh.lo clear.lo cmp.lo cmp_abs.lo cmp_si_si.lo conj.lo cos.lo cosh.lo div_2si.lo div_2ui.lo div.lo div_fr.lo div_ui.lo dot.lo exp.lo fma.lo fr_div.lo fr_sub.lo get_prec2.lo get_prec.lo get_version.lo get_x.lo imag.lo init2.lo init3.lo inp_str.lo log.lo log10.lo mem.lo mul_2si.lo mul_2ui.lo mul.lo mul_fr.lo mul_i.lo mul_si.lo mul_ui.lo neg.lo norm.lo out_str.lo pow.lo pow_fr.lo pow_ld.lo pow_d.lo pow_si.lo pow_ui.lo pow_z.lo proj.lo real.lo rootofunity.lo urandom.lo set.lo set_prec.lo set_str.lo set_x.lo set_x_x.lo sin.lo sin_cos.lo sinh.lo sqr.lo sqrt.lo strtoc.lo sub.lo sub_fr.lo sub_ui.lo sum.lo swap.lo tan.lo tanh.lo uceil_log2.lo ui_div.lo ui_ui_sub.lo -lmpfr -lgmp -lm libtool: link: ar rc .libs/libmpc.a abs.o acos.o acosh.o add.o add_fr.o add_si.o add_ui.o arg.o asin.o asinh.o atan.o atanh.o clear.o cmp.o cmp_abs.o cmp_si_si.o conj.o cos.o cosh.o div_2si.o div_2ui.o div.o div_fr.o div_ui.o dot.o exp.o fma.o fr_div.o fr_sub.o get_prec2.o get_prec.o get_version.o get_x.o imag.o init2.o init3.o inp_str.o log.o log10.o mem.o mul_2si.o mul_2ui.o mul.o mul_fr.o mul_i.o mul_si.o mul_ui.o neg.o norm.o out_str.o pow.o pow_fr.o pow_ld.o pow_d.o pow_si.o pow_ui.o pow_z.o proj.o real.o rootofunity.o urandom.o set.o set_prec.o set_str.o set_x.o set_x_x.o sin.o sin_cos.o sinh.o sqr.o sqrt.o strtoc.o sub.o sub_fr.o sub_ui.o sum.o swap.o tan.o tanh.o uceil_log2.o ui_div.o ui_ui_sub.o libtool: link: ranlib .libs/libmpc.a libtool: link: ( cd ".libs" && rm -f "libmpc.la" && ln -s "../libmpc.la" "libmpc.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/src' Making all in tests make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tests' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tests' Making all in doc make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/doc' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/doc' Making all in tools make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tools' Making all in bench make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tools/bench' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tools/bench' Making all in mpcheck make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tools/mpcheck' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tools/mpcheck' make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tools' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tools' make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc/tools' make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc' make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/mpc' Configuring in ./gcc configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-lfs-linux-gnu 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-pc-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for x86_64-pc-linux-gnu-gnatbind... no checking for x86_64-pc-linux-gnu-gnatmake... no checking whether compiler driver understands Ada... no checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to run the C preprocessor... gcc -E checking for inline... inline checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking size of void *... 8 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uintmax_t... yes checking for uintptr_t... yes checking for int64_t underlying type... long checking for std::swap in ... yes checking whether g++ is affected by placement new aliasing bug... no checking whether g++ supports -W... yes checking whether g++ supports -Wall... yes checking whether g++ supports -Wnarrowing... yes checking whether g++ supports -Wwrite-strings... yes checking whether g++ supports -Wcast-qual... yes checking whether g++ supports -Werror=format-diag... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Werror=format-diag... (cached) yes checking whether g++ supports -Wmissing-format-attribute... yes checking whether g++ supports -Woverloaded-virtual... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -Wc++-compat... yes checking whether g++ supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes checking whether gcc supports -fno-exceptions... yes checking whether gcc supports -fno-rtti... yes checking whether gcc supports -fasynchronous-unwind-tables... yes checking valgrind.h usability... no checking valgrind.h presence... no checking for valgrind.h... no checking for VALGRIND_DISCARD in ... no checking for VALGRIND_DISCARD in ... no checking for multiarch configuration... auto configure: WARNING: fixed-point is not supported for this target, ignored checking whether make sets $(MAKE)... yes checking for gawk... gawk checking whether ln -s works... yes checking whether ln works... yes checking for x86_64-pc-linux-gnu-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 checking for modern makeinfo... yes 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... yes checking whether string.h and strings.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether termios.h defines TIOCGWINSZ... no checking whether sys/ioctl.h defines TIOCGWINSZ... yes checking for limits.h... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... yes checking for iconv.h... yes checking for fcntl.h... yes checking for ftw.h... yes checking for unistd.h... (cached) yes checking for sys/file.h... yes checking for sys/time.h... yes checking for sys/mman.h... yes checking for sys/resource.h... yes checking for sys/param.h... yes checking for sys/times.h... yes checking for sys/stat.h... (cached) yes checking for direct.h... no checking for malloc.h... yes checking for langinfo.h... yes checking for ldfcn.h... no checking for locale.h... yes checking for wchar.h... yes checking for thread.h... no checking for pthread.h... yes checking for CHAR_BIT... yes checking whether byte ordering is bigendian... no checking how to run the C++ preprocessor... g++ -E checking for unordered_map... yes checking for tr1/unordered_map... yes checking for ext/hash_map... yes checking dependency style of g++... gcc3 checking for collect2 libraries... none required checking for library containing exc_resume... no checking for library containing kstat_open... no checking for library containing gethostbyname... none required checking for library containing socket... none required checking for library containing ldexp... none required checking for library containing dlopen... -ldl checking for inttypes.h... yes checking for zstd.h... yes checking for library containing ZSTD_compress... -lzstd checking for times... yes checking for clock... yes checking for kill... yes checking for getrlimit... yes checking for setrlimit... yes checking for atoq... no checking for popen... yes checking for sysconf... yes checking for strsignal... yes checking for getrusage... yes checking for nl_langinfo... yes checking for gettimeofday... yes checking for mbstowcs... yes checking for wcswidth... yes checking for mmap... yes checking for posix_fallocate... yes checking for setlocale... yes checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking for madvise... yes checking for mallinfo... yes checking for mallinfo2... yes checking for fstatat... yes checking whether mbstowcs works... yes checking for ssize_t... yes checking for caddr_t... yes checking for sighander_t... no checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for pid_t... yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... yes checking for nl_langinfo and CODESET... yes checking whether basename is declared... yes checking whether strstr is declared... yes checking whether getenv is declared... yes checking whether atol is declared... yes checking whether atoll is declared... yes checking whether asprintf is declared... yes checking whether sbrk is declared... yes checking whether abort is declared... yes checking whether atof is declared... yes checking whether getcwd is declared... yes checking whether getwd is declared... yes checking whether madvise is declared... yes checking whether stpcpy is declared... yes checking whether strnlen is declared... yes checking whether strsignal is declared... yes checking whether strverscmp is declared... yes checking whether strtol is declared... yes checking whether strtoul is declared... yes checking whether strtoll is declared... yes checking whether strtoull is declared... yes checking whether setenv is declared... yes checking whether unsetenv is declared... yes checking whether errno is declared... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether vasprintf is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether calloc is declared... yes checking whether free is declared... yes checking whether getopt is declared... yes checking whether clock is declared... yes checking whether getpagesize is declared... yes checking whether ffs is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether getrlimit is declared... yes checking whether setrlimit is declared... yes checking whether getrusage is declared... yes checking whether mallinfo is declared... yes checking whether mallinfo2 is declared... yes checking whether ldgetname is declared... no checking whether times is declared... yes checking whether sigaltstack is declared... yes checking for struct tms... yes checking for clock_t... yes checking for F_SETLKW... yes checking for O_CLOEXEC... yes checking for AF_UNIX... yes checking for AF_INET6... yes checking if mkdir takes one argument... no Using `../../gcc/config/i386/i386.c' for machine-specific logic. Using `../../gcc/config/i386/i386.md' as machine description file. Using the following target machine macro files: ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h Using host-linux.o for host machine hooks. checking whether NLS is requested... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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 how to run the C++ preprocessor... g++ -E checking for ld used by g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking what assembler to use... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/as checking whether we are using gold... no checking gold linker with split stack support as non default... checking what linker to use... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ld checking what nm to use... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm checking what objdump to use... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/objdump checking what readelf to use... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/readelf checking for x86_64-lfs-linux-gnu-otool... no checking what otool to use... not found checking assembler flags... --64 checking assembler for .balign and .p2align... yes checking assembler for .p2align with maximum skip... yes checking assembler for .literal16... no checking assembler for working .subsection -1... yes checking assembler for .weak... yes checking assembler for .weakref... yes checking assembler for .nsubspa comdat... no checking assembler for .hidden... yes checking linker for .hidden support... yes checking linker read-only and read-write section mixing... read-write checking assembler for .sleb128 and .uleb128... yes checking assembler for cfi directives... yes checking assembler for working cfi advance... yes checking assembler for cfi personality directive... yes checking assembler for cfi sections directive... yes checking assembler for eh_frame optimization... yes checking assembler for section exclude flag... yes checking assembler for section 'R' flag... yes checking assembler for section 'o' flag... yes checking assembler for section merging support... yes checking assembler for stabs directive... yes checking assembler for COMDAT group support (GNU as)... yes checking assembler for line table is_stmt support... yes checking assembler for line table discriminator support... yes checking assembler for thread-local storage support... yes checking linker -Bstatic/-Bdynamic option... yes checking linker --version-script option... yes checking linker soname option... yes checking linker --demangle support... yes checking linker plugin support... 2 checking assembler for -xbrace_comment... no checking assembler for filds and fists mnemonics... yes checking assembler for fildq and fistpq mnemonics... yes checking assembler for cmov syntax... no checking assembler for ffreep mnemonic... yes checking assembler for .quad directive... yes checking assembler for sahf mnemonic... yes checking assembler for interunit movq mnemonic... yes checking assembler for hle prefixes... yes checking assembler for swap suffix... yes checking assembler for different section symbol subtraction... yes checking assembler for rep and lock prefix... yes checking assembler for ud2 mnemonic... yes checking assembler for R_386_TLS_GD_PLT reloc... no checking assembler for R_386_TLS_LDM_PLT reloc... no checking assembler for R_386_TLS_LDM reloc... no checking assembler for R_386_GOT32X reloc... yes checking assembler for GOTOFF in data... yes checking assembler for calling ___tls_get_addr via GOT... yes checking assembler for dwarf2 debug_line support... yes checking assembler for buggy dwarf2 .file directive... no checking assembler for dwarf2 debug_view support... yes checking assembler for --gdwarf2 option... yes checking assembler for --gdwarf-5 option... yes checking assembler for assembly of compiler generated 64-bit .debug_line... yes checking assembler for --gdwarf-4 not refusing compiler generated .debug_line... yes checking assembler for --gdwarf-4 with the APP marker... yes checking assembler for working --gdwarf-4/--gdwarf-5 for all sources... yes checking assembler for --gstabs option... yes checking assembler for --debug-prefix-map option... yes checking assembler for compressed debug sections... 2 checking assembler for .lcomm with alignment... no checking for target glibc version... 2.11 2.11 checking assembler for gnu_unique_object... yes checking assembler for tolerance to line number 0... yes checking support for thin archives... yes checking linker PT_GNU_EH_FRAME support... yes checking linker CIEv3 in .eh_frame support... yes checking linker position independent executable support... yes checking linker PIE support with copy reloc... yes checking linker EH-compatible garbage collection of sections... yes checking linker EH garbage collection of sections bug... no checking linker for compressed debug sections... 3 checking linker --as-needed support... yes checking linker mapfile support for clearing hardware capabilities... no checking linker --build-id support... yes checking linker *_sol2 emulation support... no checking linker --sysroot support... yes checking __stack_chk_fail in target C library... yes checking sys/sdt.h in the target C library... no checking dl_iterate_phdr in target C library... unknown checking whether to enable maintainer-specific portions of Makefiles... no checking whether to avoid linking multiple front-ends at once... no checking whether to serialize linking of multiple front-ends... no Links are now set up to build a cross-compiler from x86_64-pc-linux-gnu to x86_64-lfs-linux-gnu. checking for exported symbols... yes checking for -rdynamic... yes checking for library containing dlopen... (cached) -ldl checking for -fPIC -shared... yes gcc_driver_version: 11.2.0 checking for -fno-PIE option... yes checking for -no-pie option... yes checking for CET support... yes checking linker -z bndplt option... yes checking linker --push-state/--pop-state options... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating as config.status: creating collect-ld config.status: creating nm config.status: creating Makefile config.status: creating ada/gcc-interface/Makefile config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing depdir commands mkdir -p -- .deps config.status: executing gccdepdir commands mkdir -p -- build/.deps mkdir -p -- ada/.deps mkdir -p -- brig/.deps mkdir -p -- c/.deps mkdir -p -- cp/.deps mkdir -p -- d/.deps mkdir -p -- fortran/.deps mkdir -p -- go/.deps mkdir -p -- jit/.deps mkdir -p -- lto/.deps mkdir -p -- objc/.deps mkdir -p -- objcp/.deps mkdir -p -- c-family/.deps mkdir -p -- common/.deps mkdir -p -- analyzer/.deps mkdir -p -- rtl-ssa/.deps config.status: executing default commands mkdir -p -- ./libcc1 Configuring in ./libcc1 make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gcc' configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-lfs-linux-gnu checking for x86_64-pc-linux-gnu-gcc... gcc checking whether the C compiler works... TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/gnu-user.h config/glibc-stdint.h config/i386/x86-64.h config/i386/gnu-user-common.h config/i386/gnu-user64.h config/linux.h config/linux-android.h config/i386/linux-common.h config/i386/linux64.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ /bin/sh ../../gcc/mkconfig.sh tm.h TARGET_CPU_DEFAULT="" \ HEADERS="config/i386/i386-protos.h config/linux-protos.h tm-preds.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh tm_p.h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh bconfig.h yes checking for C compiler default output file name... a.out g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -DBASEVER="\"11.2.0\"" -DDATESTAMP="\"\"" \ -DREVISION="\"\"" \ -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \ -DBUGURL="\"\"" -o build/version.o ../../gcc/version.c checking for suffix of executables... LC_ALL=C ; export LC_ALL ; \ gawk -f ../../gcc/opt-gather.awk ../../gcc/ada/gcc-interface/lang.opt ../../gcc/brig/lang.opt ../../gcc/d/lang.opt ../../gcc/fortran/lang.opt ../../gcc/go/lang.opt ../../gcc/lto/lang.opt ../../gcc/c-family/c.opt ../../gcc/common.opt ../../gcc/params.opt ../../gcc/analyzer/analyzer.opt ../../gcc/config/fused-madd.opt ../../gcc/config/i386/i386.opt ../../gcc/config/gnu-user.opt ../../gcc/config/linux.opt ../../gcc/config/linux-android.opt > tmp-optionlist checking whether we are cross compiling... /bin/sh ../../gcc/../move-if-change tmp-gi.list gtyp-input.list echo "#define BUILDING_GCC_MAJOR `echo 11.2.0 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h echo timestamp > s-gtyp-input echo "#define BUILDING_GCC_MINOR `echo 11.2.0 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h TARGET_CPU_DEFAULT="" \ HEADERS="options.h insn-constants.h config/i386/i386.h config/i386/i386-protos.h defaults.h" DEFINES="" \ /bin/sh ../../gcc/mkconfig.sh tm_d.h no checking for suffix of object files... echo "#define BUILDING_GCC_PATCHLEVEL `echo 11.2.0 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h echo timestamp > s-bversion o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... if test yes = yes \ || test -n "m64=../lib m32=../lib32 mx32=../libx32"; then \ /bin/sh ../../gcc/genmultilib \ "m64/m32/mx32" \ " 64 32 x32" \ "" \ "" \ "" \ "" \ "m64=../lib m32=../lib32 mx32=../libx32" \ "" \ "" \ "" \ "yes" \ > tmp-mlib.h; \ else \ /bin/sh ../../gcc/genmultilib '' '' '' '' '' '' '' '' \ "" '' no \ > tmp-mlib.h; \ fi lsf="../../gcc/cp/lang-specs.h ../../gcc/lto/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc/||' > tmp-specs.h /bin/sh ../../gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-specs rm -f tmp-all-tree.def echo '#include "tree.def"' > tmp-all-tree.def echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def echo '#include "c-family/c-common.def"' >> tmp-all-tree.def ltf="../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc/||' >> tmp-all-tree.def /bin/sh ../../gcc/../move-if-change tmp-all-tree.def all-tree.def yes checking for gcc option to accept ISO C89... echo timestamp > s-alltree gawk -f ../../gcc/gen-pass-instances.awk \ ../../gcc/passes.def ../../gcc/config/i386/i386-passes.def > pass-instances.def rm -f tmp-omp-device-properties.h; \ for kind in kind arch isa; do \ echo 'const char omp_offload_device_'${kind}'[] = ' \ >> tmp-omp-device-properties.h; \ for prop in none ; do \ [ "$prop" = "none" ] && continue; \ tgt=`echo "$prop" | sed 's/=.*$//'`; \ props=`echo "$prop" | sed 's/.*=//'`; \ echo "\"$tgt\\0\"" >> tmp-omp-device-properties.h; \ sed -n 's/^'${kind}': //p' ${props} \ | sed 's/[[:blank:]]/ /g;s/ */ /g;s/^ //;s/ $//;s/ /\\0/g;s/^/"/;s/$/\\0\\0"/' \ >> tmp-omp-device-properties.h; \ done; \ echo '"";' >> tmp-omp-device-properties.h; \ done; \ /bin/sh ../../gcc/../move-if-change tmp-omp-device-properties.h \ omp-device-properties.h echo timestamp > s-omp-device-properties-h echo "g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc " > checksum-options.tmp \ && ../../gcc/../move-if-change checksum-options.tmp checksum-options none needed checking whether gcc understands -c and -o together... gawk -f ../../gcc/config/i386/i386-builtin-types.awk ../../gcc/config/i386/i386-builtin-types.def > tmp-bt.inc /bin/sh ../../gcc/../move-if-change tmp-bt.inc i386-builtin-types.inc echo timestamp > s-i386-bt yes checking how to run the C preprocessor... cp ../../gcc/gcc-ar.c gcc-nm.c cp ../../gcc/gcc-ar.c gcc-ranlib.c rm -f mm_malloc.h cat ../../gcc/config/i386/pmm_malloc.h > mm_malloc.h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/sh ../../gcc/mkconfig.sh tconfig.h gcc -E (echo "@set version-GCC 11.2.0"; \ if [ "" = "experimental" ]; \ then echo "@set DEVELOPMENT"; \ else echo "@clear DEVELOPMENT"; \ fi) > gcc-vers.texiT echo @set srcdir `echo /home/lfs/build/x86_64/sources/gcc-11.2.0/build/gcc/../../gcc | sed -e 's|\\([@{}]\\)|@\\1|g'` >> gcc-vers.texiT if [ -n "(GCC) " ]; then \ echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \ fi echo "@set BUGURL @uref{https://gcc.gnu.org/bugs/}" >> gcc-vers.texiT; \ mv -f gcc-vers.texiT gcc-vers.texi checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gengenrtl.o ../../gcc/gengenrtl.c /bin/sh ../../gcc/../move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/sort.o ../../gcc/sort.cc yes checking for sys/types.h... g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genhooks.o ../../gcc/genhooks.c yes checking for sys/stat.h... g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genchecksum.o ../../gcc/genchecksum.c yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ -I ../../gcc/doc/include -o doc/cpp.info ../../gcc/doc/cpp.texi; \ fi yes if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ -I ../../gcc/doc/include -o doc/gcc.info ../../gcc/doc/gcc.texi; \ fi checking for strings.h... /bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc/doc \ -I ../../gcc/doc/include -o doc/gccinstall.info ../../gcc/doc/install.texi; \ fi yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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... yes checking whether to build static libraries... no checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for CET support... yes checking whether basename is declared... if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ -I ../../gcc/doc/include -o doc/cppinternals.info ../../gcc/doc/cppinternals.texi; \ fi yes checking whether gcc supports -W... echo timestamp > gcc.pod perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/invoke.texi > gcc.pod yes checking whether gcc supports -Wall... yes checking for socket libraries... checking for connect... yes checking for gethostbyname... yes checking for exported symbols... yes checking for -rdynamic... yes checking for library containing dlopen... -ldl checking for -fPIC -shared... yes checking for socketpair... yes checking for select... g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genmodes.o ../../gcc/genmodes.c yes checking for fork... yes configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/errors.o ../../gcc/errors.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gengtype.o ../../gcc/gengtype.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gengtype-lex.o ../../gcc/gengtype-lex.c /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l: In function 'int yylex(const char**)': gengtype-lex.c:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=] /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION' /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l:114:1: note: here gengtype-lex.c:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=] /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l:139:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION' /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l:135:1: note: here g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gengtype-parse.o ../../gcc/gengtype-parse.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gengtype-state.o ../../gcc/gengtype-state.c g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/gengenrtl \ build/gengenrtl.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genhooks \ build/genhooks.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genchecksum \ build/genchecksum.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \ -f ../../gcc/optc-save-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options-save.c gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \ -f ../../gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h options.h tm.h" < optionlist > options.c config.status: creating Makefile config.status: creating cc1plugin-config.h build/genhooks -d \ ../../gcc/doc/tm.texi.in > tmp-tm.texi config.status: executing depfiles commands case `echo X|tr X '\101'` in \ A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \ *) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \ esac mv tmp2-tm.texi tmp-tm.texi /bin/sh ../../gcc/../move-if-change tmp-tm.texi tm.texi echo timestamp > doc/gcc.1 (pod2man --center="GNU" --release="gcc-11.2.0" --date=2021-07-28 --section=1 gcc.pod > doc/gcc.1.T$$ && \ mv -f doc/gcc.1.T$$ doc/gcc.1) || \ (rm -f doc/gcc.1.T$$ && exit 1) config.status: executing libtool commands g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genmodes \ build/genmodes.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/gengtype \ build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opt-read.awk \ -f ../../gcc/opth-gen.awk \ < optionlist > tmp-options.h build/gengenrtl > tmp-genrtl.h /bin/sh ../../gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h build/genmodes -m > tmp-min-modes.c /bin/sh ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c echo timestamp > s-modes-m build/genhooks "Target Hook" \ > tmp-target-hooks-def.h /bin/sh ../../gcc/../move-if-change tmp-target-hooks-def.h \ target-hooks-def.h echo timestamp > s-target-hooks-def-h build/genhooks "Common Target Hook" \ > tmp-common-target-hooks-def.h /bin/sh ../../gcc/../move-if-change tmp-common-target-hooks-def.h \ common/common-target-hooks-def.h echo timestamp > s-common-target-hooks-def-h build/genhooks "C Target Hook" \ > tmp-c-target-hooks-def.h /bin/sh ../../gcc/../move-if-change tmp-c-target-hooks-def.h \ c-family/c-target-hooks-def.h echo timestamp > s-c-target-hooks-def-h build/genhooks "D Target Hook" \ > tmp-d-target-hooks-def.h /bin/sh ../../gcc/../move-if-change tmp-d-target-hooks-def.h \ d/d-target-hooks-def.h echo timestamp > s-d-target-hooks-def-h build/genmodes > tmp-modes.c /bin/sh ../../gcc/../move-if-change tmp-modes.c insn-modes.c echo timestamp > s-modes build/genmodes -h > tmp-modes.h /bin/sh ../../gcc/../move-if-change tmp-modes.h insn-modes.h echo timestamp > s-modes-h build/genmodes -i > tmp-modes-inline.h /bin/sh ../../gcc/../move-if-change tmp-modes-inline.h \ insn-modes-inline.h echo timestamp > s-modes-inline-h if [ xinfo = xinfo ]; then \ makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ -I ../../gcc/doc/include -o doc/gccint.info ../../gcc/doc/gccint.texi; \ fi /bin/sh ../../gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genconstants.o ../../gcc/genconstants.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/min-insn-modes.o min-insn-modes.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/inchash.o ../../gcc/inchash.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genenums.o ../../gcc/genenums.c cp doc/gcc.1 doc/g++.1 g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genmddeps.o ../../gcc/genmddeps.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/read-md.o ../../gcc/read-md.c build/gengtype \ -S ../../gcc -I gtyp-input.list -w tmp-gtype.state g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genmddeps \ build/genmddeps.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genconstants \ build/genconstants.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genenums \ build/genenums.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a build/genmddeps ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-mddeps /bin/sh ../../gcc/../move-if-change tmp-mddeps mddeps.mk echo timestamp > s-mddeps build/genconstants ../../gcc/common.md ../../gcc/config/i386/i386.md \ > tmp-constants.h /bin/sh ../../gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants build/genenums ../../gcc/common.md ../../gcc/config/i386/i386.md \ > tmp-enums.c /bin/sh ../../gcc/../move-if-change tmp-enums.c insn-enums.c echo timestamp > s-enums g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gencheck.o ../../gcc/gencheck.c /bin/sh ../../gcc/../move-if-change tmp-gtype.state gtype.state build/gengtype \ -r gtype.state g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/gencheck \ build/gencheck.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a build/gencheck > tmp-check.h /bin/sh ../../gcc/../move-if-change tmp-check.h tree-check.h echo timestamp > s-check echo timestamp > s-gtype g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genopinit.o ../../gcc/genopinit.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gencfn-macros.o ../../gcc/gencfn-macros.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genattrtab.o ../../gcc/genattrtab.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genautomata.o ../../gcc/genautomata.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genemit.o ../../gcc/genemit.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genextract.o ../../gcc/genextract.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genoutput.o ../../gcc/genoutput.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genpeep.o ../../gcc/genpeep.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genrecog.o ../../gcc/genrecog.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genpreds.o ../../gcc/genpreds.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/rtl.o ../../gcc/rtl.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/read-rtl.o ../../gcc/read-rtl.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/ggc-none.o ../../gcc/ggc-none.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/vec.o ../../gcc/vec.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gensupport.o ../../gcc/gensupport.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/print-rtl.o ../../gcc/print-rtl.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/hash-table.o ../../gcc/hash-table.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genflags.o ../../gcc/genflags.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genconditions.o ../../gcc/genconditions.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genattr.o ../../gcc/genattr.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genattr-common.o ../../gcc/genattr-common.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gencodes.o ../../gcc/gencodes.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genconfig.o ../../gcc/genconfig.c g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gentarget-def.o ../../gcc/gentarget-def.c g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genopinit \ build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/gencfn-macros \ build/gencfn-macros.o build/errors.o build/hash-table.o build/vec.o build/ggc-none.o build/sort.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genattrtab \ build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genautomata \ build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a -lm g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genemit \ build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genextract \ build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genoutput \ build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genpeep \ build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genrecog \ build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o build/inchash.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genpreds \ build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genflags \ build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genconditions \ build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a build/genpreds -c ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-constrs.h g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genattr \ build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genattr-common \ build/genattr-common.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/gencodes \ build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genconfig \ build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/gentarget-def \ build/gentarget-def.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/hash-table.o build/sort.o build/read-md.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a build/gencfn-macros -c \ > tmp-case-cfn-macros.h /bin/sh ../../gcc/../move-if-change tmp-case-cfn-macros.h \ case-cfn-macros.h echo timestamp > s-case-cfn-macros build/gencfn-macros -o \ > tmp-cfn-operators.pd /bin/sh ../../gcc/../move-if-change tmp-cfn-operators.pd \ cfn-operators.pd echo timestamp > s-cfn-operators build/genpreds ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-preds.c /bin/sh ../../gcc/../move-if-change tmp-constrs.h tm-constrs.h echo timestamp > s-constrs-h build/genpreds -h ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-preds.h /bin/sh ../../gcc/../move-if-change tmp-preds.c insn-preds.c echo timestamp > s-preds build/genconditions ../../gcc/common.md ../../gcc/config/i386/i386.md > tmp-condmd.c /bin/sh ../../gcc/../move-if-change tmp-preds.h tm-preds.h echo timestamp > s-preds-h g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/genmatch.o ../../gcc/genmatch.c /bin/sh ../../gcc/../move-if-change tmp-condmd.c build/gencondmd.c echo timestamp > s-conditions g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gencondmd.o build/gencondmd.c g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/genmatch \ build/genmatch.o ../build-x86_64-pc-linux-gnu/libcpp/libcpp.a build/errors.o build/vec.o build/hash-table.o build/sort.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a build/genmatch --gimple ../../gcc/match.pd \ > tmp-gimple-match.c GIMPLE decision tree has 3776 leafs, maximum depth 28 and a total number of 16107 nodes removed 2476 duplicate tails build/genmatch --generic ../../gcc/match.pd \ > tmp-generic-match.c g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie -o build/gencondmd \ build/gencondmd.o build/errors.o ../build-x86_64-pc-linux-gnu/libiberty/libiberty.a build/gencondmd > tmp-cond.md /bin/sh ../../gcc/../move-if-change tmp-cond.md insn-conditions.md echo timestamp > s-condmd build/genflags ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-flags.h build/genattr ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-attr.h GENERIC decision tree has 3511 leafs, maximum depth 13 and a total number of 14666 nodes removed 2400 duplicate tails /bin/sh ../../gcc/../move-if-change tmp-gimple-match.c \ gimple-match.c /bin/sh ../../gcc/../move-if-change tmp-generic-match.c \ generic-match.c echo timestamp > s-match build/genattr-common ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-attr-common.h /bin/sh ../../gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp > s-attr build/gencodes ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-codes.h /bin/sh ../../gcc/../move-if-change tmp-flags.h insn-flags.h echo timestamp > s-flags build/genconfig ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-config.h /bin/sh ../../gcc/../move-if-change tmp-attr-common.h insn-attr-common.h echo timestamp > s-attr-common build/gentarget-def ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-target-def.h /bin/sh ../../gcc/../move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes build/genopinit ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md -htmp-opinit.h -ctmp-opinit.c /bin/sh ../../gcc/../move-if-change tmp-config.h insn-config.h echo timestamp > s-config build/genattrtab ../../gcc/common.md ../../gcc/config/i386/i386.md insn-conditions.md \ -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c /bin/sh ../../gcc/../move-if-change tmp-target-def.h insn-target-def.h echo timestamp > s-target-def build/genautomata ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-automata.c build/genemit ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-emit.c /bin/sh ../../gcc/../move-if-change tmp-opinit.h insn-opinit.h /bin/sh ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit build/genextract ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-extract.c /bin/sh ../../gcc/../move-if-change tmp-emit.c insn-emit.c echo timestamp > s-emit build/genoutput ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-output.c /bin/sh ../../gcc/../move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract build/genpeep ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-peep.c /bin/sh ../../gcc/../move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep build/genrecog ../../gcc/common.md ../../gcc/config/i386/i386.md \ insn-conditions.md > tmp-recog.c /bin/sh ../../gcc/../move-if-change tmp-output.c insn-output.c echo timestamp > s-output g++ -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include \ -o build/gcov-iov.o ../../gcc/gcov-iov.c Statistics for recog: Number of decisions: 47167 longest path: 313 (code: 4212) longest backtrack: 32 (code: 4950) Statistics for split_insns: Number of decisions: 5536 longest path: 125 (code: 416) longest backtrack: 20 (code: 891) Statistics for peephole2_insns: Number of decisions: 2421 longest path: 569 (code: 121) longest backtrack: 31 (code: 249) g++ -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -static-libstdc++ -static-libgcc -no-pie \ build/gcov-iov.o -o build/gcov-iov build/gcov-iov '11.2.0' '' \ > tmp-gcov-iov.h /bin/sh ../../gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h echo timestamp > s-iov g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo ../../gcc/c/c-lang.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo ../../gcc/c-family/stub-objc.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo ../../gcc/attribs.c Shared 38743 out of 75344 states by creating 10026 new states, saving 28717 /bin/sh ../../gcc/../move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo ../../gcc/c/c-errors.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo ../../gcc/c/c-decl.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo ../../gcc/c/c-typeck.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo ../../gcc/c/c-convert.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo ../../gcc/c/c-aux-info.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc/c/c-objc-common.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-parser.o -MT c/c-parser.o -MMD -MP -MF c/.deps/c-parser.TPo ../../gcc/c/c-parser.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/c-fold.o -MT c/c-fold.o -MMD -MP -MF c/.deps/c-fold.TPo ../../gcc/c/c-fold.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/gimple-parser.o -MT c/gimple-parser.o -MMD -MP -MF c/.deps/gimple-parser.TPo ../../gcc/c/gimple-parser.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo ../../gcc/c-family/c-common.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-cppbuiltin.o -MT c-family/c-cppbuiltin.o -MMD -MP -MF c-family/.deps/c-cppbuiltin.TPo ../../gcc/c-family/c-cppbuiltin.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-dump.o -MT c-family/c-dump.o -MMD -MP -MF c-family/.deps/c-dump.TPo ../../gcc/c-family/c-dump.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-format.o -MT c-family/c-format.o -MMD -MP -MF c-family/.deps/c-format.TPo ../../gcc/c-family/c-format.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-gimplify.o -MT c-family/c-gimplify.o -MMD -MP -MF c-family/.deps/c-gimplify.TPo ../../gcc/c-family/c-gimplify.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-indentation.o -MT c-family/c-indentation.o -MMD -MP -MF c-family/.deps/c-indentation.TPo ../../gcc/c-family/c-indentation.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-lex.o -MT c-family/c-lex.o -MMD -MP -MF c-family/.deps/c-lex.TPo ../../gcc/c-family/c-lex.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-omp.o -MT c-family/c-omp.o -MMD -MP -MF c-family/.deps/c-omp.TPo ../../gcc/c-family/c-omp.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-opts.o -MT c-family/c-opts.o -MMD -MP -MF c-family/.deps/c-opts.TPo ../../gcc/c-family/c-opts.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-pch.o -MT c-family/c-pch.o -MMD -MP -MF c-family/.deps/c-pch.TPo ../../gcc/c-family/c-pch.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-ppoutput.o -MT c-family/c-ppoutput.o -MMD -MP -MF c-family/.deps/c-ppoutput.TPo ../../gcc/c-family/c-ppoutput.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-pragma.o -MT c-family/c-pragma.o -MMD -MP -MF c-family/.deps/c-pragma.TPo ../../gcc/c-family/c-pragma.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-pretty-print.o -MT c-family/c-pretty-print.o -MMD -MP -MF c-family/.deps/c-pretty-print.TPo ../../gcc/c-family/c-pretty-print.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-semantics.o -MT c-family/c-semantics.o -MMD -MP -MF c-family/.deps/c-semantics.TPo ../../gcc/c-family/c-semantics.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-ada-spec.o -MT c-family/c-ada-spec.o -MMD -MP -MF c-family/.deps/c-ada-spec.TPo ../../gcc/c-family/c-ada-spec.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-ubsan.o -MT c-family/c-ubsan.o -MMD -MP -MF c-family/.deps/c-ubsan.TPo ../../gcc/c-family/c-ubsan.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/known-headers.o -MT c-family/known-headers.o -MMD -MP -MF c-family/.deps/known-headers.TPo ../../gcc/c-family/known-headers.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-attribs.o -MT c-family/c-attribs.o -MMD -MP -MF c-family/.deps/c-attribs.TPo ../../gcc/c-family/c-attribs.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-warn.o -MT c-family/c-warn.o -MMD -MP -MF c-family/.deps/c-warn.TPo ../../gcc/c-family/c-warn.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/c-spellcheck.o -MT c-family/c-spellcheck.o -MMD -MP -MF c-family/.deps/c-spellcheck.TPo ../../gcc/c-family/c-spellcheck.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o i386-c.o -MT i386-c.o -MMD -MP -MF ./.deps/i386-c.TPo ../../gcc/config/i386/i386-c.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o glibc-c.o -MT glibc-c.o -MMD -MP -MF ./.deps/glibc-c.TPo ../../gcc/config/glibc-c.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o generic-match.o -MT generic-match.o -MMD -MP -MF ./.deps/generic-match.TPo generic-match.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-emit.o -MT insn-emit.o -MMD -MP -MF ./.deps/insn-emit.TPo insn-emit.c /bin/sh ../../gcc/../move-if-change tmp-attrtab.c insn-attrtab.c /bin/sh ../../gcc/../move-if-change tmp-dfatab.c insn-dfatab.c /bin/sh ../../gcc/../move-if-change tmp-latencytab.c insn-latencytab.c echo timestamp > s-attrtab g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-extract.o -MT insn-extract.o -MMD -MP -MF ./.deps/insn-extract.TPo insn-extract.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-modes.o -MT insn-modes.o -MMD -MP -MF ./.deps/insn-modes.TPo insn-modes.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-opinit.o -MT insn-opinit.o -MMD -MP -MF ./.deps/insn-opinit.TPo insn-opinit.c /bin/sh ../../gcc/../move-if-change tmp-automata.c insn-automata.c echo timestamp > s-automata g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-output.o -MT insn-output.o -MMD -MP -MF ./.deps/insn-output.TPo insn-output.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-peep.o -MT insn-peep.o -MMD -MP -MF ./.deps/insn-peep.TPo insn-peep.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-preds.o -MT insn-preds.o -MMD -MP -MF ./.deps/insn-preds.TPo insn-preds.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-enums.o -MT insn-enums.o -MMD -MP -MF ./.deps/insn-enums.TPo insn-enums.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ggc-page.o -MT ggc-page.o -MMD -MP -MF ./.deps/ggc-page.TPo ../../gcc/ggc-page.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o adjust-alignment.o -MT adjust-alignment.o -MMD -MP -MF ./.deps/adjust-alignment.TPo ../../gcc/adjust-alignment.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o alias.o -MT alias.o -MMD -MP -MF ./.deps/alias.TPo ../../gcc/alias.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o alloc-pool.o -MT alloc-pool.o -MMD -MP -MF ./.deps/alloc-pool.TPo ../../gcc/alloc-pool.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o auto-inc-dec.o -MT auto-inc-dec.o -MMD -MP -MF ./.deps/auto-inc-dec.TPo ../../gcc/auto-inc-dec.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o auto-profile.o -MT auto-profile.o -MMD -MP -MF ./.deps/auto-profile.TPo ../../gcc/auto-profile.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o bb-reorder.o -MT bb-reorder.o -MMD -MP -MF ./.deps/bb-reorder.TPo ../../gcc/bb-reorder.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o bitmap.o -MT bitmap.o -MMD -MP -MF ./.deps/bitmap.TPo ../../gcc/bitmap.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o builtins.o -MT builtins.o -MMD -MP -MF ./.deps/builtins.TPo ../../gcc/builtins.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o caller-save.o -MT caller-save.o -MMD -MP -MF ./.deps/caller-save.TPo ../../gcc/caller-save.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o calls.o -MT calls.o -MMD -MP -MF ./.deps/calls.TPo ../../gcc/calls.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ccmp.o -MT ccmp.o -MMD -MP -MF ./.deps/ccmp.TPo ../../gcc/ccmp.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfg.o -MT cfg.o -MMD -MP -MF ./.deps/cfg.TPo ../../gcc/cfg.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfganal.o -MT cfganal.o -MMD -MP -MF ./.deps/cfganal.TPo ../../gcc/cfganal.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfgbuild.o -MT cfgbuild.o -MMD -MP -MF ./.deps/cfgbuild.TPo ../../gcc/cfgbuild.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfgcleanup.o -MT cfgcleanup.o -MMD -MP -MF ./.deps/cfgcleanup.TPo ../../gcc/cfgcleanup.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfgexpand.o -MT cfgexpand.o -MMD -MP -MF ./.deps/cfgexpand.TPo ../../gcc/cfgexpand.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfghooks.o -MT cfghooks.o -MMD -MP -MF ./.deps/cfghooks.TPo ../../gcc/cfghooks.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfgloop.o -MT cfgloop.o -MMD -MP -MF ./.deps/cfgloop.TPo ../../gcc/cfgloop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfgloopanal.o -MT cfgloopanal.o -MMD -MP -MF ./.deps/cfgloopanal.TPo ../../gcc/cfgloopanal.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfgloopmanip.o -MT cfgloopmanip.o -MMD -MP -MF ./.deps/cfgloopmanip.TPo ../../gcc/cfgloopmanip.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cfgrtl.o -MT cfgrtl.o -MMD -MP -MF ./.deps/cfgrtl.TPo ../../gcc/cfgrtl.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o symtab.o -MT symtab.o -MMD -MP -MF ./.deps/symtab.TPo ../../gcc/symtab.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o symtab-thunks.o -MT symtab-thunks.o -MMD -MP -MF ./.deps/symtab-thunks.TPo ../../gcc/symtab-thunks.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o symtab-clones.o -MT symtab-clones.o -MMD -MP -MF ./.deps/symtab-clones.TPo ../../gcc/symtab-clones.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cgraph.o -MT cgraph.o -MMD -MP -MF ./.deps/cgraph.TPo ../../gcc/cgraph.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cgraphbuild.o -MT cgraphbuild.o -MMD -MP -MF ./.deps/cgraphbuild.TPo ../../gcc/cgraphbuild.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cgraphunit.o -MT cgraphunit.o -MMD -MP -MF ./.deps/cgraphunit.TPo ../../gcc/cgraphunit.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cgraphclones.o -MT cgraphclones.o -MMD -MP -MF ./.deps/cgraphclones.TPo ../../gcc/cgraphclones.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o combine.o -MT combine.o -MMD -MP -MF ./.deps/combine.TPo ../../gcc/combine.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o combine-stack-adj.o -MT combine-stack-adj.o -MMD -MP -MF ./.deps/combine-stack-adj.TPo ../../gcc/combine-stack-adj.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o compare-elim.o -MT compare-elim.o -MMD -MP -MF ./.deps/compare-elim.TPo ../../gcc/compare-elim.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o context.o -MT context.o -MMD -MP -MF ./.deps/context.TPo ../../gcc/context.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o convert.o -MT convert.o -MMD -MP -MF ./.deps/convert.TPo ../../gcc/convert.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o coroutine-passes.o -MT coroutine-passes.o -MMD -MP -MF ./.deps/coroutine-passes.TPo ../../gcc/coroutine-passes.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o coverage.o -MT coverage.o -MMD -MP -MF ./.deps/coverage.TPo ../../gcc/coverage.c g++ -fno-PIE -c -DGCC_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include\" -DFIXED_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/11.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/11.2.0/x86_64-lfs-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/11.2.0/backward\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/libc++_include/c++/11.2.0/v1\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR_ADD_SYSROOT=0 -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/lfs/build/x86_64${sysroot_headers_suffix}/usr/include\" -DTOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/home/lfs/build/x86_64/tools/\" -DSTANDARD_EXEC_PREFIX=\"/home/lfs/build/x86_64/tools/lib/gcc/\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DBASEVER="\"11.2.0\"" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cppbuiltin.o -MT cppbuiltin.o -MMD -MP -MF ./.deps/cppbuiltin.TPo ../../gcc/cppbuiltin.c g++ -fno-PIE -c -DGCC_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include\" -DFIXED_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/11.2.0\" -DGPLUSPLUS_INCLUDE_DIR_ADD_SYSROOT=0 -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/11.2.0/x86_64-lfs-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include/c++/11.2.0/backward\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/libc++_include/c++/11.2.0/v1\" -DGPLUSPLUS_LIBCXX_INCLUDE_DIR_ADD_SYSROOT=0 -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/home/lfs/build/x86_64${sysroot_headers_suffix}/usr/include\" -DTOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DPREFIX=\"/home/lfs/build/x86_64/tools/\" -DSTANDARD_EXEC_PREFIX=\"/home/lfs/build/x86_64/tools/lib/gcc/\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cppdefault.o -MT cppdefault.o -MMD -MP -MF ./.deps/cppdefault.TPo ../../gcc/cppdefault.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cprop.o -MT cprop.o -MMD -MP -MF ./.deps/cprop.TPo ../../gcc/cprop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cse.o -MT cse.o -MMD -MP -MF ./.deps/cse.TPo ../../gcc/cse.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cselib.o -MT cselib.o -MMD -MP -MF ./.deps/cselib.TPo ../../gcc/cselib.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o data-streamer.o -MT data-streamer.o -MMD -MP -MF ./.deps/data-streamer.TPo ../../gcc/data-streamer.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o data-streamer-in.o -MT data-streamer-in.o -MMD -MP -MF ./.deps/data-streamer-in.TPo ../../gcc/data-streamer-in.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o data-streamer-out.o -MT data-streamer-out.o -MMD -MP -MF ./.deps/data-streamer-out.TPo ../../gcc/data-streamer-out.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dbxout.o -MT dbxout.o -MMD -MP -MF ./.deps/dbxout.TPo ../../gcc/dbxout.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dbgcnt.o -MT dbgcnt.o -MMD -MP -MF ./.deps/dbgcnt.TPo ../../gcc/dbgcnt.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dce.o -MT dce.o -MMD -MP -MF ./.deps/dce.TPo ../../gcc/dce.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ddg.o -MT ddg.o -MMD -MP -MF ./.deps/ddg.TPo ../../gcc/ddg.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o debug.o -MT debug.o -MMD -MP -MF ./.deps/debug.TPo ../../gcc/debug.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o df-core.o -MT df-core.o -MMD -MP -MF ./.deps/df-core.TPo ../../gcc/df-core.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o df-problems.o -MT df-problems.o -MMD -MP -MF ./.deps/df-problems.TPo ../../gcc/df-problems.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o df-scan.o -MT df-scan.o -MMD -MP -MF ./.deps/df-scan.TPo ../../gcc/df-scan.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-strict-aliasing -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dfp.o -MT dfp.o -MMD -MP -MF ./.deps/dfp.TPo ../../gcc/dfp.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o digraph.o -MT digraph.o -MMD -MP -MF ./.deps/digraph.TPo ../../gcc/digraph.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dojump.o -MT dojump.o -MMD -MP -MF ./.deps/dojump.TPo ../../gcc/dojump.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dominance.o -MT dominance.o -MMD -MP -MF ./.deps/dominance.TPo ../../gcc/dominance.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o domwalk.o -MT domwalk.o -MMD -MP -MF ./.deps/domwalk.TPo ../../gcc/domwalk.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o double-int.o -MT double-int.o -MMD -MP -MF ./.deps/double-int.TPo ../../gcc/double-int.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dse.o -MT dse.o -MMD -MP -MF ./.deps/dse.TPo ../../gcc/dse.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dumpfile.o -MT dumpfile.o -MMD -MP -MF ./.deps/dumpfile.TPo ../../gcc/dumpfile.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dwarf2asm.o -MT dwarf2asm.o -MMD -MP -MF ./.deps/dwarf2asm.TPo ../../gcc/dwarf2asm.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dwarf2cfi.o -MT dwarf2cfi.o -MMD -MP -MF ./.deps/dwarf2cfi.TPo ../../gcc/dwarf2cfi.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o dwarf2out.o -MT dwarf2out.o -MMD -MP -MF ./.deps/dwarf2out.TPo ../../gcc/dwarf2out.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o early-remat.o -MT early-remat.o -MMD -MP -MF ./.deps/early-remat.TPo ../../gcc/early-remat.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o emit-rtl.o -MT emit-rtl.o -MMD -MP -MF ./.deps/emit-rtl.TPo ../../gcc/emit-rtl.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o et-forest.o -MT et-forest.o -MMD -MP -MF ./.deps/et-forest.TPo ../../gcc/et-forest.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o except.o -MT except.o -MMD -MP -MF ./.deps/except.TPo ../../gcc/except.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o explow.o -MT explow.o -MMD -MP -MF ./.deps/explow.TPo ../../gcc/explow.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o expmed.o -MT expmed.o -MMD -MP -MF ./.deps/expmed.TPo ../../gcc/expmed.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o expr.o -MT expr.o -MMD -MP -MF ./.deps/expr.TPo ../../gcc/expr.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o fibonacci_heap.o -MT fibonacci_heap.o -MMD -MP -MF ./.deps/fibonacci_heap.TPo ../../gcc/fibonacci_heap.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o file-prefix-map.o -MT file-prefix-map.o -MMD -MP -MF ./.deps/file-prefix-map.TPo ../../gcc/file-prefix-map.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o final.o -MT final.o -MMD -MP -MF ./.deps/final.TPo ../../gcc/final.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o fixed-value.o -MT fixed-value.o -MMD -MP -MF ./.deps/fixed-value.TPo ../../gcc/fixed-value.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o fold-const.o -MT fold-const.o -MMD -MP -MF ./.deps/fold-const.TPo ../../gcc/fold-const.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o fold-const-call.o -MT fold-const-call.o -MMD -MP -MF ./.deps/fold-const-call.TPo ../../gcc/fold-const-call.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o function.o -MT function.o -MMD -MP -MF ./.deps/function.TPo ../../gcc/function.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o function-abi.o -MT function-abi.o -MMD -MP -MF ./.deps/function-abi.TPo ../../gcc/function-abi.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o function-tests.o -MT function-tests.o -MMD -MP -MF ./.deps/function-tests.TPo ../../gcc/function-tests.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o fwprop.o -MT fwprop.o -MMD -MP -MF ./.deps/fwprop.TPo ../../gcc/fwprop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcc-rich-location.o -MT gcc-rich-location.o -MMD -MP -MF ./.deps/gcc-rich-location.TPo ../../gcc/gcc-rich-location.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcse.o -MT gcse.o -MMD -MP -MF ./.deps/gcse.TPo ../../gcc/gcse.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcse-common.o -MT gcse-common.o -MMD -MP -MF ./.deps/gcse-common.TPo ../../gcc/gcse-common.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ggc-common.o -MT ggc-common.o -MMD -MP -MF ./.deps/ggc-common.TPo ../../gcc/ggc-common.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ggc-tests.o -MT ggc-tests.o -MMD -MP -MF ./.deps/ggc-tests.TPo ../../gcc/ggc-tests.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple.o -MT gimple.o -MMD -MP -MF ./.deps/gimple.TPo ../../gcc/gimple.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-array-bounds.o -MT gimple-array-bounds.o -MMD -MP -MF ./.deps/gimple-array-bounds.TPo ../../gcc/gimple-array-bounds.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-builder.o -MT gimple-builder.o -MMD -MP -MF ./.deps/gimple-builder.TPo ../../gcc/gimple-builder.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-expr.o -MT gimple-expr.o -MMD -MP -MF ./.deps/gimple-expr.TPo ../../gcc/gimple-expr.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-if-to-switch.o -MT gimple-if-to-switch.o -MMD -MP -MF ./.deps/gimple-if-to-switch.TPo ../../gcc/gimple-if-to-switch.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-iterator.o -MT gimple-iterator.o -MMD -MP -MF ./.deps/gimple-iterator.TPo ../../gcc/gimple-iterator.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-fold.o -MT gimple-fold.o -MMD -MP -MF ./.deps/gimple-fold.TPo ../../gcc/gimple-fold.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-laddress.o -MT gimple-laddress.o -MMD -MP -MF ./.deps/gimple-laddress.TPo ../../gcc/gimple-laddress.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-loop-interchange.o -MT gimple-loop-interchange.o -MMD -MP -MF ./.deps/gimple-loop-interchange.TPo ../../gcc/gimple-loop-interchange.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-loop-jam.o -MT gimple-loop-jam.o -MMD -MP -MF ./.deps/gimple-loop-jam.TPo ../../gcc/gimple-loop-jam.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-loop-versioning.o -MT gimple-loop-versioning.o -MMD -MP -MF ./.deps/gimple-loop-versioning.TPo ../../gcc/gimple-loop-versioning.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-low.o -MT gimple-low.o -MMD -MP -MF ./.deps/gimple-low.TPo ../../gcc/gimple-low.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-pretty-print.o -MT gimple-pretty-print.o -MMD -MP -MF ./.deps/gimple-pretty-print.TPo ../../gcc/gimple-pretty-print.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-range.o -MT gimple-range.o -MMD -MP -MF ./.deps/gimple-range.TPo ../../gcc/gimple-range.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-range-cache.o -MT gimple-range-cache.o -MMD -MP -MF ./.deps/gimple-range-cache.TPo ../../gcc/gimple-range-cache.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-range-edge.o -MT gimple-range-edge.o -MMD -MP -MF ./.deps/gimple-range-edge.TPo ../../gcc/gimple-range-edge.cc ../../gcc/gimple-range-cache.cc: In member function 'bool ranger_cache::push_poor_value(basic_block, tree)': ../../gcc/gimple-range-cache.cc:850:44: warning: unused parameter 'bb' [-Wunused-parameter] 850 | ranger_cache::push_poor_value (basic_block bb, tree name) | ~~~~~~~~~~~~^~ ../../gcc/gimple-range-cache.cc:850:53: warning: unused parameter 'name' [-Wunused-parameter] 850 | ranger_cache::push_poor_value (basic_block bb, tree name) | ~~~~~^~~~ g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-range-gori.o -MT gimple-range-gori.o -MMD -MP -MF ./.deps/gimple-range-gori.TPo ../../gcc/gimple-range-gori.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-backprop.o -MT gimple-ssa-backprop.o -MMD -MP -MF ./.deps/gimple-ssa-backprop.TPo ../../gcc/gimple-ssa-backprop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-evrp.o -MT gimple-ssa-evrp.o -MMD -MP -MF ./.deps/gimple-ssa-evrp.TPo ../../gcc/gimple-ssa-evrp.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-evrp-analyze.o -MT gimple-ssa-evrp-analyze.o -MMD -MP -MF ./.deps/gimple-ssa-evrp-analyze.TPo ../../gcc/gimple-ssa-evrp-analyze.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-isolate-paths.o -MT gimple-ssa-isolate-paths.o -MMD -MP -MF ./.deps/gimple-ssa-isolate-paths.TPo ../../gcc/gimple-ssa-isolate-paths.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-nonnull-compare.o -MT gimple-ssa-nonnull-compare.o -MMD -MP -MF ./.deps/gimple-ssa-nonnull-compare.TPo ../../gcc/gimple-ssa-nonnull-compare.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-split-paths.o -MT gimple-ssa-split-paths.o -MMD -MP -MF ./.deps/gimple-ssa-split-paths.TPo ../../gcc/gimple-ssa-split-paths.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-store-merging.o -MT gimple-ssa-store-merging.o -MMD -MP -MF ./.deps/gimple-ssa-store-merging.TPo ../../gcc/gimple-ssa-store-merging.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-strength-reduction.o -MT gimple-ssa-strength-reduction.o -MMD -MP -MF ./.deps/gimple-ssa-strength-reduction.TPo ../../gcc/gimple-ssa-strength-reduction.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-sprintf.o -MT gimple-ssa-sprintf.o -MMD -MP -MF ./.deps/gimple-ssa-sprintf.TPo ../../gcc/gimple-ssa-sprintf.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-warn-alloca.o -MT gimple-ssa-warn-alloca.o -MMD -MP -MF ./.deps/gimple-ssa-warn-alloca.TPo ../../gcc/gimple-ssa-warn-alloca.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-ssa-warn-restrict.o -MT gimple-ssa-warn-restrict.o -MMD -MP -MF ./.deps/gimple-ssa-warn-restrict.TPo ../../gcc/gimple-ssa-warn-restrict.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-streamer-in.o -MT gimple-streamer-in.o -MMD -MP -MF ./.deps/gimple-streamer-in.TPo ../../gcc/gimple-streamer-in.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-streamer-out.o -MT gimple-streamer-out.o -MMD -MP -MF ./.deps/gimple-streamer-out.TPo ../../gcc/gimple-streamer-out.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-walk.o -MT gimple-walk.o -MMD -MP -MF ./.deps/gimple-walk.TPo ../../gcc/gimple-walk.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimplify.o -MT gimplify.o -MMD -MP -MF ./.deps/gimplify.TPo ../../gcc/gimplify.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimplify-me.o -MT gimplify-me.o -MMD -MP -MF ./.deps/gimplify-me.TPo ../../gcc/gimplify-me.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o godump.o -MT godump.o -MMD -MP -MF ./.deps/godump.TPo ../../gcc/godump.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graph.o -MT graph.o -MMD -MP -MF ./.deps/graph.TPo ../../gcc/graph.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphds.o -MT graphds.o -MMD -MP -MF ./.deps/graphds.TPo ../../gcc/graphds.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphviz.o -MT graphviz.o -MMD -MP -MF ./.deps/graphviz.TPo ../../gcc/graphviz.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphite.o -MT graphite.o -MMD -MP -MF ./.deps/graphite.TPo ../../gcc/graphite.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphite-isl-ast-to-gimple.o -MT graphite-isl-ast-to-gimple.o -MMD -MP -MF ./.deps/graphite-isl-ast-to-gimple.TPo ../../gcc/graphite-isl-ast-to-gimple.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphite-dependences.o -MT graphite-dependences.o -MMD -MP -MF ./.deps/graphite-dependences.TPo ../../gcc/graphite-dependences.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo ../../gcc/graphite-optimize-isl.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphite-poly.o -MT graphite-poly.o -MMD -MP -MF ./.deps/graphite-poly.TPo ../../gcc/graphite-poly.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphite-scop-detection.o -MT graphite-scop-detection.o -MMD -MP -MF ./.deps/graphite-scop-detection.TPo ../../gcc/graphite-scop-detection.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o graphite-sese-to-poly.o -MT graphite-sese-to-poly.o -MMD -MP -MF ./.deps/graphite-sese-to-poly.TPo ../../gcc/graphite-sese-to-poly.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gtype-desc.o -MT gtype-desc.o -MMD -MP -MF ./.deps/gtype-desc.TPo gtype-desc.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o haifa-sched.o -MT haifa-sched.o -MMD -MP -MF ./.deps/haifa-sched.TPo ../../gcc/haifa-sched.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o hash-map-tests.o -MT hash-map-tests.o -MMD -MP -MF ./.deps/hash-map-tests.TPo ../../gcc/hash-map-tests.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o hash-set-tests.o -MT hash-set-tests.o -MMD -MP -MF ./.deps/hash-set-tests.TPo ../../gcc/hash-set-tests.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o hw-doloop.o -MT hw-doloop.o -MMD -MP -MF ./.deps/hw-doloop.TPo ../../gcc/hw-doloop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o hwint.o -MT hwint.o -MMD -MP -MF ./.deps/hwint.TPo ../../gcc/hwint.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ifcvt.o -MT ifcvt.o -MMD -MP -MF ./.deps/ifcvt.TPo ../../gcc/ifcvt.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ree.o -MT ree.o -MMD -MP -MF ./.deps/ree.TPo ../../gcc/ree.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o inchash.o -MT inchash.o -MMD -MP -MF ./.deps/inchash.TPo ../../gcc/inchash.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o incpath.o -MT incpath.o -MMD -MP -MF ./.deps/incpath.TPo ../../gcc/incpath.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o init-regs.o -MT init-regs.o -MMD -MP -MF ./.deps/init-regs.TPo ../../gcc/init-regs.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o internal-fn.o -MT internal-fn.o -MMD -MP -MF ./.deps/internal-fn.TPo ../../gcc/internal-fn.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-cp.o -MT ipa-cp.o -MMD -MP -MF ./.deps/ipa-cp.TPo ../../gcc/ipa-cp.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-sra.o -MT ipa-sra.o -MMD -MP -MF ./.deps/ipa-sra.TPo ../../gcc/ipa-sra.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-devirt.o -MT ipa-devirt.o -MMD -MP -MF ./.deps/ipa-devirt.TPo ../../gcc/ipa-devirt.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-fnsummary.o -MT ipa-fnsummary.o -MMD -MP -MF ./.deps/ipa-fnsummary.TPo ../../gcc/ipa-fnsummary.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-polymorphic-call.o -MT ipa-polymorphic-call.o -MMD -MP -MF ./.deps/ipa-polymorphic-call.TPo ../../gcc/ipa-polymorphic-call.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-split.o -MT ipa-split.o -MMD -MP -MF ./.deps/ipa-split.TPo ../../gcc/ipa-split.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-inline.o -MT ipa-inline.o -MMD -MP -MF ./.deps/ipa-inline.TPo ../../gcc/ipa-inline.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-comdats.o -MT ipa-comdats.o -MMD -MP -MF ./.deps/ipa-comdats.TPo ../../gcc/ipa-comdats.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-visibility.o -MT ipa-visibility.o -MMD -MP -MF ./.deps/ipa-visibility.TPo ../../gcc/ipa-visibility.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-inline-analysis.o -MT ipa-inline-analysis.o -MMD -MP -MF ./.deps/ipa-inline-analysis.TPo ../../gcc/ipa-inline-analysis.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-inline-transform.o -MT ipa-inline-transform.o -MMD -MP -MF ./.deps/ipa-inline-transform.TPo ../../gcc/ipa-inline-transform.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-modref.o -MT ipa-modref.o -MMD -MP -MF ./.deps/ipa-modref.TPo ../../gcc/ipa-modref.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-modref-tree.o -MT ipa-modref-tree.o -MMD -MP -MF ./.deps/ipa-modref-tree.TPo ../../gcc/ipa-modref-tree.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-predicate.o -MT ipa-predicate.o -MMD -MP -MF ./.deps/ipa-predicate.TPo ../../gcc/ipa-predicate.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-profile.o -MT ipa-profile.o -MMD -MP -MF ./.deps/ipa-profile.TPo ../../gcc/ipa-profile.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-prop.o -MT ipa-prop.o -MMD -MP -MF ./.deps/ipa-prop.TPo ../../gcc/ipa-prop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-param-manipulation.o -MT ipa-param-manipulation.o -MMD -MP -MF ./.deps/ipa-param-manipulation.TPo ../../gcc/ipa-param-manipulation.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-pure-const.o -MT ipa-pure-const.o -MMD -MP -MF ./.deps/ipa-pure-const.TPo ../../gcc/ipa-pure-const.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-icf.o -MT ipa-icf.o -MMD -MP -MF ./.deps/ipa-icf.TPo ../../gcc/ipa-icf.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-icf-gimple.o -MT ipa-icf-gimple.o -MMD -MP -MF ./.deps/ipa-icf-gimple.TPo ../../gcc/ipa-icf-gimple.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-reference.o -MT ipa-reference.o -MMD -MP -MF ./.deps/ipa-reference.TPo ../../gcc/ipa-reference.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-ref.o -MT ipa-ref.o -MMD -MP -MF ./.deps/ipa-ref.TPo ../../gcc/ipa-ref.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa-utils.o -MT ipa-utils.o -MMD -MP -MF ./.deps/ipa-utils.TPo ../../gcc/ipa-utils.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ipa.o -MT ipa.o -MMD -MP -MF ./.deps/ipa.TPo ../../gcc/ipa.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ira.o -MT ira.o -MMD -MP -MF ./.deps/ira.TPo ../../gcc/ira.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ira-build.o -MT ira-build.o -MMD -MP -MF ./.deps/ira-build.TPo ../../gcc/ira-build.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ira-costs.o -MT ira-costs.o -MMD -MP -MF ./.deps/ira-costs.TPo ../../gcc/ira-costs.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ira-conflicts.o -MT ira-conflicts.o -MMD -MP -MF ./.deps/ira-conflicts.TPo ../../gcc/ira-conflicts.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ira-color.o -MT ira-color.o -MMD -MP -MF ./.deps/ira-color.TPo ../../gcc/ira-color.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ira-emit.o -MT ira-emit.o -MMD -MP -MF ./.deps/ira-emit.TPo ../../gcc/ira-emit.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ira-lives.o -MT ira-lives.o -MMD -MP -MF ./.deps/ira-lives.TPo ../../gcc/ira-lives.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o jump.o -MT jump.o -MMD -MP -MF ./.deps/jump.TPo ../../gcc/jump.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o langhooks.o -MT langhooks.o -MMD -MP -MF ./.deps/langhooks.TPo ../../gcc/langhooks.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lcm.o -MT lcm.o -MMD -MP -MF ./.deps/lcm.TPo ../../gcc/lcm.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lists.o -MT lists.o -MMD -MP -MF ./.deps/lists.TPo ../../gcc/lists.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o loop-doloop.o -MT loop-doloop.o -MMD -MP -MF ./.deps/loop-doloop.TPo ../../gcc/loop-doloop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o loop-init.o -MT loop-init.o -MMD -MP -MF ./.deps/loop-init.TPo ../../gcc/loop-init.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o loop-invariant.o -MT loop-invariant.o -MMD -MP -MF ./.deps/loop-invariant.TPo ../../gcc/loop-invariant.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o loop-iv.o -MT loop-iv.o -MMD -MP -MF ./.deps/loop-iv.TPo ../../gcc/loop-iv.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o loop-unroll.o -MT loop-unroll.o -MMD -MP -MF ./.deps/loop-unroll.TPo ../../gcc/loop-unroll.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lower-subreg.o -MT lower-subreg.o -MMD -MP -MF ./.deps/lower-subreg.TPo ../../gcc/lower-subreg.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lra.o -MT lra.o -MMD -MP -MF ./.deps/lra.TPo ../../gcc/lra.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lra-assigns.o -MT lra-assigns.o -MMD -MP -MF ./.deps/lra-assigns.TPo ../../gcc/lra-assigns.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lra-coalesce.o -MT lra-coalesce.o -MMD -MP -MF ./.deps/lra-coalesce.TPo ../../gcc/lra-coalesce.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lra-constraints.o -MT lra-constraints.o -MMD -MP -MF ./.deps/lra-constraints.TPo ../../gcc/lra-constraints.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lra-eliminations.o -MT lra-eliminations.o -MMD -MP -MF ./.deps/lra-eliminations.TPo ../../gcc/lra-eliminations.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lra-lives.o -MT lra-lives.o -MMD -MP -MF ./.deps/lra-lives.TPo ../../gcc/lra-lives.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lra-remat.o -MT lra-remat.o -MMD -MP -MF ./.deps/lra-remat.TPo ../../gcc/lra-remat.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lra-spills.o -MT lra-spills.o -MMD -MP -MF ./.deps/lra-spills.TPo ../../gcc/lra-spills.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-cgraph.o -MT lto-cgraph.o -MMD -MP -MF ./.deps/lto-cgraph.TPo ../../gcc/lto-cgraph.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-streamer.o -MT lto-streamer.o -MMD -MP -MF ./.deps/lto-streamer.TPo ../../gcc/lto-streamer.c g++ -fno-PIE -c -DTARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-streamer-in.o -MT lto-streamer-in.o -MMD -MP -MF ./.deps/lto-streamer-in.TPo ../../gcc/lto-streamer-in.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-streamer-out.o -MT lto-streamer-out.o -MMD -MP -MF ./.deps/lto-streamer-out.TPo ../../gcc/lto-streamer-out.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-section-in.o -MT lto-section-in.o -MMD -MP -MF ./.deps/lto-section-in.TPo ../../gcc/lto-section-in.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-section-out.o -MT lto-section-out.o -MMD -MP -MF ./.deps/lto-section-out.TPo ../../gcc/lto-section-out.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-opts.o -MT lto-opts.o -MMD -MP -MF ./.deps/lto-opts.TPo ../../gcc/lto-opts.c g++ -fno-PIE -c -I../../gcc/../zlib -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-compress.o -MT lto-compress.o -MMD -MP -MF ./.deps/lto-compress.TPo ../../gcc/lto-compress.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o mcf.o -MT mcf.o -MMD -MP -MF ./.deps/mcf.TPo ../../gcc/mcf.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o mode-switching.o -MT mode-switching.o -MMD -MP -MF ./.deps/mode-switching.TPo ../../gcc/mode-switching.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o modulo-sched.o -MT modulo-sched.o -MMD -MP -MF ./.deps/modulo-sched.TPo ../../gcc/modulo-sched.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o multiple_target.o -MT multiple_target.o -MMD -MP -MF ./.deps/multiple_target.TPo ../../gcc/multiple_target.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o omp-offload.o -MT omp-offload.o -MMD -MP -MF ./.deps/omp-offload.TPo ../../gcc/omp-offload.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o omp-expand.o -MT omp-expand.o -MMD -MP -MF ./.deps/omp-expand.TPo ../../gcc/omp-expand.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o omp-general.o -MT omp-general.o -MMD -MP -MF ./.deps/omp-general.TPo ../../gcc/omp-general.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o omp-low.o -MT omp-low.o -MMD -MP -MF ./.deps/omp-low.TPo ../../gcc/omp-low.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o omp-oacc-kernels-decompose.o -MT omp-oacc-kernels-decompose.o -MMD -MP -MF ./.deps/omp-oacc-kernels-decompose.TPo ../../gcc/omp-oacc-kernels-decompose.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o omp-simd-clone.o -MT omp-simd-clone.o -MMD -MP -MF ./.deps/omp-simd-clone.TPo ../../gcc/omp-simd-clone.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o opt-problem.o -MT opt-problem.o -MMD -MP -MF ./.deps/opt-problem.TPo ../../gcc/opt-problem.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o optabs.o -MT optabs.o -MMD -MP -MF ./.deps/optabs.TPo ../../gcc/optabs.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o optabs-libfuncs.o -MT optabs-libfuncs.o -MMD -MP -MF ./.deps/optabs-libfuncs.TPo ../../gcc/optabs-libfuncs.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o optabs-query.o -MT optabs-query.o -MMD -MP -MF ./.deps/optabs-query.TPo ../../gcc/optabs-query.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o optabs-tree.o -MT optabs-tree.o -MMD -MP -MF ./.deps/optabs-tree.TPo ../../gcc/optabs-tree.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o optinfo.o -MT optinfo.o -MMD -MP -MF ./.deps/optinfo.TPo ../../gcc/optinfo.cc g++ -fno-PIE -c -DTARGET_NAME=\"x86_64-lfs-linux-gnu\" -I../../gcc/../zlib -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o optinfo-emit-json.o -MT optinfo-emit-json.o -MMD -MP -MF ./.deps/optinfo-emit-json.TPo ../../gcc/optinfo-emit-json.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o options-save.o -MT options-save.o -MMD -MP -MF ./.deps/options-save.TPo options-save.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o opts-global.o -MT opts-global.o -MMD -MP -MF ./.deps/opts-global.TPo ../../gcc/opts-global.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ordered-hash-map-tests.o -MT ordered-hash-map-tests.o -MMD -MP -MF ./.deps/ordered-hash-map-tests.TPo ../../gcc/ordered-hash-map-tests.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o passes.o -MT passes.o -MMD -MP -MF ./.deps/passes.TPo ../../gcc/passes.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o plugin.o -MT plugin.o -MMD -MP -MF ./.deps/plugin.TPo ../../gcc/plugin.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o postreload-gcse.o -MT postreload-gcse.o -MMD -MP -MF ./.deps/postreload-gcse.TPo ../../gcc/postreload-gcse.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o postreload.o -MT postreload.o -MMD -MP -MF ./.deps/postreload.TPo ../../gcc/postreload.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o predict.o -MT predict.o -MMD -MP -MF ./.deps/predict.TPo ../../gcc/predict.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o print-rtl.o -MT print-rtl.o -MMD -MP -MF ./.deps/print-rtl.TPo ../../gcc/print-rtl.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o print-rtl-function.o -MT print-rtl-function.o -MMD -MP -MF ./.deps/print-rtl-function.TPo ../../gcc/print-rtl-function.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o print-tree.o -MT print-tree.o -MMD -MP -MF ./.deps/print-tree.TPo ../../gcc/print-tree.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o profile.o -MT profile.o -MMD -MP -MF ./.deps/profile.TPo ../../gcc/profile.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o profile-count.o -MT profile-count.o -MMD -MP -MF ./.deps/profile-count.TPo ../../gcc/profile-count.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o range.o -MT range.o -MMD -MP -MF ./.deps/range.TPo ../../gcc/range.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o range-op.o -MT range-op.o -MMD -MP -MF ./.deps/range-op.TPo ../../gcc/range-op.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o read-md.o -MT read-md.o -MMD -MP -MF ./.deps/read-md.TPo ../../gcc/read-md.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o read-rtl.o -MT read-rtl.o -MMD -MP -MF ./.deps/read-rtl.TPo ../../gcc/read-rtl.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o read-rtl-function.o -MT read-rtl-function.o -MMD -MP -MF ./.deps/read-rtl-function.TPo ../../gcc/read-rtl-function.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o real.o -MT real.o -MMD -MP -MF ./.deps/real.TPo ../../gcc/real.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o realmpfr.o -MT realmpfr.o -MMD -MP -MF ./.deps/realmpfr.TPo ../../gcc/realmpfr.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o recog.o -MT recog.o -MMD -MP -MF ./.deps/recog.TPo ../../gcc/recog.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o reg-stack.o -MT reg-stack.o -MMD -MP -MF ./.deps/reg-stack.TPo ../../gcc/reg-stack.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o regcprop.o -MT regcprop.o -MMD -MP -MF ./.deps/regcprop.TPo ../../gcc/regcprop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o reginfo.o -MT reginfo.o -MMD -MP -MF ./.deps/reginfo.TPo ../../gcc/reginfo.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o regrename.o -MT regrename.o -MMD -MP -MF ./.deps/regrename.TPo ../../gcc/regrename.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o regstat.o -MT regstat.o -MMD -MP -MF ./.deps/regstat.TPo ../../gcc/regstat.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o reload.o -MT reload.o -MMD -MP -MF ./.deps/reload.TPo ../../gcc/reload.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o reload1.o -MT reload1.o -MMD -MP -MF ./.deps/reload1.TPo ../../gcc/reload1.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o reorg.o -MT reorg.o -MMD -MP -MF ./.deps/reorg.TPo ../../gcc/reorg.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o resource.o -MT resource.o -MMD -MP -MF ./.deps/resource.TPo ../../gcc/resource.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtl-error.o -MT rtl-error.o -MMD -MP -MF ./.deps/rtl-error.TPo ../../gcc/rtl-error.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I../../gcc -I../../gcc/rtl-ssa -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtl-ssa/accesses.o -MT rtl-ssa/accesses.o -MMD -MP -MF rtl-ssa/.deps/accesses.TPo ../../gcc/rtl-ssa/accesses.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I../../gcc -I../../gcc/rtl-ssa -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtl-ssa/blocks.o -MT rtl-ssa/blocks.o -MMD -MP -MF rtl-ssa/.deps/blocks.TPo ../../gcc/rtl-ssa/blocks.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I../../gcc -I../../gcc/rtl-ssa -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtl-ssa/changes.o -MT rtl-ssa/changes.o -MMD -MP -MF rtl-ssa/.deps/changes.TPo ../../gcc/rtl-ssa/changes.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I../../gcc -I../../gcc/rtl-ssa -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtl-ssa/functions.o -MT rtl-ssa/functions.o -MMD -MP -MF rtl-ssa/.deps/functions.TPo ../../gcc/rtl-ssa/functions.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Irtl-ssa -I../../gcc -I../../gcc/rtl-ssa -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtl-ssa/insns.o -MT rtl-ssa/insns.o -MMD -MP -MF rtl-ssa/.deps/insns.TPo ../../gcc/rtl-ssa/insns.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtl-tests.o -MT rtl-tests.o -MMD -MP -MF ./.deps/rtl-tests.TPo ../../gcc/rtl-tests.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtl.o -MT rtl.o -MMD -MP -MF ./.deps/rtl.TPo ../../gcc/rtl.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtlhash.o -MT rtlhash.o -MMD -MP -MF ./.deps/rtlhash.TPo ../../gcc/rtlhash.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtlanal.o -MT rtlanal.o -MMD -MP -MF ./.deps/rtlanal.TPo ../../gcc/rtlanal.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtlhooks.o -MT rtlhooks.o -MMD -MP -MF ./.deps/rtlhooks.TPo ../../gcc/rtlhooks.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o rtx-vector-builder.o -MT rtx-vector-builder.o -MMD -MP -MF ./.deps/rtx-vector-builder.TPo ../../gcc/rtx-vector-builder.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o run-rtl-passes.o -MT run-rtl-passes.o -MMD -MP -MF ./.deps/run-rtl-passes.TPo ../../gcc/run-rtl-passes.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sched-deps.o -MT sched-deps.o -MMD -MP -MF ./.deps/sched-deps.TPo ../../gcc/sched-deps.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sched-ebb.o -MT sched-ebb.o -MMD -MP -MF ./.deps/sched-ebb.TPo ../../gcc/sched-ebb.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sched-rgn.o -MT sched-rgn.o -MMD -MP -MF ./.deps/sched-rgn.TPo ../../gcc/sched-rgn.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sel-sched-ir.o -MT sel-sched-ir.o -MMD -MP -MF ./.deps/sel-sched-ir.TPo ../../gcc/sel-sched-ir.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sel-sched-dump.o -MT sel-sched-dump.o -MMD -MP -MF ./.deps/sel-sched-dump.TPo ../../gcc/sel-sched-dump.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sel-sched.o -MT sel-sched.o -MMD -MP -MF ./.deps/sel-sched.TPo ../../gcc/sel-sched.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o selftest-rtl.o -MT selftest-rtl.o -MMD -MP -MF ./.deps/selftest-rtl.TPo ../../gcc/selftest-rtl.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o selftest-run-tests.o -MT selftest-run-tests.o -MMD -MP -MF ./.deps/selftest-run-tests.TPo ../../gcc/selftest-run-tests.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sese.o -MT sese.o -MMD -MP -MF ./.deps/sese.TPo ../../gcc/sese.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o shrink-wrap.o -MT shrink-wrap.o -MMD -MP -MF ./.deps/shrink-wrap.TPo ../../gcc/shrink-wrap.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o simplify-rtx.o -MT simplify-rtx.o -MMD -MP -MF ./.deps/simplify-rtx.TPo ../../gcc/simplify-rtx.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sparseset.o -MT sparseset.o -MMD -MP -MF ./.deps/sparseset.TPo ../../gcc/sparseset.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o spellcheck.o -MT spellcheck.o -MMD -MP -MF ./.deps/spellcheck.TPo ../../gcc/spellcheck.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o spellcheck-tree.o -MT spellcheck-tree.o -MMD -MP -MF ./.deps/spellcheck-tree.TPo ../../gcc/spellcheck-tree.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o splay-tree-utils.o -MT splay-tree-utils.o -MMD -MP -MF ./.deps/splay-tree-utils.TPo ../../gcc/splay-tree-utils.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sreal.o -MT sreal.o -MMD -MP -MF ./.deps/sreal.TPo ../../gcc/sreal.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o stack-ptr-mod.o -MT stack-ptr-mod.o -MMD -MP -MF ./.deps/stack-ptr-mod.TPo ../../gcc/stack-ptr-mod.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o statistics.o -MT statistics.o -MMD -MP -MF ./.deps/statistics.TPo ../../gcc/statistics.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o stmt.o -MT stmt.o -MMD -MP -MF ./.deps/stmt.TPo ../../gcc/stmt.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o stor-layout.o -MT stor-layout.o -MMD -MP -MF ./.deps/stor-layout.TPo ../../gcc/stor-layout.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o store-motion.o -MT store-motion.o -MMD -MP -MF ./.deps/store-motion.TPo ../../gcc/store-motion.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o streamer-hooks.o -MT streamer-hooks.o -MMD -MP -MF ./.deps/streamer-hooks.TPo ../../gcc/streamer-hooks.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o stringpool.o -MT stringpool.o -MMD -MP -MF ./.deps/stringpool.TPo ../../gcc/stringpool.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o substring-locations.o -MT substring-locations.o -MMD -MP -MF ./.deps/substring-locations.TPo ../../gcc/substring-locations.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o target-globals.o -MT target-globals.o -MMD -MP -MF ./.deps/target-globals.TPo ../../gcc/target-globals.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o targhooks.o -MT targhooks.o -MMD -MP -MF ./.deps/targhooks.TPo ../../gcc/targhooks.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o timevar.o -MT timevar.o -MMD -MP -MF ./.deps/timevar.TPo ../../gcc/timevar.c g++ -fno-PIE -c -DTARGET_NAME=\"x86_64-lfs-linux-gnu\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o toplev.o -MT toplev.o -MMD -MP -MF ./.deps/toplev.TPo ../../gcc/toplev.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tracer.o -MT tracer.o -MMD -MP -MF ./.deps/tracer.TPo ../../gcc/tracer.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o trans-mem.o -MT trans-mem.o -MMD -MP -MF ./.deps/trans-mem.TPo ../../gcc/trans-mem.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-affine.o -MT tree-affine.o -MMD -MP -MF ./.deps/tree-affine.TPo ../../gcc/tree-affine.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o asan.o -MT asan.o -MMD -MP -MF ./.deps/asan.TPo ../../gcc/asan.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tsan.o -MT tsan.o -MMD -MP -MF ./.deps/tsan.TPo ../../gcc/tsan.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ubsan.o -MT ubsan.o -MMD -MP -MF ./.deps/ubsan.TPo ../../gcc/ubsan.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sanopt.o -MT sanopt.o -MMD -MP -MF ./.deps/sanopt.TPo ../../gcc/sanopt.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sancov.o -MT sancov.o -MMD -MP -MF ./.deps/sancov.TPo ../../gcc/sancov.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-call-cdce.o -MT tree-call-cdce.o -MMD -MP -MF ./.deps/tree-call-cdce.TPo ../../gcc/tree-call-cdce.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-cfg.o -MT tree-cfg.o -MMD -MP -MF ./.deps/tree-cfg.TPo ../../gcc/tree-cfg.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-cfgcleanup.o -MT tree-cfgcleanup.o -MMD -MP -MF ./.deps/tree-cfgcleanup.TPo ../../gcc/tree-cfgcleanup.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-chrec.o -MT tree-chrec.o -MMD -MP -MF ./.deps/tree-chrec.TPo ../../gcc/tree-chrec.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-complex.o -MT tree-complex.o -MMD -MP -MF ./.deps/tree-complex.TPo ../../gcc/tree-complex.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-data-ref.o -MT tree-data-ref.o -MMD -MP -MF ./.deps/tree-data-ref.TPo ../../gcc/tree-data-ref.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-dfa.o -MT tree-dfa.o -MMD -MP -MF ./.deps/tree-dfa.TPo ../../gcc/tree-dfa.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-diagnostic.o -MT tree-diagnostic.o -MMD -MP -MF ./.deps/tree-diagnostic.TPo ../../gcc/tree-diagnostic.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-diagnostic-path.o -MT tree-diagnostic-path.o -MMD -MP -MF ./.deps/tree-diagnostic-path.TPo ../../gcc/tree-diagnostic-path.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-dump.o -MT tree-dump.o -MMD -MP -MF ./.deps/tree-dump.TPo ../../gcc/tree-dump.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-eh.o -MT tree-eh.o -MMD -MP -MF ./.deps/tree-eh.TPo ../../gcc/tree-eh.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-emutls.o -MT tree-emutls.o -MMD -MP -MF ./.deps/tree-emutls.TPo ../../gcc/tree-emutls.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-if-conv.o -MT tree-if-conv.o -MMD -MP -MF ./.deps/tree-if-conv.TPo ../../gcc/tree-if-conv.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-inline.o -MT tree-inline.o -MMD -MP -MF ./.deps/tree-inline.TPo ../../gcc/tree-inline.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-into-ssa.o -MT tree-into-ssa.o -MMD -MP -MF ./.deps/tree-into-ssa.TPo ../../gcc/tree-into-ssa.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-iterator.o -MT tree-iterator.o -MMD -MP -MF ./.deps/tree-iterator.TPo ../../gcc/tree-iterator.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-loop-distribution.o -MT tree-loop-distribution.o -MMD -MP -MF ./.deps/tree-loop-distribution.TPo ../../gcc/tree-loop-distribution.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-nested.o -MT tree-nested.o -MMD -MP -MF ./.deps/tree-nested.TPo ../../gcc/tree-nested.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-nrv.o -MT tree-nrv.o -MMD -MP -MF ./.deps/tree-nrv.TPo ../../gcc/tree-nrv.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-object-size.o -MT tree-object-size.o -MMD -MP -MF ./.deps/tree-object-size.TPo ../../gcc/tree-object-size.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-outof-ssa.o -MT tree-outof-ssa.o -MMD -MP -MF ./.deps/tree-outof-ssa.TPo ../../gcc/tree-outof-ssa.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-parloops.o -MT tree-parloops.o -MMD -MP -MF ./.deps/tree-parloops.TPo ../../gcc/tree-parloops.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-phinodes.o -MT tree-phinodes.o -MMD -MP -MF ./.deps/tree-phinodes.TPo ../../gcc/tree-phinodes.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-predcom.o -MT tree-predcom.o -MMD -MP -MF ./.deps/tree-predcom.TPo ../../gcc/tree-predcom.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-pretty-print.o -MT tree-pretty-print.o -MMD -MP -MF ./.deps/tree-pretty-print.TPo ../../gcc/tree-pretty-print.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-profile.o -MT tree-profile.o -MMD -MP -MF ./.deps/tree-profile.TPo ../../gcc/tree-profile.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-scalar-evolution.o -MT tree-scalar-evolution.o -MMD -MP -MF ./.deps/tree-scalar-evolution.TPo ../../gcc/tree-scalar-evolution.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-sra.o -MT tree-sra.o -MMD -MP -MF ./.deps/tree-sra.TPo ../../gcc/tree-sra.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-switch-conversion.o -MT tree-switch-conversion.o -MMD -MP -MF ./.deps/tree-switch-conversion.TPo ../../gcc/tree-switch-conversion.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-address.o -MT tree-ssa-address.o -MMD -MP -MF ./.deps/tree-ssa-address.TPo ../../gcc/tree-ssa-address.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-alias.o -MT tree-ssa-alias.o -MMD -MP -MF ./.deps/tree-ssa-alias.TPo ../../gcc/tree-ssa-alias.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-ccp.o -MT tree-ssa-ccp.o -MMD -MP -MF ./.deps/tree-ssa-ccp.TPo ../../gcc/tree-ssa-ccp.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-coalesce.o -MT tree-ssa-coalesce.o -MMD -MP -MF ./.deps/tree-ssa-coalesce.TPo ../../gcc/tree-ssa-coalesce.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-copy.o -MT tree-ssa-copy.o -MMD -MP -MF ./.deps/tree-ssa-copy.TPo ../../gcc/tree-ssa-copy.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-dce.o -MT tree-ssa-dce.o -MMD -MP -MF ./.deps/tree-ssa-dce.TPo ../../gcc/tree-ssa-dce.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-dom.o -MT tree-ssa-dom.o -MMD -MP -MF ./.deps/tree-ssa-dom.TPo ../../gcc/tree-ssa-dom.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-dse.o -MT tree-ssa-dse.o -MMD -MP -MF ./.deps/tree-ssa-dse.TPo ../../gcc/tree-ssa-dse.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-forwprop.o -MT tree-ssa-forwprop.o -MMD -MP -MF ./.deps/tree-ssa-forwprop.TPo ../../gcc/tree-ssa-forwprop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-ifcombine.o -MT tree-ssa-ifcombine.o -MMD -MP -MF ./.deps/tree-ssa-ifcombine.TPo ../../gcc/tree-ssa-ifcombine.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-live.o -MT tree-ssa-live.o -MMD -MP -MF ./.deps/tree-ssa-live.TPo ../../gcc/tree-ssa-live.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-ch.o -MT tree-ssa-loop-ch.o -MMD -MP -MF ./.deps/tree-ssa-loop-ch.TPo ../../gcc/tree-ssa-loop-ch.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-im.o -MT tree-ssa-loop-im.o -MMD -MP -MF ./.deps/tree-ssa-loop-im.TPo ../../gcc/tree-ssa-loop-im.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-ivcanon.o -MT tree-ssa-loop-ivcanon.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivcanon.TPo ../../gcc/tree-ssa-loop-ivcanon.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-ivopts.o -MT tree-ssa-loop-ivopts.o -MMD -MP -MF ./.deps/tree-ssa-loop-ivopts.TPo ../../gcc/tree-ssa-loop-ivopts.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-manip.o -MT tree-ssa-loop-manip.o -MMD -MP -MF ./.deps/tree-ssa-loop-manip.TPo ../../gcc/tree-ssa-loop-manip.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-niter.o -MT tree-ssa-loop-niter.o -MMD -MP -MF ./.deps/tree-ssa-loop-niter.TPo ../../gcc/tree-ssa-loop-niter.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-prefetch.o -MT tree-ssa-loop-prefetch.o -MMD -MP -MF ./.deps/tree-ssa-loop-prefetch.TPo ../../gcc/tree-ssa-loop-prefetch.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-split.o -MT tree-ssa-loop-split.o -MMD -MP -MF ./.deps/tree-ssa-loop-split.TPo ../../gcc/tree-ssa-loop-split.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop-unswitch.o -MT tree-ssa-loop-unswitch.o -MMD -MP -MF ./.deps/tree-ssa-loop-unswitch.TPo ../../gcc/tree-ssa-loop-unswitch.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-loop.o -MT tree-ssa-loop.o -MMD -MP -MF ./.deps/tree-ssa-loop.TPo ../../gcc/tree-ssa-loop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-math-opts.o -MT tree-ssa-math-opts.o -MMD -MP -MF ./.deps/tree-ssa-math-opts.TPo ../../gcc/tree-ssa-math-opts.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-operands.o -MT tree-ssa-operands.o -MMD -MP -MF ./.deps/tree-ssa-operands.TPo ../../gcc/tree-ssa-operands.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-phiopt.o -MT tree-ssa-phiopt.o -MMD -MP -MF ./.deps/tree-ssa-phiopt.TPo ../../gcc/tree-ssa-phiopt.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-phiprop.o -MT tree-ssa-phiprop.o -MMD -MP -MF ./.deps/tree-ssa-phiprop.TPo ../../gcc/tree-ssa-phiprop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-pre.o -MT tree-ssa-pre.o -MMD -MP -MF ./.deps/tree-ssa-pre.TPo ../../gcc/tree-ssa-pre.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-propagate.o -MT tree-ssa-propagate.o -MMD -MP -MF ./.deps/tree-ssa-propagate.TPo ../../gcc/tree-ssa-propagate.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-reassoc.o -MT tree-ssa-reassoc.o -MMD -MP -MF ./.deps/tree-ssa-reassoc.TPo ../../gcc/tree-ssa-reassoc.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-sccvn.o -MT tree-ssa-sccvn.o -MMD -MP -MF ./.deps/tree-ssa-sccvn.TPo ../../gcc/tree-ssa-sccvn.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-scopedtables.o -MT tree-ssa-scopedtables.o -MMD -MP -MF ./.deps/tree-ssa-scopedtables.TPo ../../gcc/tree-ssa-scopedtables.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-sink.o -MT tree-ssa-sink.o -MMD -MP -MF ./.deps/tree-ssa-sink.TPo ../../gcc/tree-ssa-sink.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-strlen.o -MT tree-ssa-strlen.o -MMD -MP -MF ./.deps/tree-ssa-strlen.TPo ../../gcc/tree-ssa-strlen.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-structalias.o -MT tree-ssa-structalias.o -MMD -MP -MF ./.deps/tree-ssa-structalias.TPo ../../gcc/tree-ssa-structalias.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-tail-merge.o -MT tree-ssa-tail-merge.o -MMD -MP -MF ./.deps/tree-ssa-tail-merge.TPo ../../gcc/tree-ssa-tail-merge.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-ter.o -MT tree-ssa-ter.o -MMD -MP -MF ./.deps/tree-ssa-ter.TPo ../../gcc/tree-ssa-ter.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-threadbackward.o -MT tree-ssa-threadbackward.o -MMD -MP -MF ./.deps/tree-ssa-threadbackward.TPo ../../gcc/tree-ssa-threadbackward.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-threadedge.o -MT tree-ssa-threadedge.o -MMD -MP -MF ./.deps/tree-ssa-threadedge.TPo ../../gcc/tree-ssa-threadedge.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-threadupdate.o -MT tree-ssa-threadupdate.o -MMD -MP -MF ./.deps/tree-ssa-threadupdate.TPo ../../gcc/tree-ssa-threadupdate.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-uncprop.o -MT tree-ssa-uncprop.o -MMD -MP -MF ./.deps/tree-ssa-uncprop.TPo ../../gcc/tree-ssa-uncprop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa-uninit.o -MT tree-ssa-uninit.o -MMD -MP -MF ./.deps/tree-ssa-uninit.TPo ../../gcc/tree-ssa-uninit.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssa.o -MT tree-ssa.o -MMD -MP -MF ./.deps/tree-ssa.TPo ../../gcc/tree-ssa.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-ssanames.o -MT tree-ssanames.o -MMD -MP -MF ./.deps/tree-ssanames.TPo ../../gcc/tree-ssanames.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-stdarg.o -MT tree-stdarg.o -MMD -MP -MF ./.deps/tree-stdarg.TPo ../../gcc/tree-stdarg.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-streamer.o -MT tree-streamer.o -MMD -MP -MF ./.deps/tree-streamer.TPo ../../gcc/tree-streamer.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-streamer-in.o -MT tree-streamer-in.o -MMD -MP -MF ./.deps/tree-streamer-in.TPo ../../gcc/tree-streamer-in.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-streamer-out.o -MT tree-streamer-out.o -MMD -MP -MF ./.deps/tree-streamer-out.TPo ../../gcc/tree-streamer-out.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-tailcall.o -MT tree-tailcall.o -MMD -MP -MF ./.deps/tree-tailcall.TPo ../../gcc/tree-tailcall.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vect-generic.o -MT tree-vect-generic.o -MMD -MP -MF ./.deps/tree-vect-generic.TPo ../../gcc/tree-vect-generic.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gimple-isel.o -MT gimple-isel.o -MMD -MP -MF ./.deps/gimple-isel.TPo ../../gcc/gimple-isel.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vect-patterns.o -MT tree-vect-patterns.o -MMD -MP -MF ./.deps/tree-vect-patterns.TPo ../../gcc/tree-vect-patterns.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vect-data-refs.o -MT tree-vect-data-refs.o -MMD -MP -MF ./.deps/tree-vect-data-refs.TPo ../../gcc/tree-vect-data-refs.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vect-stmts.o -MT tree-vect-stmts.o -MMD -MP -MF ./.deps/tree-vect-stmts.TPo ../../gcc/tree-vect-stmts.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vect-loop.o -MT tree-vect-loop.o -MMD -MP -MF ./.deps/tree-vect-loop.TPo ../../gcc/tree-vect-loop.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vect-loop-manip.o -MT tree-vect-loop-manip.o -MMD -MP -MF ./.deps/tree-vect-loop-manip.TPo ../../gcc/tree-vect-loop-manip.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vect-slp.o -MT tree-vect-slp.o -MMD -MP -MF ./.deps/tree-vect-slp.TPo ../../gcc/tree-vect-slp.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vect-slp-patterns.o -MT tree-vect-slp-patterns.o -MMD -MP -MF ./.deps/tree-vect-slp-patterns.TPo ../../gcc/tree-vect-slp-patterns.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vectorizer.o -MT tree-vectorizer.o -MMD -MP -MF ./.deps/tree-vectorizer.TPo ../../gcc/tree-vectorizer.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vector-builder.o -MT tree-vector-builder.o -MMD -MP -MF ./.deps/tree-vector-builder.TPo ../../gcc/tree-vector-builder.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree-vrp.o -MT tree-vrp.o -MMD -MP -MF ./.deps/tree-vrp.TPo ../../gcc/tree-vrp.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tree.o -MT tree.o -MMD -MP -MF ./.deps/tree.TPo ../../gcc/tree.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o tristate.o -MT tristate.o -MMD -MP -MF ./.deps/tristate.TPo ../../gcc/tristate.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o typed-splay-tree.o -MT typed-splay-tree.o -MMD -MP -MF ./.deps/typed-splay-tree.TPo ../../gcc/typed-splay-tree.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o unique-ptr-tests.o -MT unique-ptr-tests.o -MMD -MP -MF ./.deps/unique-ptr-tests.TPo ../../gcc/unique-ptr-tests.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o valtrack.o -MT valtrack.o -MMD -MP -MF ./.deps/valtrack.TPo ../../gcc/valtrack.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o value-query.o -MT value-query.o -MMD -MP -MF ./.deps/value-query.TPo ../../gcc/value-query.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o value-range.o -MT value-range.o -MMD -MP -MF ./.deps/value-range.TPo ../../gcc/value-range.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o value-range-equiv.o -MT value-range-equiv.o -MMD -MP -MF ./.deps/value-range-equiv.TPo ../../gcc/value-range-equiv.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o value-prof.o -MT value-prof.o -MMD -MP -MF ./.deps/value-prof.TPo ../../gcc/value-prof.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o var-tracking.o -MT var-tracking.o -MMD -MP -MF ./.deps/var-tracking.TPo ../../gcc/var-tracking.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o varasm.o -MT varasm.o -MMD -MP -MF ./.deps/varasm.TPo ../../gcc/varasm.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o varpool.o -MT varpool.o -MMD -MP -MF ./.deps/varpool.TPo ../../gcc/varpool.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o vec-perm-indices.o -MT vec-perm-indices.o -MMD -MP -MF ./.deps/vec-perm-indices.TPo ../../gcc/vec-perm-indices.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o vmsdbgout.o -MT vmsdbgout.o -MMD -MP -MF ./.deps/vmsdbgout.TPo ../../gcc/vmsdbgout.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o vr-values.o -MT vr-values.o -MMD -MP -MF ./.deps/vr-values.TPo ../../gcc/vr-values.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o vtable-verify.o -MT vtable-verify.o -MMD -MP -MF ./.deps/vtable-verify.TPo ../../gcc/vtable-verify.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o web.o -MT web.o -MMD -MP -MF ./.deps/web.TPo ../../gcc/web.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o wide-int.o -MT wide-int.o -MMD -MP -MF ./.deps/wide-int.TPo ../../gcc/wide-int.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o wide-int-print.o -MT wide-int-print.o -MMD -MP -MF ./.deps/wide-int-print.TPo ../../gcc/wide-int-print.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o xcoffout.o -MT xcoffout.o -MMD -MP -MF ./.deps/xcoffout.TPo ../../gcc/xcoffout.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o i386.o -MT i386.o -MMD -MP -MF ./.deps/i386.TPo ../../gcc/config/i386/i386.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/analysis-plan.o -MT analyzer/analysis-plan.o -MMD -MP -MF analyzer/.deps/analysis-plan.TPo ../../gcc/analyzer/analysis-plan.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/analyzer.o -MT analyzer/analyzer.o -MMD -MP -MF analyzer/.deps/analyzer.TPo ../../gcc/analyzer/analyzer.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/analyzer-logging.o -MT analyzer/analyzer-logging.o -MMD -MP -MF analyzer/.deps/analyzer-logging.TPo ../../gcc/analyzer/analyzer-logging.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/analyzer-pass.o -MT analyzer/analyzer-pass.o -MMD -MP -MF analyzer/.deps/analyzer-pass.TPo ../../gcc/analyzer/analyzer-pass.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/analyzer-selftests.o -MT analyzer/analyzer-selftests.o -MMD -MP -MF analyzer/.deps/analyzer-selftests.TPo ../../gcc/analyzer/analyzer-selftests.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/bar-chart.o -MT analyzer/bar-chart.o -MMD -MP -MF analyzer/.deps/bar-chart.TPo ../../gcc/analyzer/bar-chart.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/call-string.o -MT analyzer/call-string.o -MMD -MP -MF analyzer/.deps/call-string.TPo ../../gcc/analyzer/call-string.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/checker-path.o -MT analyzer/checker-path.o -MMD -MP -MF analyzer/.deps/checker-path.TPo ../../gcc/analyzer/checker-path.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/complexity.o -MT analyzer/complexity.o -MMD -MP -MF analyzer/.deps/complexity.TPo ../../gcc/analyzer/complexity.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/constraint-manager.o -MT analyzer/constraint-manager.o -MMD -MP -MF analyzer/.deps/constraint-manager.TPo ../../gcc/analyzer/constraint-manager.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/diagnostic-manager.o -MT analyzer/diagnostic-manager.o -MMD -MP -MF analyzer/.deps/diagnostic-manager.TPo ../../gcc/analyzer/diagnostic-manager.cc g++ -fno-PIE -c -I../../gcc/../zlib -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/engine.o -MT analyzer/engine.o -MMD -MP -MF analyzer/.deps/engine.TPo ../../gcc/analyzer/engine.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/feasible-graph.o -MT analyzer/feasible-graph.o -MMD -MP -MF analyzer/.deps/feasible-graph.TPo ../../gcc/analyzer/feasible-graph.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/function-set.o -MT analyzer/function-set.o -MMD -MP -MF analyzer/.deps/function-set.TPo ../../gcc/analyzer/function-set.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/pending-diagnostic.o -MT analyzer/pending-diagnostic.o -MMD -MP -MF analyzer/.deps/pending-diagnostic.TPo ../../gcc/analyzer/pending-diagnostic.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/program-point.o -MT analyzer/program-point.o -MMD -MP -MF analyzer/.deps/program-point.TPo ../../gcc/analyzer/program-point.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/program-state.o -MT analyzer/program-state.o -MMD -MP -MF analyzer/.deps/program-state.TPo ../../gcc/analyzer/program-state.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/region.o -MT analyzer/region.o -MMD -MP -MF analyzer/.deps/region.TPo ../../gcc/analyzer/region.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/region-model.o -MT analyzer/region-model.o -MMD -MP -MF analyzer/.deps/region-model.TPo ../../gcc/analyzer/region-model.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/region-model-impl-calls.o -MT analyzer/region-model-impl-calls.o -MMD -MP -MF analyzer/.deps/region-model-impl-calls.TPo ../../gcc/analyzer/region-model-impl-calls.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/region-model-manager.o -MT analyzer/region-model-manager.o -MMD -MP -MF analyzer/.deps/region-model-manager.TPo ../../gcc/analyzer/region-model-manager.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/region-model-reachability.o -MT analyzer/region-model-reachability.o -MMD -MP -MF analyzer/.deps/region-model-reachability.TPo ../../gcc/analyzer/region-model-reachability.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/sm.o -MT analyzer/sm.o -MMD -MP -MF analyzer/.deps/sm.TPo ../../gcc/analyzer/sm.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/sm-file.o -MT analyzer/sm-file.o -MMD -MP -MF analyzer/.deps/sm-file.TPo ../../gcc/analyzer/sm-file.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/sm-malloc.o -MT analyzer/sm-malloc.o -MMD -MP -MF analyzer/.deps/sm-malloc.TPo ../../gcc/analyzer/sm-malloc.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/sm-pattern-test.o -MT analyzer/sm-pattern-test.o -MMD -MP -MF analyzer/.deps/sm-pattern-test.TPo ../../gcc/analyzer/sm-pattern-test.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/sm-sensitive.o -MT analyzer/sm-sensitive.o -MMD -MP -MF analyzer/.deps/sm-sensitive.TPo ../../gcc/analyzer/sm-sensitive.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/sm-signal.o -MT analyzer/sm-signal.o -MMD -MP -MF analyzer/.deps/sm-signal.TPo ../../gcc/analyzer/sm-signal.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/sm-taint.o -MT analyzer/sm-taint.o -MMD -MP -MF analyzer/.deps/sm-taint.TPo ../../gcc/analyzer/sm-taint.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/state-purge.o -MT analyzer/state-purge.o -MMD -MP -MF analyzer/.deps/state-purge.TPo ../../gcc/analyzer/state-purge.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/store.o -MT analyzer/store.o -MMD -MP -MF analyzer/.deps/store.TPo ../../gcc/analyzer/store.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/supergraph.o -MT analyzer/supergraph.o -MMD -MP -MF analyzer/.deps/supergraph.TPo ../../gcc/analyzer/supergraph.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/svalue.o -MT analyzer/svalue.o -MMD -MP -MF analyzer/.deps/svalue.TPo ../../gcc/analyzer/svalue.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Ianalyzer -I../../gcc -I../../gcc/analyzer -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o analyzer/trimmed-graph.o -MT analyzer/trimmed-graph.o -MMD -MP -MF analyzer/.deps/trimmed-graph.TPo ../../gcc/analyzer/trimmed-graph.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o x86-tune-sched.o -MT x86-tune-sched.o -MMD -MP -MF ./.deps/x86-tune-sched.TPo ../../gcc/config/i386/x86-tune-sched.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o x86-tune-sched-bd.o -MT x86-tune-sched-bd.o -MMD -MP -MF ./.deps/x86-tune-sched-bd.TPo ../../gcc/config/i386/x86-tune-sched-bd.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o x86-tune-sched-atom.o -MT x86-tune-sched-atom.o -MMD -MP -MF ./.deps/x86-tune-sched-atom.TPo ../../gcc/config/i386/x86-tune-sched-atom.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o x86-tune-sched-core.o -MT x86-tune-sched-core.o -MMD -MP -MF ./.deps/x86-tune-sched-core.TPo ../../gcc/config/i386/x86-tune-sched-core.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o i386-options.o -MT i386-options.o -MMD -MP -MF ./.deps/i386-options.TPo ../../gcc/config/i386/i386-options.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o i386-builtins.o -MT i386-builtins.o -MMD -MP -MF ./.deps/i386-builtins.TPo ../../gcc/config/i386/i386-builtins.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o i386-expand.o -MT i386-expand.o -MMD -MP -MF ./.deps/i386-expand.TPo ../../gcc/config/i386/i386-expand.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o i386-features.o -MT i386-features.o -MMD -MP -MF ./.deps/i386-features.TPo ../../gcc/config/i386/i386-features.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o linux.o -MT linux.o -MMD -MP -MF ./.deps/linux.TPo ../../gcc/config/linux.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gnu-property.o -MT gnu-property.o -MMD -MP -MF ./.deps/gnu-property.TPo ../../gcc/config/i386/gnu-property.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o host-linux.o -MT host-linux.o -MMD -MP -MF ./.deps/host-linux.TPo ../../gcc/config/host-linux.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o main.o -MT main.o -MMD -MP -MF ./.deps/main.TPo ../../gcc/main.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o i386-common.o -MT i386-common.o -MMD -MP -MF ./.deps/i386-common.TPo ../../gcc/common/config/i386/i386-common.c g++ -fno-PIE -c -DPREFIX=\"/home/lfs/build/x86_64/tools\" -DBASEVER="\"11.2.0\"" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o prefix.o -MT prefix.o -MMD -MP -MF ./.deps/prefix.TPo ../../gcc/prefix.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o opts.o -MT opts.o -MMD -MP -MF ./.deps/opts.TPo ../../gcc/opts.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o opts-common.o -MT opts-common.o -MMD -MP -MF ./.deps/opts-common.TPo ../../gcc/opts-common.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o options.o -MT options.o -MMD -MP -MF ./.deps/options.TPo options.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o vec.o -MT vec.o -MMD -MP -MF ./.deps/vec.TPo ../../gcc/vec.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o hooks.o -MT hooks.o -MMD -MP -MF ./.deps/hooks.TPo ../../gcc/hooks.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -DHAVE_CONFIG_H -I. -Icommon -I../../gcc -I../../gcc/common -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o common/common-targhooks.o -MT common/common-targhooks.o -MMD -MP -MF common/.deps/common-targhooks.TPo ../../gcc/common/common-targhooks.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o hash-table.o -MT hash-table.o -MMD -MP -MF ./.deps/hash-table.TPo ../../gcc/hash-table.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o file-find.o -MT file-find.o -MMD -MP -MF ./.deps/file-find.TPo ../../gcc/file-find.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o selftest.o -MT selftest.o -MMD -MP -MF ./.deps/selftest.TPo ../../gcc/selftest.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o opt-suggestions.o -MT opt-suggestions.o -MMD -MP -MF ./.deps/opt-suggestions.TPo ../../gcc/opt-suggestions.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o diagnostic.o -MT diagnostic.o -MMD -MP -MF ./.deps/diagnostic.TPo ../../gcc/diagnostic.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o diagnostic-color.o -MT diagnostic-color.o -MMD -MP -MF ./.deps/diagnostic-color.TPo ../../gcc/diagnostic-color.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o diagnostic-show-locus.o -MT diagnostic-show-locus.o -MMD -MP -MF ./.deps/diagnostic-show-locus.TPo ../../gcc/diagnostic-show-locus.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o diagnostic-format-json.o -MT diagnostic-format-json.o -MMD -MP -MF ./.deps/diagnostic-format-json.TPo ../../gcc/diagnostic-format-json.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o json.o -MT json.o -MMD -MP -MF ./.deps/json.TPo ../../gcc/json.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o edit-context.o -MT edit-context.o -MMD -MP -MF ./.deps/edit-context.TPo ../../gcc/edit-context.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o pretty-print.o -MT pretty-print.o -MMD -MP -MF ./.deps/pretty-print.TPo ../../gcc/pretty-print.c g++ -fno-PIE -c -DLOCALEDIR=\"/home/lfs/build/x86_64/tools/share/locale\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o intl.o -MT intl.o -MMD -MP -MF ./.deps/intl.TPo ../../gcc/intl.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sbitmap.o -MT sbitmap.o -MMD -MP -MF ./.deps/sbitmap.TPo ../../gcc/sbitmap.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o input.o -MT input.o -MMD -MP -MF ./.deps/input.TPo ../../gcc/input.c g++ -fno-PIE -c -DBASEVER="\"11.2.0\"" -DDATESTAMP="\"\"" -DREVISION="\"\"" -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" -DBUGURL="\"\"" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o version.o -MT version.o -MMD -MP -MF ./.deps/version.TPo ../../gcc/version.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o ggc-none.o -MT ggc-none.o -MMD -MP -MF ./.deps/ggc-none.TPo ../../gcc/ggc-none.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o memory-block.o -MT memory-block.o -MMD -MP -MF ./.deps/memory-block.TPo ../../gcc/memory-block.cc g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o selftest-diagnostic.o -MT selftest-diagnostic.o -MMD -MP -MF ./.deps/selftest-diagnostic.TPo ../../gcc/selftest-diagnostic.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o sort.o -MT sort.o -MMD -MP -MF ./.deps/sort.TPo ../../gcc/sort.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/cp-lang.o -MT cp/cp-lang.o -MMD -MP -MF cp/.deps/cp-lang.TPo ../../gcc/cp/cp-lang.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/call.o -MT cp/call.o -MMD -MP -MF cp/.deps/call.TPo ../../gcc/cp/call.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/class.o -MT cp/class.o -MMD -MP -MF cp/.deps/class.TPo ../../gcc/cp/class.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/constexpr.o -MT cp/constexpr.o -MMD -MP -MF cp/.deps/constexpr.TPo ../../gcc/cp/constexpr.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/constraint.o -MT cp/constraint.o -MMD -MP -MF cp/.deps/constraint.TPo ../../gcc/cp/constraint.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/coroutines.o -MT cp/coroutines.o -MMD -MP -MF cp/.deps/coroutines.TPo ../../gcc/cp/coroutines.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/cp-gimplify.o -MT cp/cp-gimplify.o -MMD -MP -MF cp/.deps/cp-gimplify.TPo ../../gcc/cp/cp-gimplify.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/cp-objcp-common.o -MT cp/cp-objcp-common.o -MMD -MP -MF cp/.deps/cp-objcp-common.TPo ../../gcc/cp/cp-objcp-common.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/cp-ubsan.o -MT cp/cp-ubsan.o -MMD -MP -MF cp/.deps/cp-ubsan.TPo ../../gcc/cp/cp-ubsan.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/cvt.o -MT cp/cvt.o -MMD -MP -MF cp/.deps/cvt.TPo ../../gcc/cp/cvt.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/cxx-pretty-print.o -MT cp/cxx-pretty-print.o -MMD -MP -MF cp/.deps/cxx-pretty-print.TPo ../../gcc/cp/cxx-pretty-print.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/decl.o -MT cp/decl.o -MMD -MP -MF cp/.deps/decl.TPo ../../gcc/cp/decl.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/decl2.o -MT cp/decl2.o -MMD -MP -MF cp/.deps/decl2.TPo ../../gcc/cp/decl2.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/dump.o -MT cp/dump.o -MMD -MP -MF cp/.deps/dump.TPo ../../gcc/cp/dump.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/error.o -MT cp/error.o -MMD -MP -MF cp/.deps/error.TPo ../../gcc/cp/error.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/except.o -MT cp/except.o -MMD -MP -MF cp/.deps/except.TPo ../../gcc/cp/except.c In file included from ../../gcc/cp/error.c:29: ../../gcc/cp/error.c: In function 'void dump_aggr_type(cxx_pretty_printer*, tree, int)': ../../gcc/cp/error.c:799:27: warning: spurious leading punctuation sequence '<' in format [-Wformat-diag] 799 | pp_printf (pp, M_(""), variety); ../../gcc/intl.h:40:26: note: in definition of macro 'gettext' 40 | # define gettext(msgid) (msgid) | ^~~~~ ../../gcc/cp/error.c:52:56: note: in expansion of macro '_' 52 | #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid)) | ^ ../../gcc/cp/error.c:799:24: note: in expansion of macro 'M_' 799 | pp_printf (pp, M_(""), variety); | ^~ ../../gcc/cp/error.c:799:27: warning: spurious trailing punctuation sequence '>' in format [-Wformat-diag] 799 | pp_printf (pp, M_(""), variety); ../../gcc/intl.h:40:26: note: in definition of macro 'gettext' 40 | # define gettext(msgid) (msgid) | ^~~~~ ../../gcc/cp/error.c:52:56: note: in expansion of macro '_' 52 | #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid)) | ^ ../../gcc/cp/error.c:799:24: note: in expansion of macro 'M_' 799 | pp_printf (pp, M_(""), variety); | ^~ g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/expr.o -MT cp/expr.o -MMD -MP -MF cp/.deps/expr.TPo ../../gcc/cp/expr.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/friend.o -MT cp/friend.o -MMD -MP -MF cp/.deps/friend.TPo ../../gcc/cp/friend.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/init.o -MT cp/init.o -MMD -MP -MF cp/.deps/init.TPo ../../gcc/cp/init.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/lambda.o -MT cp/lambda.o -MMD -MP -MF cp/.deps/lambda.TPo ../../gcc/cp/lambda.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/lex.o -MT cp/lex.o -MMD -MP -MF cp/.deps/lex.TPo ../../gcc/cp/lex.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/logic.o -MT cp/logic.o -MMD -MP -MF cp/.deps/logic.TPo ../../gcc/cp/logic.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/mangle.o -MT cp/mangle.o -MMD -MP -MF cp/.deps/mangle.TPo ../../gcc/cp/mangle.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/mapper-client.o -MT cp/mapper-client.o -MMD -MP -MF cp/.deps/mapper-client.TPo ../../gcc/cp/mapper-client.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/mapper-resolver.o -MT cp/mapper-resolver.o -MMD -MP -MF cp/.deps/mapper-resolver.TPo ../../gcc/cp/mapper-resolver.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/method.o -MT cp/method.o -MMD -MP -MF cp/.deps/method.TPo ../../gcc/cp/method.c g++ -fno-PIE -c -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/module.o -MT cp/module.o -MMD -MP -MF cp/.deps/module.TPo ../../gcc/cp/module.cc g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/name-lookup.o -MT cp/name-lookup.o -MMD -MP -MF cp/.deps/name-lookup.TPo ../../gcc/cp/name-lookup.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/optimize.o -MT cp/optimize.o -MMD -MP -MF cp/.deps/optimize.TPo ../../gcc/cp/optimize.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/parser.o -MT cp/parser.o -MMD -MP -MF cp/.deps/parser.TPo ../../gcc/cp/parser.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/pt.o -MT cp/pt.o -MMD -MP -MF cp/.deps/pt.TPo ../../gcc/cp/pt.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/ptree.o -MT cp/ptree.o -MMD -MP -MF cp/.deps/ptree.TPo ../../gcc/cp/ptree.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/rtti.o -MT cp/rtti.o -MMD -MP -MF cp/.deps/rtti.TPo ../../gcc/cp/rtti.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/search.o -MT cp/search.o -MMD -MP -MF cp/.deps/search.TPo ../../gcc/cp/search.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/semantics.o -MT cp/semantics.o -MMD -MP -MF cp/.deps/semantics.TPo ../../gcc/cp/semantics.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/tree.o -MT cp/tree.o -MMD -MP -MF cp/.deps/tree.TPo ../../gcc/cp/tree.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/typeck.o -MT cp/typeck.o -MMD -MP -MF cp/.deps/typeck.TPo ../../gcc/cp/typeck.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/typeck2.o -MT cp/typeck2.o -MMD -MP -MF cp/.deps/typeck2.TPo ../../gcc/cp/typeck2.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/vtable-class-hierarchy.o -MT cp/vtable-class-hierarchy.o -MMD -MP -MF cp/.deps/vtable-class-hierarchy.TPo ../../gcc/cp/vtable-class-hierarchy.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto/lto-lang.o -MT lto/lto-lang.o -MMD -MP -MF lto/.deps/lto-lang.TPo ../../gcc/lto/lto-lang.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto/lto.o -MT lto/lto.o -MMD -MP -MF lto/.deps/lto.TPo ../../gcc/lto/lto.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto/lto-object.o -MT lto/lto-object.o -MMD -MP -MF lto/.deps/lto-object.TPo ../../gcc/lto/lto-object.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto/lto-partition.o -MT lto/lto-partition.o -MMD -MP -MF lto/.deps/lto-partition.TPo ../../gcc/lto/lto-partition.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto/lto-symtab.o -MT lto/lto-symtab.o -MMD -MP -MF lto/.deps/lto-symtab.TPo ../../gcc/lto/lto-symtab.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto/lto-common.o -MT lto/lto-common.o -MMD -MP -MF lto/.deps/lto-common.TPo ../../gcc/lto/lto-common.c g++ -fno-PIE -c -I../../gcc/../zlib -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcov.o -MT gcov.o -MMD -MP -MF ./.deps/gcov.TPo ../../gcc/gcov.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcov-dump.o -MT gcov-dump.o -MMD -MP -MF ./.deps/gcov-dump.TPo ../../gcc/gcov-dump.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcov-tool.o -MT gcov-tool.o -MMD -MP -MF ./.deps/gcov-tool.TPo ../../gcc/gcov-tool.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o libgcov-util.o ../../gcc/../libgcc/libgcov-util.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include \ -DIN_GCOV_TOOL=1 -o libgcov-driver-tool.o ../../gcc/../libgcc/libgcov-driver.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include \ -DIN_GCOV_TOOL=1 -o libgcov-merge-tool.o ../../gcc/../libgcc/libgcov-merge.c g++ -fno-PIE -c -DTARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o collect2.o -MT collect2.o -MMD -MP -MF ./.deps/collect2.TPo ../../gcc/collect2.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o collect2-aix.o -MT collect2-aix.o -MMD -MP -MF ./.deps/collect2-aix.TPo ../../gcc/collect2-aix.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o collect-utils.o -MT collect-utils.o -MMD -MP -MF ./.deps/collect-utils.TPo ../../gcc/collect-utils.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto-wrapper.o -MT lto-wrapper.o -MMD -MP -MF ./.deps/lto-wrapper.TPo ../../gcc/lto-wrapper.c g++ -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/lfs/build/x86_64/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/lfs/build/x86_64/tools/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"11.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/home/lfs/build/x86_64/tools/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DPERSONALITY=\"ar\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcc-ar.o -MT gcc-ar.o -MMD -MP -MF ./.deps/gcc-ar.TPo ../../gcc/gcc-ar.c g++ -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/lfs/build/x86_64/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/lfs/build/x86_64/tools/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"11.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/home/lfs/build/x86_64/tools/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DPERSONALITY=\"nm\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcc-nm.o -MT gcc-nm.o -MMD -MP -MF ./.deps/gcc-nm.TPo gcc-nm.c g++ -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/lfs/build/x86_64/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/lfs/build/x86_64/tools/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"11.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/home/lfs/build/x86_64/tools/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DTARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DPERSONALITY=\"ranlib\" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcc-ranlib.o -MT gcc-ranlib.o -MMD -MP -MF ./.deps/gcc-ranlib.TPo gcc-ranlib.c g++ -fno-PIE -c -DHOST_GENERATOR_FILE -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gengtype.o -MT gengtype.o -MMD -MP -MF ./.deps/gengtype.TPo ../../gcc/gengtype.c g++ -fno-PIE -c -DHOST_GENERATOR_FILE -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gengtype-lex.o -MT gengtype-lex.o -MMD -MP -MF ./.deps/gengtype-lex.TPo ../../gcc/gengtype-lex.c g++ -fno-PIE -c -DHOST_GENERATOR_FILE -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gengtype-parse.o -MT gengtype-parse.o -MMD -MP -MF ./.deps/gengtype-parse.TPo ../../gcc/gengtype-parse.c /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l: In function 'int yylex(const char**)': gengtype-lex.c:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=] /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l:119:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION' /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l:114:1: note: here gengtype-lex.c:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=] /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l:139:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION' /home/rguenther/src/releases/gcc-11.2.0/gcc-11.2.0/gcc/gengtype-lex.l:135:1: note: here g++ -fno-PIE -c -DHOST_GENERATOR_FILE -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gengtype-state.o -MT gengtype-state.o -MMD -MP -MF ./.deps/gengtype-state.TPo ../../gcc/gengtype-state.c g++ -fno-PIE -c -DHOST_GENERATOR_FILE -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o errors.o -MT errors.o -MMD -MP -MF ./.deps/errors.TPo ../../gcc/errors.c g++ -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/lfs/build/x86_64/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/lfs/build/x86_64/tools/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"11.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/home/lfs/build/x86_64/tools/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DBASEVER="\"11.2.0\"" -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcc.o -MT gcc.o -MMD -MP -MF ./.deps/gcc.TPo ../../gcc/gcc.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o gcc-main.o -MT gcc-main.o -MMD -MP -MF ./.deps/gcc-main.TPo ../../gcc/gcc-main.c g++ -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/lfs/build/x86_64/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/lfs/build/x86_64/tools/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"11.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/home/lfs/build/x86_64/tools/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc -I../../gcc/c -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c/gccspec.o -MT c/gccspec.o -MMD -MP -MF c/.deps/gccspec.TPo ../../gcc/c/gccspec.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o driver-i386.o -MT driver-i386.o -MMD -MP -MF ./.deps/driver-i386.TPo ../../gcc/config/i386/driver-i386.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc -I../../gcc/c-family -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o c-family/cppspec.o -MT c-family/cppspec.o -MMD -MP -MF c-family/.deps/cppspec.TPo ../../gcc/c-family/cppspec.c g++ -fno-PIE -c -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/home/lfs/build/x86_64/tools/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/home/lfs/build/x86_64/tools/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"11.2.0\" -DDEFAULT_REAL_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DDEFAULT_TARGET_MACHINE=\"x86_64-lfs-linux-gnu\" -DSTANDARD_BINDIR_PREFIX=\"/home/lfs/build/x86_64/tools/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" -DACCEL_DIR_SUFFIX=\"\" -DTARGET_SYSTEM_ROOT=\"/home/lfs/build/x86_64\" -DCONFIGURE_SPECS="\"\"" -DTOOL_INCLUDE_DIR=\"/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/include\" -DNATIVE_SYSTEM_HEADER_DIR=\"/usr/include\" -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I../../gcc -I../../gcc/cp -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cp/g++spec.o -MT cp/g++spec.o -MMD -MP -MF cp/.deps/g++spec.TPo ../../gcc/cp/g++spec.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-latencytab.o -MT insn-latencytab.o -MMD -MP -MF ./.deps/insn-latencytab.TPo insn-latencytab.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-recog.o -MT insn-recog.o -MMD -MP -MF ./.deps/insn-recog.TPo insn-recog.c rm -rf libcommon-target.a ar rc libcommon-target.a i386-common.o prefix.o opts.o opts-common.o options.o vec.o hooks.o common/common-targhooks.o hash-table.o file-find.o spellcheck.o selftest.o opt-suggestions.o ranlib libcommon-target.a rm -rf libcommon.a ar rc libcommon.a diagnostic.o diagnostic-color.o diagnostic-show-locus.o diagnostic-format-json.o json.o edit-context.o pretty-print.o intl.o sbitmap.o vec.o input.o version.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o ranlib libcommon.a g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ilto -I../../gcc -I../../gcc/lto -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o lto/lto-dump.o -MT lto/lto-dump.o -MMD -MP -MF lto/.deps/lto-dump.TPo ../../gcc/lto/lto-dump.c g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov.o json.o \ hash-table.o ggc-none.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L./../zlib -lz -o gcov g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov-dump.o \ hash-table.o ggc-none.o\ libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcov-tool.o libgcov-util.o libgcov-driver-tool.o libgcov-merge-tool.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-tool g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o Tcollect2 \ collect2.o collect2-aix.o vec.o ggc-none.o collect-utils.o file-find.o hash-table.o selftest.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a mv -f Tcollect2 collect2 g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o Tlto-wrapper \ lto-wrapper.o collect-utils.o ggc-none.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a mv -f Tlto-wrapper lto-wrapper g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-ar.o -o gcc-ar \ file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-nm.o -o gcc-nm \ file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc gcc-ranlib.o -o gcc-ranlib \ file-find.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o gengtype \ gengtype.o gengtype-lex.o gengtype-parse.o gengtype-state.o version.o errors.o libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o xgcc gcc.o gcc-main.o ggc-none.o \ c/gccspec.o driver-i386.o libcommon-target.a \ libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cpp gcc.o gcc-main.o ggc-none.o \ c-family/cppspec.o driver-i386.o libcommon-target.a \ libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o xg++ \ gcc.o gcc-main.o ggc-none.o cp/g++spec.o driver-i386.o libcommon-target.a \ libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-attrtab.o -MT insn-attrtab.o -MMD -MP -MF ./.deps/insn-attrtab.TPo insn-attrtab.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-automata.o -MT insn-automata.o -MMD -MP -MF ./.deps/insn-automata.TPo insn-automata.c g++ -fno-PIE -c -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o insn-dfatab.o -MT insn-dfatab.o -MMD -MP -MF ./.deps/insn-dfatab.TPo insn-dfatab.c cp xgcc gcc-cross /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -dumpspecs > tmp-specs mv tmp-specs specs rm -f g++-cross cp xg++ g++-cross : > tmp-libgcc.mvars echo GCC_CFLAGS = '-g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include ' >> tmp-libgcc.mvars echo INHIBIT_LIBC_CFLAGS = '-Dinhibit_libc' >> tmp-libgcc.mvars echo TARGET_SYSTEM_ROOT = '/home/lfs/build/x86_64' >> tmp-libgcc.mvars if test no = yes; then \ NO_PIE_CFLAGS="-fno-PIE"; \ else \ NO_PIE_CFLAGS=; \ fi; \ echo NO_PIE_CFLAGS = "$NO_PIE_CFLAGS" >> tmp-libgcc.mvars mv tmp-libgcc.mvars libgcc.mvars if /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -print-sysroot-headers-suffix > /dev/null 2>&1; then \ set -e; for ml in `/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -print-multi-lib`; do \ multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \ flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ sfx=`/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ ${flags} -print-sysroot-headers-suffix`; \ if [ "${multi_dir}" = "." ]; \ then multi_dir=""; \ else \ multi_dir=/${multi_dir}; \ fi; \ echo "${sfx};${multi_dir}"; \ done; \ else \ echo ";"; \ fi > tmp-fixinc_list /bin/sh ../../gcc/../move-if-change tmp-fixinc_list fixinc_list echo timestamp > s-fixinc_list rm -rf libbackend.a ar rcT libbackend.a gimple-match.o generic-match.o insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o adjust-alignment.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o symtab.o symtab-thunks.o symtab-clones.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coroutine-passes.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o digraph.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2out.o early-remat.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fixed-value.o fold-const.o fold-const-call.o function.o function-abi.o function-tests.o fwprop.o gcc-rich-location.o gcse.o gcse-common.o ggc-common.o ggc-tests.o gimple.o gimple-array-bounds.o gimple-builder.o gimple-expr.o gimple-if-to-switch.o gimple-iterator.o gimple-fold.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-pretty-print.o gimple-range.o gimple-range-cache.o gimple-range-edge.o gimple-range-gori.o gimple-ssa-backprop.o gimple-ssa-evrp.o gimple-ssa-evrp-analyze.o gimple-ssa-isolate-paths.o gimple-ssa-nonnull-compare.o gimple-ssa-split-paths.o gimple-ssa-store-merging.o gimple-ssa-strength-reduction.o gimple-ssa-sprintf.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphviz.o graphite.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hash-map-tests.o hash-set-tests.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-cp.o ipa-sra.o ipa-devirt.o ipa-fnsummary.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-modref.o ipa-modref-tree.o ipa-predicate.o ipa-profile.o ipa-prop.o ipa-param-manipulation.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o multiple_target.o omp-offload.o omp-expand.o omp-general.o omp-low.o omp-oacc-kernels-decompose.o omp-simd-clone.o opt-problem.o optabs.o optabs-libfuncs.o optabs-query.o optabs-tree.o optinfo.o optinfo-emit-json.o options-save.o opts-global.o ordered-hash-map-tests.o passes.o plugin.o postreload-gcse.o postreload.o predict.o print-rtl.o print-rtl-function.o print-tree.o profile.o profile-count.o range.o range-op.o read-md.o read-rtl.o read-rtl-function.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-ssa/accesses.o rtl-ssa/blocks.o rtl-ssa/changes.o rtl-ssa/functions.o rtl-ssa/insns.o rtl-tests.o rtl.o rtlhash.o rtlanal.o rtlhooks.o rtx-vector-builder.o run-rtl-passes.o sched-deps.o sched-ebb.o sched-rgn.o sel-sched-ir.o sel-sched-dump.o sel-sched.o selftest-rtl.o selftest-run-tests.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o spellcheck.o spellcheck-tree.o splay-tree-utils.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o substring-locations.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o sancov.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-diagnostic-path.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-split.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-scopedtables.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadbackward.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o gimple-isel.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vect-slp-patterns.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o unique-ptr-tests.o valtrack.o value-query.o value-range.o value-range-equiv.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o web.o wide-int.o wide-int-print.o xcoffout.o i386.o analyzer/analysis-plan.o analyzer/analyzer.o analyzer/analyzer-logging.o analyzer/analyzer-pass.o analyzer/analyzer-selftests.o analyzer/bar-chart.o analyzer/call-string.o analyzer/checker-path.o analyzer/complexity.o analyzer/constraint-manager.o analyzer/diagnostic-manager.o analyzer/engine.o analyzer/feasible-graph.o analyzer/function-set.o analyzer/pending-diagnostic.o analyzer/program-point.o analyzer/program-state.o analyzer/region.o analyzer/region-model.o analyzer/region-model-impl-calls.o analyzer/region-model-manager.o analyzer/region-model-reachability.o analyzer/sm.o analyzer/sm-file.o analyzer/sm-malloc.o analyzer/sm-pattern-test.o analyzer/sm-sensitive.o analyzer/sm-signal.o analyzer/sm-taint.o analyzer/state-purge.o analyzer/store.o analyzer/supergraph.o analyzer/svalue.o analyzer/trimmed-graph.o x86-tune-sched.o x86-tune-sched-bd.o x86-tune-sched-atom.o x86-tune-sched-core.o i386-options.o i386-builtins.o i386-expand.o i386-features.o linux.o gnu-property.o host-linux.o if [ -f ../stage_final ] \ && cmp -s ../stage_current ../stage_final; then \ cp ../prev-gcc/cc1-checksum.c cc1-checksum.c; \ else \ build/genchecksum c/c-lang.o c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o c/c-fold.o c/gimple-parser.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o c-family/c-spellcheck.o i386-c.o glibc-c.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \ checksum-options > cc1-checksum.c.tmp && \ ../../gcc/../move-if-change cc1-checksum.c.tmp cc1-checksum.c; \ fi if [ -f ../stage_final ] \ && cmp -s ../stage_current ../stage_final; then \ cp ../prev-gcc/cc1plus-checksum.c cc1plus-checksum.c; \ else \ build/genchecksum cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/coroutines.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/mapper-client.o cp/mapper-resolver.o cp/method.o cp/module.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o c-family/c-spellcheck.o i386-c.o glibc-c.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcody/libcody.a libcommon.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libbacktrace/.libs/libbacktrace.a \ checksum-options > cc1plus-checksum.c.tmp && \ ../../gcc/../move-if-change cc1plus-checksum.c.tmp cc1plus-checksum.c; \ fi g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto1 \ lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/lto-common.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/.libs -lisl -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src/.libs -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpc/src/.libs -lmpc -lmpfr -lgmp -rdynamic -ldl -L./../zlib -lz -lzstd libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto-dump \ lto/lto-lang.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/lto-dump.o lto/lto-common.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/.libs -lisl -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src/.libs -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpc/src/.libs -lmpc -lmpfr -lgmp -rdynamic -ldl -L./../zlib -lz -lzstd libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cc1-checksum.o -MT cc1-checksum.o -MMD -MP -MF ./.deps/cc1-checksum.TPo cc1-checksum.c g++ -fno-PIE -c -DIN_GCC_FRONTEND -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I../../gcc/../libcody -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc/../libbacktrace -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/include -I/home/lfs/build/x86_64/sources/gcc-11.2.0/isl/include -o cc1plus-checksum.o -MT cc1plus-checksum.o -MMD -MP -MF ./.deps/cc1plus-checksum.TPo cc1plus-checksum.c g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cc1 c/c-lang.o c-family/stub-objc.o attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-parser.o c/c-fold.o c/gimple-parser.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o c-family/c-spellcheck.o i386-c.o glibc-c.o \ cc1-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/.libs -lisl -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src/.libs -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpc/src/.libs -lmpc -lmpfr -lgmp -rdynamic -ldl -L./../zlib -lz -lzstd g++ -no-pie -mtune=generic -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o cc1plus \ cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/coroutines.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/mapper-client.o cp/mapper-resolver.o cp/method.o cp/module.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o c-family/c-spellcheck.o i386-c.o glibc-c.o cc1plus-checksum.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcody/libcody.a \ libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./isl/.libs -lisl -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp/.libs -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src/.libs -L/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpc/src/.libs -lmpc -lmpfr -lgmp -rdynamic -ldl -L./../zlib -lz -lzstd echo | /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -E -dM - | \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ sort -u > tmp-macro_list cc1: error: no include path in which to search for stdc-predef.h /bin/sh ../../gcc/../move-if-change tmp-macro_list macro_list echo timestamp > s-macro_list rm -rf include-fixed; mkdir include-fixed chmod a+rx include-fixed if [ -d ../prev-gcc ]; then \ cd ../prev-gcc && \ make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \ libsubdir=. ; \ else \ set -e; for ml in `cat fixinc_list`; do \ sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \ multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \ fix_dir=include-fixed${multi_dir}; \ if ! true && test ! -d `echo /home/lfs/build/x86_64${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \ echo The directory that should contain system headers does not exist: >&2 ; \ echo " `echo /home/lfs/build/x86_64${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \ tooldir_sysinc=`echo "/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/../../../../x86_64-lfs-linux-gnu/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \ if test "x`echo /home/lfs/build/x86_64${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \ then sleep 1; else exit 1; fi; \ fi; \ /bin/sh ../../gcc/../mkinstalldirs ${fix_dir}; \ chmod a+rx ${fix_dir} || true; \ (TARGET_MACHINE='x86_64-lfs-linux-gnu'; srcdir=`cd ../../gcc; ${PWDCMD-pwd}`; \ SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ gcc_dir=`${PWDCMD-pwd}` ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd ../build-x86_64-pc-linux-gnu/fixincludes && \ /bin/sh ./fixinc.sh "${gcc_dir}/${fix_dir}" \ `echo /home/lfs/build/x86_64${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \ rm -f ${fix_dir}/syslimits.h; \ if [ -f ${fix_dir}/limits.h ]; then \ mv ${fix_dir}/limits.h ${fix_dir}/syslimits.h; \ else \ cp ../../gcc/gsyslimits.h ${fix_dir}/syslimits.h; \ fi; \ chmod a+r ${fix_dir}/syslimits.h; \ done; \ fi Fixing headers into /home/lfs/build/x86_64/sources/gcc-11.2.0/build/gcc/include-fixed for x86_64-lfs-linux-gnu target Forbidden identifiers: linux unix echo timestamp > stmp-fixinc if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi for file in .. ../../gcc/ginclude/float.h ../../gcc/ginclude/iso646.h ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stdbool.h ../../gcc/ginclude/stddef.h ../../gcc/ginclude/varargs.h ../../gcc/ginclude/stdfix.h ../../gcc/ginclude/stdnoreturn.h ../../gcc/ginclude/stdalign.h ../../gcc/ginclude/stdatomic.h ../../gcc/config/i386/cpuid.h ../../gcc/config/i386/mmintrin.h ../../gcc/config/i386/mm3dnow.h ../../gcc/config/i386/xmmintrin.h ../../gcc/config/i386/emmintrin.h ../../gcc/config/i386/pmmintrin.h ../../gcc/config/i386/tmmintrin.h ../../gcc/config/i386/ammintrin.h ../../gcc/config/i386/smmintrin.h ../../gcc/config/i386/nmmintrin.h ../../gcc/config/i386/bmmintrin.h ../../gcc/config/i386/fma4intrin.h ../../gcc/config/i386/wmmintrin.h ../../gcc/config/i386/immintrin.h ../../gcc/config/i386/x86intrin.h ../../gcc/config/i386/avxintrin.h ../../gcc/config/i386/xopintrin.h ../../gcc/config/i386/ia32intrin.h ../../gcc/config/i386/cross-stdarg.h ../../gcc/config/i386/lwpintrin.h ../../gcc/config/i386/popcntintrin.h ../../gcc/config/i386/lzcntintrin.h ../../gcc/config/i386/bmiintrin.h ../../gcc/config/i386/bmi2intrin.h ../../gcc/config/i386/tbmintrin.h ../../gcc/config/i386/avx2intrin.h ../../gcc/config/i386/avx512fintrin.h ../../gcc/config/i386/fmaintrin.h ../../gcc/config/i386/f16cintrin.h ../../gcc/config/i386/rtmintrin.h ../../gcc/config/i386/xtestintrin.h ../../gcc/config/i386/rdseedintrin.h ../../gcc/config/i386/prfchwintrin.h ../../gcc/config/i386/adxintrin.h ../../gcc/config/i386/fxsrintrin.h ../../gcc/config/i386/xsaveintrin.h ../../gcc/config/i386/xsaveoptintrin.h ../../gcc/config/i386/avx512cdintrin.h ../../gcc/config/i386/avx512erintrin.h ../../gcc/config/i386/avx512pfintrin.h ../../gcc/config/i386/shaintrin.h ../../gcc/config/i386/clflushoptintrin.h ../../gcc/config/i386/xsavecintrin.h ../../gcc/config/i386/xsavesintrin.h ../../gcc/config/i386/avx512dqintrin.h ../../gcc/config/i386/avx512bwintrin.h ../../gcc/config/i386/avx512vlintrin.h ../../gcc/config/i386/avx512vlbwintrin.h ../../gcc/config/i386/avx512vldqintrin.h ../../gcc/config/i386/avx512ifmaintrin.h ../../gcc/config/i386/avx512ifmavlintrin.h ../../gcc/config/i386/avx512vbmiintrin.h ../../gcc/config/i386/avx512vbmivlintrin.h ../../gcc/config/i386/avx5124fmapsintrin.h ../../gcc/config/i386/avx5124vnniwintrin.h ../../gcc/config/i386/avx512vpopcntdqintrin.h ../../gcc/config/i386/clwbintrin.h ../../gcc/config/i386/mwaitxintrin.h ../../gcc/config/i386/clzerointrin.h ../../gcc/config/i386/pkuintrin.h ../../gcc/config/i386/sgxintrin.h ../../gcc/config/i386/cetintrin.h ../../gcc/config/i386/gfniintrin.h ../../gcc/config/i386/cet.h ../../gcc/config/i386/avx512vbmi2intrin.h ../../gcc/config/i386/avx512vbmi2vlintrin.h ../../gcc/config/i386/avx512vnniintrin.h ../../gcc/config/i386/avx512vnnivlintrin.h ../../gcc/config/i386/vaesintrin.h ../../gcc/config/i386/vpclmulqdqintrin.h ../../gcc/config/i386/avx512vpopcntdqvlintrin.h ../../gcc/config/i386/avx512bitalgintrin.h ../../gcc/config/i386/pconfigintrin.h ../../gcc/config/i386/wbnoinvdintrin.h ../../gcc/config/i386/movdirintrin.h ../../gcc/config/i386/waitpkgintrin.h ../../gcc/config/i386/cldemoteintrin.h ../../gcc/config/i386/avx512bf16vlintrin.h ../../gcc/config/i386/avx512bf16intrin.h ../../gcc/config/i386/enqcmdintrin.h ../../gcc/config/i386/serializeintrin.h ../../gcc/config/i386/avx512vp2intersectintrin.h ../../gcc/config/i386/avx512vp2intersectvlintrin.h ../../gcc/config/i386/tsxldtrkintrin.h ../../gcc/config/i386/amxtileintrin.h ../../gcc/config/i386/amxint8intrin.h ../../gcc/config/i386/amxbf16intrin.h ../../gcc/config/i386/x86gprintrin.h ../../gcc/config/i386/uintrintrin.h ../../gcc/config/i386/hresetintrin.h ../../gcc/config/i386/keylockerintrin.h ../../gcc/config/i386/avxvnniintrin.h mm_malloc.h; do \ if [ X$file != X.. ]; then \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ echo timestamp > include/$realfile; \ rm -f include/$realfile; \ cp $file include; \ chmod a+r include/$realfile; \ fi; \ done for file in .. ; do \ if [ X$file != X.. ]; then \ mv include/$file include/x_$file; \ echo "#include_next <$file>" >include/$file; \ cat include/x_$file >>include/$file; \ rm -f include/x_$file; \ chmod a+r include/$file; \ fi; \ done for file in .. ; do \ if [ X$file != X.. ]; then \ echo "#include_next <$file>" >>include/$file; \ chmod a+r include/$file; \ fi; \ done rm -f include/stdint.h if [ wrap = wrap ]; then \ rm -f include/stdint-gcc.h; \ cp ../../gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \ chmod a+r include/stdint-gcc.h; \ cp ../../gcc/ginclude/stdint-wrap.h include/stdint.h; \ chmod a+r include/stdint.h; \ elif [ wrap = provide ]; then \ cp ../../gcc/ginclude/stdint-gcc.h include/stdint.h; \ chmod a+r include/stdint.h; \ fi set -e; for ml in `cat fixinc_list`; do \ sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \ multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \ fix_dir=include-fixed${multi_dir}; \ if [ -f `echo /home/lfs/build/x86_64${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \ cat ../../gcc/limitx.h ../../gcc/glimits.h ../../gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../gcc/glimits.h > tmp-xlimits.h; \ fi; \ /bin/sh ../../gcc/../mkinstalldirs ${fix_dir}; \ chmod a+rx ${fix_dir} || true; \ /bin/sh ../../gcc/../move-if-change \ tmp-xlimits.h tmp-limits.h; \ rm -f ${fix_dir}/limits.h; \ cp -p tmp-limits.h ${fix_dir}/limits.h; \ chmod a+r ${fix_dir}/limits.h; \ done rm -f include-fixed/README cp ../../gcc/../fixincludes/README-fixinc include-fixed/README chmod a+r include-fixed/README echo timestamp > stmp-int-hdrs /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -xc -nostdinc /dev/null -S -o /dev/null -fself-test=../../gcc/testsuite/selftests /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -xc++ -nostdinc /dev/null -S -o /dev/null -fself-test=../../gcc/testsuite/selftests cc1: note: self-tests are not enabled in this build echo timestamp > s-selftest-c cc1plus: note: self-tests are not enabled in this build echo timestamp > s-selftest-c++ rm gcc.pod make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gcc' Checking multilib configuration for libgcc... mkdir -p -- x86_64-lfs-linux-gnu/libgcc Configuring in x86_64-lfs-linux-gnu/libgcc make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/c++tools' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcc1' g++ -mtune=generic -fno-exceptions -fno-rtti -I../../c++tools/../libcody -I../../c++tools/../include -I../../c++tools/../gcc -I. \ -MMD -MP -MF server.d -c -o server.o ../../c++tools/server.cc g++ -mtune=generic -fno-exceptions -fno-rtti -I../../c++tools/../libcody -I../../c++tools/../include -I../../c++tools/../gcc -I. \ -MMD -MP -MF resolver.d -c -o resolver.o ../../c++tools/resolver.cc make all-am make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcc1' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT findcomp.lo -MD -MP -MF .deps/findcomp.Tpo -c -o findcomp.lo ../../libcc1/findcomp.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT findcomp.lo -MD -MP -MF .deps/findcomp.Tpo -c ../../libcc1/findcomp.cc -fPIC -DPIC -o .libs/findcomp.o configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-lfs-linux-gnu checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking for x86_64-lfs-linux-gnu-ar... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar checking for x86_64-lfs-linux-gnu-lipo... x86_64-lfs-linux-gnu-lipo checking for x86_64-lfs-linux-gnu-nm... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm checking for x86_64-lfs-linux-gnu-ranlib... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib checking for x86_64-lfs-linux-gnu-strip... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/strip checking whether ln -s works... yes checking for x86_64-lfs-linux-gnu-gcc... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include checking for suffix of object files... o checking whether we are using the GNU C compiler... mv -f .deps/findcomp.Tpo .deps/findcomp.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT libcc1.lo -MD -MP -MF .deps/libcc1.Tpo -c -o libcc1.lo ../../libcc1/libcc1.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT libcc1.lo -MD -MP -MF .deps/libcc1.Tpo -c ../../libcc1/libcc1.cc -fPIC -DPIC -o .libs/libcc1.o yes checking whether /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include accepts -g... yes checking for /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include option to accept ISO C89... /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT libcp1.lo -MD -MP -MF .deps/libcp1.Tpo -c -o libcp1.lo ../../libcc1/libcp1.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT libcp1.lo -MD -MP -MF .deps/libcp1.Tpo -c ../../libcc1/libcp1.cc -fPIC -DPIC -o .libs/libcp1.o unsupported checking how to run the C preprocessor... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -E checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... g++ -static-libstdc++ -static-libgcc -o g++-mapper-server server.o resolver.o ../libcody/libcody.a ../gcc/version.o ../libiberty/libiberty.a unknown checking for _LARGE_FILES value needed for large files... unknown checking size of double... /usr/bin/install -c g++-mapper-server ../gcc/g++-mapper-server make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/c++tools' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT names.lo -MD -MP -MF .deps/names.Tpo -c -o names.lo ../../libcc1/names.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT names.lo -MD -MP -MF .deps/names.Tpo -c ../../libcc1/names.cc -fPIC -DPIC -o .libs/names.o mv -f .deps/names.Tpo .deps/names.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT callbacks.lo -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.lo ../../libcc1/callbacks.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT callbacks.lo -MD -MP -MF .deps/callbacks.Tpo -c ../../libcc1/callbacks.cc -fPIC -DPIC -o .libs/callbacks.o mv -f .deps/callbacks.Tpo .deps/callbacks.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c -o connection.lo ../../libcc1/connection.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c ../../libcc1/connection.cc -fPIC -DPIC -o .libs/connection.o mv -f .deps/libcc1.Tpo .deps/libcc1.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT marshall.lo -MD -MP -MF .deps/marshall.Tpo -c -o marshall.lo ../../libcc1/marshall.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT marshall.lo -MD -MP -MF .deps/marshall.Tpo -c ../../libcc1/marshall.cc -fPIC -DPIC -o .libs/marshall.o 8 checking size of long double... mv -f .deps/marshall.Tpo .deps/marshall.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I ../../libcc1/../gcc/c-family -I ../../libcc1/../libcpp/include -I ../../libcc1/../gcc/c -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT libcc1plugin.lo -MD -MP -MF .deps/libcc1plugin.Tpo -c -o libcc1plugin.lo ../../libcc1/libcc1plugin.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I ../../libcc1/../gcc/c-family -I ../../libcc1/../libcpp/include -I ../../libcc1/../gcc/c -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT libcc1plugin.lo -MD -MP -MF .deps/libcc1plugin.Tpo -c ../../libcc1/libcc1plugin.cc -fPIC -DPIC -o .libs/libcc1plugin.o mv -f .deps/connection.Tpo .deps/connection.Plo /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I ../../libcc1/../gcc/c-family -I ../../libcc1/../libcpp/include -I ../../libcc1/../gcc/cp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT libcp1plugin.lo -MD -MP -MF .deps/libcp1plugin.Tpo -c -o libcp1plugin.lo ../../libcc1/libcp1plugin.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../libcc1 -I ../../libcc1/../include -I ../../libcc1/../libgcc -I ../gcc -I../../libcc1/../gcc -I ../../libcc1/../gcc/c-family -I ../../libcc1/../libcpp/include -I ../../libcc1/../gcc/cp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/gmp -I/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpfr/src -I/home/lfs/build/x86_64/sources/gcc-11.2.0/mpc/src -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -MT libcp1plugin.lo -MD -MP -MF .deps/libcp1plugin.Tpo -c ../../libcc1/libcp1plugin.cc -fPIC -DPIC -o .libs/libcp1plugin.o mv -f .deps/libcp1.Tpo .deps/libcp1.Plo /bin/sh ./libtool --tag=CXX --mode=link g++ -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -module -export-symbols ../../libcc1/libcc1.sym -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o libcc1.la -rpath /home/lfs/build/x86_64/tools/lib/../lib findcomp.lo libcc1.lo libcp1.lo names.lo callbacks.lo connection.lo marshall.lo -Wc,../libiberty/pic/libiberty.a libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/crtbeginS.o .libs/findcomp.o .libs/libcc1.o .libs/libcp1.o .libs/names.o .libs/callbacks.o .libs/connection.o .libs/marshall.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/crtn.o -mtune=generic -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,libcc1.so.0 -Wl,-retain-symbols-file -Wl,../../libcc1/libcc1.sym -o .libs/libcc1.so.0.0.0 16 checking for inttypes.h... libtool: link: (cd ".libs" && rm -f "libcc1.so.0" && ln -s "libcc1.so.0.0.0" "libcc1.so.0") libtool: link: (cd ".libs" && rm -f "libcc1.so" && ln -s "libcc1.so.0.0.0" "libcc1.so") no checking for stdint.h... libtool: link: ( cd ".libs" && rm -f "libcc1.la" && ln -s "../libcc1.la" "libcc1.la" ) no checking for stdlib.h... no checking for ftw.h... no checking for unistd.h... no checking for sys/stat.h... no checking for sys/types.h... no checking for string.h... no checking for strings.h... no checking for memory.h... no checking for sys/auxv.h... no checking for sys/mman.h... no checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... no checking whether decimal floating point is supported... no checking whether fixed-point is supported... no checking whether the compiler is configured for setjmp/longjmp exceptions... no checking for CET support... yes checking if the linker (/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/collect-ld) is GNU ld... yes checking for thread model used by GCC... single checking whether assembler supports CFI directives... yes checking for target glibc version... 2.11 2.11 checking for __attribute__((visibility("hidden")))... yes checking for .cfi_sections .debug_frame... mv -f .deps/libcc1plugin.Tpo .deps/libcc1plugin.Plo yes checking whether the target assembler supports thread-local storage... /bin/sh ./libtool --tag=CXX --mode=link g++ -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -module -export-symbols ../../libcc1/libcc1plugin.sym -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o libcc1plugin.la -rpath /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin libcc1plugin.lo callbacks.lo connection.lo marshall.lo -Wc,../libiberty/pic/libiberty.a yes checking whether the thread-local storage support is from emutls... libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/crtbeginS.o .libs/libcc1plugin.o .libs/callbacks.o .libs/connection.o .libs/marshall.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/crtn.o -mtune=generic -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,libcc1plugin.so.0 -Wl,-retain-symbols-file -Wl,../../libcc1/libcc1plugin.sym -o .libs/libcc1plugin.so.0.0.0 no checking if the assembler supports AVX... yes checking for init priority support... libtool: link: (cd ".libs" && rm -f "libcc1plugin.so.0" && ln -s "libcc1plugin.so.0.0.0" "libcc1plugin.so.0") libtool: link: (cd ".libs" && rm -f "libcc1plugin.so" && ln -s "libcc1plugin.so.0.0.0" "libcc1plugin.so") yes libtool: link: ( cd ".libs" && rm -f "libcc1plugin.la" && ln -s "../libcc1plugin.la" "libcc1plugin.la" ) configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating auto-target.h config.status: executing default commands Adding multilib support to Makefile in ../../../libgcc multidirs=32 x32 with_multisubdir= Running configure in multilib subdirs 32 x32 pwd: /home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc Running configure in multilib subdir 32 pwd: /home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu mkdir 32 mv -f .deps/libcp1plugin.Tpo .deps/libcp1plugin.Plo /bin/sh ./libtool --tag=CXX --mode=link g++ -W -Wall -fvisibility=hidden -fcf-protection -mtune=generic -module -export-symbols ../../libcc1/libcp1plugin.sym -Xcompiler '-static-libstdc++' -Xcompiler '-static-libgcc' -o libcp1plugin.la -rpath /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin libcp1plugin.lo callbacks.lo connection.lo marshall.lo -Wc,../libiberty/pic/libiberty.a libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/crtbeginS.o .libs/libcp1plugin.o .libs/callbacks.o .libs/connection.o .libs/marshall.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/crtn.o -mtune=generic -static-libstdc++ -static-libgcc ../libiberty/pic/libiberty.a -Wl,-soname -Wl,libcp1plugin.so.0 -Wl,-retain-symbols-file -Wl,../../libcc1/libcp1plugin.sym -o .libs/libcp1plugin.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libcp1plugin.so.0" && ln -s "libcp1plugin.so.0.0.0" "libcp1plugin.so.0") libtool: link: (cd ".libs" && rm -f "libcp1plugin.so" && ln -s "libcp1plugin.so.0.0.0" "libcp1plugin.so") libtool: link: ( cd ".libs" && rm -f "libcp1plugin.la" && ln -s "../libcp1plugin.la" "libcp1plugin.la" ) make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcc1' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcc1' configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-lfs-linux-gnu checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking for x86_64-lfs-linux-gnu-ar... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar checking for x86_64-lfs-linux-gnu-lipo... x86_64-lfs-linux-gnu-lipo checking for x86_64-lfs-linux-gnu-nm... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm checking for x86_64-lfs-linux-gnu-ranlib... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib checking for x86_64-lfs-linux-gnu-strip... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/strip checking whether ln -s works... yes checking for x86_64-lfs-linux-gnu-gcc... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -m32 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -m32 accepts -g... yes checking for /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -m32 option to accept ISO C89... unsupported checking how to run the C preprocessor... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -m32 -E checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... unknown checking for _LARGE_FILES value needed for large files... unknown checking size of double... 8 checking size of long double... 12 checking for inttypes.h... no checking for stdint.h... no checking for stdlib.h... no checking for ftw.h... no checking for unistd.h... no checking for sys/stat.h... no checking for sys/types.h... no checking for string.h... no checking for strings.h... no checking for memory.h... no checking for sys/auxv.h... no checking for sys/mman.h... no checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... no checking whether decimal floating point is supported... no checking whether fixed-point is supported... no checking whether the compiler is configured for setjmp/longjmp exceptions... no checking for CET support... yes checking if the linker (/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/collect-ld) is GNU ld... yes checking for thread model used by GCC... single checking whether assembler supports CFI directives... yes checking for target glibc version... 2.11 2.11 checking for __attribute__((visibility("hidden")))... yes checking for .cfi_sections .debug_frame... yes checking whether the target assembler supports thread-local storage... yes checking whether the thread-local storage support is from emutls... no checking if the assembler supports AVX... yes checking for init priority support... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating auto-target.h config.status: executing default commands Adding multilib support to Makefile in ../../../../libgcc with_multisubdir=32 Running configure in multilib subdir x32 pwd: /home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu mkdir x32 configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-lfs-linux-gnu checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking for x86_64-lfs-linux-gnu-ar... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar checking for x86_64-lfs-linux-gnu-lipo... x86_64-lfs-linux-gnu-lipo checking for x86_64-lfs-linux-gnu-nm... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm checking for x86_64-lfs-linux-gnu-ranlib... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib checking for x86_64-lfs-linux-gnu-strip... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/strip checking whether ln -s works... yes checking for x86_64-lfs-linux-gnu-gcc... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -mx32 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -mx32 accepts -g... yes checking for /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -mx32 option to accept ISO C89... unsupported checking how to run the C preprocessor... /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -mx32 -E checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... unknown checking for _LARGE_FILES value needed for large files... unknown checking size of double... 8 checking size of long double... 16 checking for inttypes.h... no checking for stdint.h... no checking for stdlib.h... no checking for ftw.h... no checking for unistd.h... no checking for sys/stat.h... no checking for sys/types.h... no checking for string.h... no checking for strings.h... no checking for memory.h... no checking for sys/auxv.h... no checking for sys/mman.h... no checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... no checking whether decimal floating point is supported... no checking whether fixed-point is supported... no checking whether the compiler is configured for setjmp/longjmp exceptions... no checking for CET support... yes checking if the linker (/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/collect-ld) is GNU ld... yes checking for thread model used by GCC... single checking whether assembler supports CFI directives... yes checking for target glibc version... 2.11 2.11 checking for __attribute__((visibility("hidden")))... yes checking for .cfi_sections .debug_frame... yes checking whether the target assembler supports thread-local storage... yes checking whether the thread-local storage support is from emutls... no checking if the assembler supports AVX... yes checking for init priority support... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating auto-target.h config.status: executing default commands Adding multilib support to Makefile in ../../../../libgcc with_multisubdir=x32 make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' # If this is the top-level multilib, build all the other ln -s ../../../libgcc/enable-execute-stack-empty.c enable-execute-stack.c ln -s ../../../libgcc/unwind-generic.h unwind.h ln -s ../../../libgcc/config/i386/linux-unwind.h md-unwind-support.h ln -s ../../../libgcc/config/i386/sfp-machine.h sfp-machine.h # multilibs. ln -s ../../../libgcc/gthr-single.h gthr-default.h DEFINES='' HEADERS='../../../libgcc/config/i386/elf-lib.h ../../../libgcc/config/i386/value-unwind.h' \ ../../../libgcc/mkheader.sh > tmp-libgcc_tm.h /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64_s.o -MT avx_savms64_s.o -MD -MP -MF avx_savms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/avx_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64_s.o -MT avx_resms64_s.o -MD -MP -MF avx_resms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/avx_resms64.S /bin/sh ../../../libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' echo timestamp > libgcc_tm.stamp /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x_s.o -MT avx_resms64x_s.o -MD -MP -MF avx_resms64x_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/avx_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f_s.o -MT avx_savms64f_s.o -MD -MP -MF avx_savms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/avx_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f_s.o -MT avx_resms64f_s.o -MD -MP -MF avx_resms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/avx_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx_s.o -MT avx_resms64fx_s.o -MD -MP -MF avx_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/avx_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64_s.o -MT sse_savms64_s.o -MD -MP -MF sse_savms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/sse_savms64.S make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/32/libgcc' /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64_s.o -MT sse_resms64_s.o -MD -MP -MF sse_resms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/sse_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x_s.o -MT sse_resms64x_s.o -MD -MP -MF sse_resms64x_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/sse_resms64x.S # If this is the top-level multilib, build all the other # multilibs. /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f_s.o -MT sse_savms64f_s.o -MD -MP -MF sse_savms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/sse_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f_s.o -MT sse_resms64f_s.o -MD -MP -MF sse_resms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/sse_resms64f.S ln -s ../../../../libgcc/enable-execute-stack-empty.c enable-execute-stack.c ln -s ../../../../libgcc/unwind-generic.h unwind.h ln -s ../../../../libgcc/config/i386/linux-unwind.h md-unwind-support.h ln -s ../../../../libgcc/config/i386/sfp-machine.h sfp-machine.h ln -s ../../../../libgcc/gthr-single.h gthr-default.h DEFINES='' HEADERS='../../../../libgcc/config/i386/elf-lib.h ../../../../libgcc/config/i386/value-unwind.h' \ ../../../../libgcc/mkheader.sh > tmp-libgcc_tm.h /bin/sh ../../../../libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx_s.o -MT sse_resms64fx_s.o -MD -MP -MF sse_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/sse_resms64fx.S echo timestamp > libgcc_tm.stamp /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64_s.o -MT avx_savms64_s.o -MD -MP -MF avx_savms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack_s.o -MT morestack_s.o -MD -MP -MF morestack_s.dep -DSHARED -c -xassembler-with-cpp ../../../libgcc/config/i386/morestack.S dest=../.././gcc/include/tmp$$-unwind.h; \ cp unwind.h $dest; \ chmod a+r $dest; \ sh ../../../libgcc/../move-if-change $dest ../.././gcc/include/unwind.h /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64.visT mv -f avx_savms64.visT avx_savms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64x.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64f.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64_s.o -MT avx_resms64_s.o -MD -MP -MF avx_resms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_resms64.S mv -f avx_resms64x.visT avx_resms64x.vis mv -f avx_resms64.visT avx_resms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64f.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64fx.visT mv -f avx_savms64f.visT avx_savms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64.visT mv -f avx_resms64fx.visT avx_resms64fx.vis mv -f avx_resms64f.visT avx_resms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64x.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x_s.o -MT avx_resms64x_s.o -MD -MP -MF avx_resms64x_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_resms64x.S mv -f sse_savms64.visT sse_savms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64f.visT mv -f sse_resms64.visT sse_resms64.vis mv -f sse_resms64x.visT sse_resms64x.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64f.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64fx.visT mv -f sse_savms64f.visT sse_savms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack.o -MT generic-morestack.o -MD -MP -MF generic-morestack.dep -c ../../../libgcc/generic-morestack.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f_s.o -MT avx_savms64f_s.o -MD -MP -MF avx_savms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_savms64f.S mv -f sse_resms64f.visT sse_resms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack-thread.o -MT generic-morestack-thread.o -MD -MP -MF generic-morestack-thread.dep -c ../../../libgcc/generic-morestack-thread.c -fvisibility=hidden -DHIDE_EXPORTS mv -f sse_resms64fx.visT sse_resms64fx.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg morestack_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > morestack.visT mv -f morestack.visT morestack.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c ../../../libgcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f_s.o -MT avx_resms64f_s.o -MD -MP -MF avx_resms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx_s.o -MT avx_resms64fx_s.o -MD -MP -MF avx_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64_s.o -MT sse_savms64_s.o -MD -MP -MF sse_savms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64_s.o -MT sse_resms64_s.o -MD -MP -MF sse_resms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x_s.o -MT sse_resms64x_s.o -MD -MP -MF sse_resms64x_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip.o -MT unwind-dw2-fde-dip.o -MD -MP -MF unwind-dw2-fde-dip.dep -fexceptions -c ../../../libgcc/unwind-dw2-fde-dip.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f_s.o -MT sse_savms64f_s.o -MD -MP -MF sse_savms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f_s.o -MT sse_resms64f_s.o -MD -MP -MF sse_resms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c ../../../libgcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx_s.o -MT sse_resms64fx_s.o -MD -MP -MF sse_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack_s.o -MT morestack_s.o -MD -MP -MF morestack_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/morestack.S dest=../../.././gcc/include/tmp$$-unwind.h; \ cp unwind.h $dest; \ chmod a+r $dest; \ sh ../../../../libgcc/../move-if-change $dest ../../.././gcc/include/unwind.h /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: avx_savms64_s.o: no symbols mv -f avx_savms64.visT avx_savms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: avx_resms64_s.o: no symbols mv -f avx_resms64.visT avx_resms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64x.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: avx_resms64x_s.o: no symbols mv -f avx_resms64x.visT avx_resms64x.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64f.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: avx_savms64f_s.o: no symbols mv -f avx_savms64f.visT avx_savms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64f.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64fx.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: avx_resms64f_s.o: no symbols mv -f avx_resms64f.visT avx_resms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: avx_resms64fx_s.o: no symbols mv -f avx_resms64fx.visT avx_resms64fx.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: sse_savms64_s.o: no symbols mv -f sse_savms64.visT sse_savms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c ../../../libgcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: sse_resms64_s.o: no symbols mv -f sse_resms64.visT sse_resms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64x.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: sse_resms64x_s.o: no symbols mv -f sse_resms64x.visT sse_resms64x.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64f.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: sse_savms64f_s.o: no symbols mv -f sse_savms64f.visT sse_savms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64f.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: sse_resms64f_s.o: no symbols mv -f sse_resms64f.visT sse_resms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64fx.visT /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/nm: sse_resms64fx_s.o: no symbols mv -f sse_resms64fx.visT sse_resms64fx.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack.o -MT generic-morestack.o -MD -MP -MF generic-morestack.dep -c ../../../../libgcc/generic-morestack.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack-thread.o -MT generic-morestack-thread.o -MD -MP -MF generic-morestack-thread.dep -c ../../../../libgcc/generic-morestack-thread.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg morestack_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > morestack.visT mv -f morestack.visT morestack.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c ../../../../libgcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip.o -MT unwind-dw2-fde-dip.o -MD -MP -MF unwind-dw2-fde-dip.dep -fexceptions -c ../../../../libgcc/unwind-dw2-fde-dip.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c ../../../../libgcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c ../../../../libgcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c ../../../../libgcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c ../../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_topn.o -MT _gcov_merge_topn.o -MD -MP -MF _gcov_merge_topn.dep -DL_gcov_merge_topn -c ../../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c ../../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_time_profile.o -MT _gcov_merge_time_profile.o -MD -MP -MF _gcov_merge_time_profile.dep -DL_gcov_merge_time_profile -c ../../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c ../../../libgcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c ../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler_atomic.o -MT _gcov_interval_profiler_atomic.o -MD -MP -MF _gcov_interval_profiler_atomic.dep -DL_gcov_interval_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler_atomic.o -MT _gcov_pow2_profiler_atomic.o -MD -MP -MF _gcov_pow2_profiler_atomic.dep -DL_gcov_pow2_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_topn.o -MT _gcov_merge_topn.o -MD -MP -MF _gcov_merge_topn.dep -DL_gcov_merge_topn -c ../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c ../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_time_profile.o -MT _gcov_merge_time_profile.o -MD -MP -MF _gcov_merge_time_profile.dep -DL_gcov_merge_time_profile -c ../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler.o -MT _gcov_topn_values_profiler.o -MD -MP -MF _gcov_topn_values_profiler.dep -DL_gcov_topn_values_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler_atomic.o -MT _gcov_interval_profiler_atomic.o -MD -MP -MF _gcov_interval_profiler_atomic.dep -DL_gcov_interval_profiler_atomic -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler_atomic.o -MT _gcov_topn_values_profiler_atomic.o -MD -MP -MF _gcov_topn_values_profiler_atomic.dep -DL_gcov_topn_values_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler_atomic.o -MT _gcov_average_profiler_atomic.o -MD -MP -MF _gcov_average_profiler_atomic.dep -DL_gcov_average_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler_atomic.o -MT _gcov_ior_profiler_atomic.o -MD -MP -MF _gcov_ior_profiler_atomic.dep -DL_gcov_ior_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler_atomic.o -MT _gcov_pow2_profiler_atomic.o -MD -MP -MF _gcov_pow2_profiler_atomic.dep -DL_gcov_pow2_profiler_atomic -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_indirect_call_profiler_v4.o -MT _gcov_indirect_call_profiler_v4.o -MD -MP -MF _gcov_indirect_call_profiler_v4.dep -DL_gcov_indirect_call_profiler_v4 -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_time_profiler.o -MT _gcov_time_profiler.o -MD -MP -MF _gcov_time_profiler.dep -DL_gcov_time_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_dump.o -MT _gcov_dump.o -MD -MP -MF _gcov_dump.dep -DL_gcov_dump -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler.o -MT _gcov_topn_values_profiler.o -MD -MP -MF _gcov_topn_values_profiler.dep -DL_gcov_topn_values_profiler -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler_atomic.o -MT _gcov_topn_values_profiler_atomic.o -MD -MP -MF _gcov_topn_values_profiler_atomic.dep -DL_gcov_topn_values_profiler_atomic -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler_atomic.o -MT _gcov_average_profiler_atomic.o -MD -MP -MF _gcov_average_profiler_atomic.dep -DL_gcov_average_profiler_atomic -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler_atomic.o -MT _gcov_ior_profiler_atomic.o -MD -MP -MF _gcov_ior_profiler_atomic.dep -DL_gcov_ior_profiler_atomic -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_indirect_call_profiler_v4.o -MT _gcov_indirect_call_profiler_v4.o -MD -MP -MF _gcov_indirect_call_profiler_v4.dep -DL_gcov_indirect_call_profiler_v4 -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_time_profiler.o -MT _gcov_time_profiler.o -MD -MP -MF _gcov_time_profiler.dep -DL_gcov_time_profiler -c ../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_dump.o -MT _gcov_dump.o -MD -MP -MF _gcov_dump.dep -DL_gcov_dump -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_reset.o -MT _gcov_reset.o -MD -MP -MF _gcov_reset.dep -DL_gcov_reset -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_lock_unlock.o -MT _gcov_lock_unlock.o -MD -MP -MF _gcov_lock_unlock.dep -DL_gcov_lock_unlock -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c ../../../../libgcc/libgcov-driver.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_reset.o -MT _gcov_reset.o -MD -MP -MF _gcov_reset.dep -DL_gcov_reset -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_lock_unlock.o -MT _gcov_lock_unlock.o -MD -MP -MF _gcov_lock_unlock.dep -DL_gcov_lock_unlock -c ../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../../libgcc/crtstuff.c -DCRT_BEGIN /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c ../../../libgcc/libgcov-driver.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../libgcc/crtstuff.c -DCRT_BEGIN /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c ../../../../libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c ../../../libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../../libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../../libgcc/crtstuff.c -DCRT_END /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtendS.o -MT crtendS.o -MD -MP -MF crtendS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c ../../../../libgcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec32.o -MT crtprec32.o -MD -MP -MF crtprec32.dep -D__PREC=32 -c ../../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec64.o -MT crtprec64.o -MD -MP -MF crtprec64.dep -D__PREC=64 -c ../../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../libgcc/crtstuff.c -DCRT_END /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -o crtendS.o -MT crtendS.o -MD -MP -MF crtendS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c ../../../libgcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec80.o -MT crtprec80.o -MD -MP -MF crtprec80.dep -D__PREC=80 -c ../../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtfastmath.o -MT crtfastmath.o -MD -MP -MF crtfastmath.dep -c ../../../../libgcc/config/i386/crtfastmath.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec32.o -MT crtprec32.o -MD -MP -MF crtprec32.dep -D__PREC=32 -c ../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec64.o -MT crtprec64.o -MD -MP -MF crtprec64.dep -D__PREC=64 -c ../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec80.o -MT crtprec80.o -MD -MP -MF crtprec80.dep -D__PREC=80 -c ../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtfastmath.o -MT crtfastmath.o -MD -MP -MF crtfastmath.dep -c ../../../libgcc/config/i386/crtfastmath.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -DL_powitf2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulhc3.o -MT _mulhc3.o -MD -MP -MF _mulhc3.dep -DL_mulhc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -DL_multc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulhc3.o -MT _mulhc3.o -MD -MP -MF _mulhc3.dep -DL_mulhc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divhc3.o -MT _divhc3.o -MD -MP -MF _divhc3.dep -DL_divhc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -DL_divtc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divhc3.o -MT _divhc3.o -MD -MP -MF _divhc3.dep -DL_divhc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2.o -MT _clrsbsi2.o -MD -MP -MF _clrsbsi2.dep -DL_clrsbsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2.o -MT _clrsbdi2.o -MD -MP -MF _clrsbdi2.dep -DL_clrsbdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2.o -MT _clrsbsi2.o -MD -MP -MF _clrsbsi2.dep -DL_clrsbsi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2.o -MT _clrsbdi2.o -MD -MP -MF _clrsbdi2.dep -DL_clrsbdi2 -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c ../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c ../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c ../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4.o -MT _divmoddi4.o -MD -MP -MF _divmoddi4.dep -DL_divmoddi4 -c ../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c ../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c ../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c ../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c ../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo.o -MT cpuinfo.o -MD -MP -MF cpuinfo.dep -c ../../../libgcc/config/i386/cpuinfo.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions.o -MT sfp-exceptions.o -MD -MP -MF sfp-exceptions.dep -c ../../../libgcc/config/i386/sfp-exceptions.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4.o -MT _divmoddi4.o -MD -MP -MF _divmoddi4.dep -DL_divmoddi4 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -c ../../../libgcc/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -c ../../../libgcc/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3.o -MT multf3.o -MD -MP -MF multf3.dep -c ../../../libgcc/soft-fp/multf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2.o -MT negtf2.o -MD -MP -MF negtf2.dep -c ../../../libgcc/soft-fp/negtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3.o -MT subtf3.o -MD -MP -MF subtf3.dep -c ../../../libgcc/soft-fp/subtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo.o -MT cpuinfo.o -MD -MP -MF cpuinfo.dep -c ../../../../libgcc/config/i386/cpuinfo.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2.o -MT unordtf2.o -MD -MP -MF unordtf2.dep -c ../../../libgcc/soft-fp/unordtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o tf-signs.o -MT tf-signs.o -MD -MP -MF tf-signs.dep -c ../../../../libgcc/config/i386/32/tf-signs.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi.o -MT fixtfsi.o -MD -MP -MF fixtfsi.dep -c ../../../libgcc/soft-fp/fixtfsi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions.o -MT sfp-exceptions.o -MD -MP -MF sfp-exceptions.dep -c ../../../../libgcc/config/i386/sfp-exceptions.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -c ../../../../libgcc/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi.o -MT fixunstfsi.o -MD -MP -MF fixunstfsi.dep -c ../../../libgcc/soft-fp/fixunstfsi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf.o -MT floatsitf.o -MD -MP -MF floatsitf.dep -c ../../../libgcc/soft-fp/floatsitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf.o -MT floatunsitf.o -MD -MP -MF floatunsitf.dep -c ../../../libgcc/soft-fp/floatunsitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi.o -MT fixtfdi.o -MD -MP -MF fixtfdi.dep -c ../../../libgcc/soft-fp/fixtfdi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi.o -MT fixunstfdi.o -MD -MP -MF fixunstfdi.dep -c ../../../libgcc/soft-fp/fixunstfdi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -c ../../../../libgcc/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf.o -MT floatditf.o -MD -MP -MF floatditf.dep -c ../../../libgcc/soft-fp/floatditf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf.o -MT floatunditf.o -MD -MP -MF floatunditf.dep -c ../../../libgcc/soft-fp/floatunditf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2.o -MT eqtf2.o -MD -MP -MF eqtf2.dep -c ../../../../libgcc/soft-fp/eqtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfti.o -MT fixtfti.o -MD -MP -MF fixtfti.dep -c ../../../libgcc/soft-fp/fixtfti.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfti.o -MT fixunstfti.o -MD -MP -MF fixunstfti.dep -c ../../../libgcc/soft-fp/fixunstfti.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2.o -MT getf2.o -MD -MP -MF getf2.dep -c ../../../../libgcc/soft-fp/getf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floattitf.o -MT floattitf.o -MD -MP -MF floattitf.dep -c ../../../libgcc/soft-fp/floattitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2.o -MT letf2.o -MD -MP -MF letf2.dep -c ../../../../libgcc/soft-fp/letf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntitf.o -MT floatuntitf.o -MD -MP -MF floatuntitf.dep -c ../../../libgcc/soft-fp/floatuntitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3.o -MT multf3.o -MD -MP -MF multf3.dep -c ../../../../libgcc/soft-fp/multf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2.o -MT extendsftf2.o -MD -MP -MF extendsftf2.dep -c ../../../libgcc/soft-fp/extendsftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2.o -MT extenddftf2.o -MD -MP -MF extenddftf2.dep -c ../../../libgcc/soft-fp/extenddftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2.o -MT extendxftf2.o -MD -MP -MF extendxftf2.dep -c ../../../libgcc/soft-fp/extendxftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2.o -MT trunctfsf2.o -MD -MP -MF trunctfsf2.dep -c ../../../libgcc/soft-fp/trunctfsf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2.o -MT negtf2.o -MD -MP -MF negtf2.dep -c ../../../../libgcc/soft-fp/negtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3.o -MT subtf3.o -MD -MP -MF subtf3.dep -c ../../../../libgcc/soft-fp/subtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2.o -MT trunctfdf2.o -MD -MP -MF trunctfdf2.dep -c ../../../libgcc/soft-fp/trunctfdf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2.o -MT unordtf2.o -MD -MP -MF unordtf2.dep -c ../../../../libgcc/soft-fp/unordtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2.o -MT trunctfxf2.o -MD -MP -MF trunctfxf2.dep -c ../../../libgcc/soft-fp/trunctfxf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi.o -MT fixtfsi.o -MD -MP -MF fixtfsi.dep -c ../../../../libgcc/soft-fp/fixtfsi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi.o -MT fixunstfsi.o -MD -MP -MF fixunstfsi.dep -c ../../../../libgcc/soft-fp/fixunstfsi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf.o -MT floatsitf.o -MD -MP -MF floatsitf.dep -c ../../../../libgcc/soft-fp/floatsitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf.o -MT floatunsitf.o -MD -MP -MF floatunsitf.dep -c ../../../../libgcc/soft-fp/floatunsitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2.o -MT getf2.o -MD -MP -MF getf2.dep -c ../../../libgcc/config/i386/64/getf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi.o -MT fixtfdi.o -MD -MP -MF fixtfdi.dep -c ../../../../libgcc/soft-fp/fixtfdi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2.o -MT letf2.o -MD -MP -MF letf2.dep -c ../../../libgcc/config/i386/64/letf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2.o -MT eqtf2.o -MD -MP -MF eqtf2.dep -c ../../../libgcc/config/i386/64/eqtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -c ../../../libgcc/config/i386/64/_divtc3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi.o -MT fixunstfdi.o -MD -MP -MF fixunstfdi.dep -c ../../../../libgcc/soft-fp/fixunstfdi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf.o -MT floatditf.o -MD -MP -MF floatditf.dep -c ../../../../libgcc/soft-fp/floatditf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf.o -MT floatunditf.o -MD -MP -MF floatunditf.dep -c ../../../../libgcc/soft-fp/floatunditf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -c ../../../libgcc/config/i386/64/_multc3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2.o -MT extendsftf2.o -MD -MP -MF extendsftf2.dep -c ../../../../libgcc/soft-fp/extendsftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2.o -MT extenddftf2.o -MD -MP -MF extenddftf2.dep -c ../../../../libgcc/soft-fp/extenddftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2.o -MT extendxftf2.o -MD -MP -MF extendxftf2.dep -c ../../../../libgcc/soft-fp/extendxftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -c ../../../libgcc/config/i386/64/_powitf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2.o -MT trunctfsf2.o -MD -MP -MF trunctfsf2.dep -c ../../../../libgcc/soft-fp/trunctfsf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2.o -MT trunctfdf2.o -MD -MP -MF trunctfdf2.dep -c ../../../../libgcc/soft-fp/trunctfdf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack.o -MT enable-execute-stack.o -MD -MP -MF enable-execute-stack.dep -c enable-execute-stack.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64.o -MT avx_savms64.o -MD -MP -MF avx_savms64.dep -c -xassembler-with-cpp -include avx_savms64.vis ../../../libgcc/config/i386/avx_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64.o -MT avx_resms64.o -MD -MP -MF avx_resms64.dep -c -xassembler-with-cpp -include avx_resms64.vis ../../../libgcc/config/i386/avx_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x.o -MT avx_resms64x.o -MD -MP -MF avx_resms64x.dep -c -xassembler-with-cpp -include avx_resms64x.vis ../../../libgcc/config/i386/avx_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f.o -MT avx_savms64f.o -MD -MP -MF avx_savms64f.dep -c -xassembler-with-cpp -include avx_savms64f.vis ../../../libgcc/config/i386/avx_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f.o -MT avx_resms64f.o -MD -MP -MF avx_resms64f.dep -c -xassembler-with-cpp -include avx_resms64f.vis ../../../libgcc/config/i386/avx_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx.o -MT avx_resms64fx.o -MD -MP -MF avx_resms64fx.dep -c -xassembler-with-cpp -include avx_resms64fx.vis ../../../libgcc/config/i386/avx_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64.o -MT sse_savms64.o -MD -MP -MF sse_savms64.dep -c -xassembler-with-cpp -include sse_savms64.vis ../../../libgcc/config/i386/sse_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64.o -MT sse_resms64.o -MD -MP -MF sse_resms64.dep -c -xassembler-with-cpp -include sse_resms64.vis ../../../libgcc/config/i386/sse_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2.o -MT trunctfxf2.o -MD -MP -MF trunctfxf2.dep -c ../../../../libgcc/soft-fp/trunctfxf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x.o -MT sse_resms64x.o -MD -MP -MF sse_resms64x.dep -c -xassembler-with-cpp -include sse_resms64x.vis ../../../libgcc/config/i386/sse_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack.o -MT enable-execute-stack.o -MD -MP -MF enable-execute-stack.dep -c enable-execute-stack.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f.o -MT sse_savms64f.o -MD -MP -MF sse_savms64f.dep -c -xassembler-with-cpp -include sse_savms64f.vis ../../../libgcc/config/i386/sse_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64.o -MT avx_savms64.o -MD -MP -MF avx_savms64.dep -c -xassembler-with-cpp -include avx_savms64.vis ../../../../libgcc/config/i386/avx_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f.o -MT sse_resms64f.o -MD -MP -MF sse_resms64f.dep -c -xassembler-with-cpp -include sse_resms64f.vis ../../../libgcc/config/i386/sse_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64.o -MT avx_resms64.o -MD -MP -MF avx_resms64.dep -c -xassembler-with-cpp -include avx_resms64.vis ../../../../libgcc/config/i386/avx_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x.o -MT avx_resms64x.o -MD -MP -MF avx_resms64x.dep -c -xassembler-with-cpp -include avx_resms64x.vis ../../../../libgcc/config/i386/avx_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx.o -MT sse_resms64fx.o -MD -MP -MF sse_resms64fx.dep -c -xassembler-with-cpp -include sse_resms64fx.vis ../../../libgcc/config/i386/sse_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f.o -MT avx_savms64f.o -MD -MP -MF avx_savms64f.dep -c -xassembler-with-cpp -include avx_savms64f.vis ../../../../libgcc/config/i386/avx_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f.o -MT avx_resms64f.o -MD -MP -MF avx_resms64f.dep -c -xassembler-with-cpp -include avx_resms64f.vis ../../../../libgcc/config/i386/avx_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx.o -MT avx_resms64fx.o -MD -MP -MF avx_resms64fx.dep -c -xassembler-with-cpp -include avx_resms64fx.vis ../../../../libgcc/config/i386/avx_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64.o -MT sse_savms64.o -MD -MP -MF sse_savms64.dep -c -xassembler-with-cpp -include sse_savms64.vis ../../../../libgcc/config/i386/sse_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64.o -MT sse_resms64.o -MD -MP -MF sse_resms64.dep -c -xassembler-with-cpp -include sse_resms64.vis ../../../../libgcc/config/i386/sse_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis ../../../libgcc/config/i386/morestack.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x.o -MT sse_resms64x.o -MD -MP -MF sse_resms64x.dep -c -xassembler-with-cpp -include sse_resms64x.vis ../../../../libgcc/config/i386/sse_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f.o -MT sse_savms64f.o -MD -MP -MF sse_savms64f.dep -c -xassembler-with-cpp -include sse_savms64f.vis ../../../../libgcc/config/i386/sse_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f.o -MT sse_resms64f.o -MD -MP -MF sse_resms64f.dep -c -xassembler-with-cpp -include sse_resms64f.vis ../../../../libgcc/config/i386/sse_resms64f.S rm -f libgcov.a objects="_gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov_lock_unlock.o _gcov.o"; \ if test -z "$objects"; then \ echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -o eh_dummy.o; \ objects=eh_dummy.o; \ fi; \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar rc libgcov.a $objects # Early copyback; see "all" above for the rationale. The # early copy is necessary so that the gcc -B options find /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib libgcov.a # the right startup files when linking shared libgcc. /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx.o -MT sse_resms64fx.o -MD -MP -MF sse_resms64fx.dep -c -xassembler-with-cpp -include sse_resms64fx.vis ../../../../libgcc/config/i386/sse_resms64fx.S /bin/sh ../../../libgcc/../mkinstalldirs ../.././gcc parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f ../.././gcc/$file; \ /usr/bin/install -c -m 644 $file ../.././gcc/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../.././gcc/$file ;; \ esac; \ done rm -f libgcc.a objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _mulhc3.o _mulsc3.o _muldc3.o _mulxc3.o _divhc3.o _divsc3.o _divdc3.o _divxc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o getf2.o letf2.o eqtf2.o _divtc3.o _multc3.o _powitf2.o enable-execute-stack.o avx_savms64.o avx_resms64.o avx_resms64x.o avx_savms64f.o avx_resms64f.o avx_resms64fx.o sse_savms64.o sse_resms64.o sse_resms64x.o sse_savms64f.o sse_resms64f.o sse_resms64fx.o generic-morestack.o generic-morestack-thread.o morestack.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o"; \ if test -z "$objects"; then \ echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -o eh_dummy.o; \ objects=eh_dummy.o; \ fi; \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar rc libgcc.a $objects /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis ../../../../libgcc/config/i386/morestack.S /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib libgcc.a rm -f libgcov.a objects="_gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov_lock_unlock.o _gcov.o"; \ if test -z "$objects"; then \ echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -o eh_dummy.o; \ objects=eh_dummy.o; \ fi; \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar rc libgcov.a $objects # Early copyback; see "all" above for the rationale. The /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib libgcov.a # early copy is necessary so that the gcc -B options find # the right startup files when linking shared libgcc. /bin/sh ../../../../libgcc/../mkinstalldirs ../../.././gcc/32 mkdir -p -- ../../.././gcc/32 parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f ../../.././gcc/32/$file; \ /usr/bin/install -c -m 644 $file ../../.././gcc/32/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/32/$file ;; \ esac; \ done rm -f libgcc.a objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulhc3.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divhc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o cpuinfo.o tf-signs.o sfp-exceptions.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o enable-execute-stack.o avx_savms64.o avx_resms64.o avx_resms64x.o avx_savms64f.o avx_resms64f.o avx_resms64fx.o sse_savms64.o sse_resms64.o sse_resms64x.o sse_savms64f.o sse_resms64f.o sse_resms64fx.o generic-morestack.o generic-morestack-thread.o morestack.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o"; \ if test -z "$objects"; then \ echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -m32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -o eh_dummy.o; \ objects=eh_dummy.o; \ fi; \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar rc libgcc.a $objects /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib libgcc.a # Now that we have built all the objects, we need to copy # them back to the GCC directory. Too many things (other # in-tree libraries, and DejaGNU) know about the layout # of the build tree, for now. make install-leaf DESTDIR=../../.././gcc \ slibdir= libsubdir= MULTIOSDIR=32 make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/32/libgcc' /bin/sh ../../../../libgcc/../mkinstalldirs ../../.././gcc/32 /usr/bin/install -c -m 644 libgcc.a ../../.././gcc/32/ chmod 644 ../../.././gcc/32/libgcc.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/32/libgcc.a /usr/bin/install -c -m 644 libgcov.a ../../.././gcc/32/ chmod 644 ../../.././gcc/32/libgcov.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/32/libgcov.a parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f ../../.././gcc/32/$file; \ /usr/bin/install -c -m 644 $file ../../.././gcc/32/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/32/$file ;; \ esac; \ done make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/32/libgcc' make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/32/libgcc' make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/x32/libgcc' # If this is the top-level multilib, build all the other ln -s ../../../../libgcc/enable-execute-stack-empty.c enable-execute-stack.c ln -s ../../../../libgcc/unwind-generic.h unwind.h ln -s ../../../../libgcc/config/i386/linux-unwind.h md-unwind-support.h # multilibs. ln -s ../../../../libgcc/config/i386/sfp-machine.h sfp-machine.h ln -s ../../../../libgcc/gthr-single.h gthr-default.h DEFINES='' HEADERS='../../../../libgcc/config/i386/elf-lib.h ../../../../libgcc/config/i386/value-unwind.h' \ ../../../../libgcc/mkheader.sh > tmp-libgcc_tm.h /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64_s.o -MT avx_savms64_s.o -MD -MP -MF avx_savms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64_s.o -MT avx_resms64_s.o -MD -MP -MF avx_resms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_resms64.S /bin/sh ../../../../libgcc/../move-if-change tmp-libgcc_tm.h libgcc_tm.h /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x_s.o -MT avx_resms64x_s.o -MD -MP -MF avx_resms64x_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_resms64x.S echo timestamp > libgcc_tm.stamp /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f_s.o -MT avx_savms64f_s.o -MD -MP -MF avx_savms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f_s.o -MT avx_resms64f_s.o -MD -MP -MF avx_resms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx_s.o -MT avx_resms64fx_s.o -MD -MP -MF avx_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/avx_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64_s.o -MT sse_savms64_s.o -MD -MP -MF sse_savms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64_s.o -MT sse_resms64_s.o -MD -MP -MF sse_resms64_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x_s.o -MT sse_resms64x_s.o -MD -MP -MF sse_resms64x_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f_s.o -MT sse_savms64f_s.o -MD -MP -MF sse_savms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f_s.o -MT sse_resms64f_s.o -MD -MP -MF sse_resms64f_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx_s.o -MT sse_resms64fx_s.o -MD -MP -MF sse_resms64fx_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/sse_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack_s.o -MT morestack_s.o -MD -MP -MF morestack_s.dep -DSHARED -c -xassembler-with-cpp ../../../../libgcc/config/i386/morestack.S dest=../../.././gcc/include/tmp$$-unwind.h; \ cp unwind.h $dest; \ chmod a+r $dest; \ sh ../../../../libgcc/../move-if-change $dest ../../.././gcc/include/unwind.h /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64x.visT mv -f avx_savms64.visT avx_savms64.vis mv -f avx_resms64.visT avx_resms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_savms64f.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64f.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg avx_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > avx_resms64fx.visT mv -f avx_resms64x.visT avx_resms64x.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_savms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64.visT mv -f avx_savms64f.visT avx_savms64f.vis mv -f avx_resms64f.visT avx_resms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64x_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64x.visT mv -f avx_resms64fx.visT avx_resms64fx.vis mv -f sse_savms64.visT sse_savms64.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_savms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_savms64f.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64f_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64f.visT mv -f sse_resms64.visT sse_resms64.vis mv -f sse_resms64x.visT sse_resms64x.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg sse_resms64fx_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > sse_resms64fx.visT /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack.o -MT generic-morestack.o -MD -MP -MF generic-morestack.dep -c ../../../../libgcc/generic-morestack.c -fvisibility=hidden -DHIDE_EXPORTS mv -f sse_savms64f.visT sse_savms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o generic-morestack-thread.o -MT generic-morestack-thread.o -MD -MP -MF generic-morestack-thread.dep -c ../../../../libgcc/generic-morestack-thread.c -fvisibility=hidden -DHIDE_EXPORTS mv -f sse_resms64f.visT sse_resms64f.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/nm -pg morestack_s.o | gawk 'NF == 3 && $2 !~ /^[UN]$/ && $3 !~ /.*_compat/ && $3 !~ /.*@.*/ { print "\t.hidden", $3 }' > morestack.visT mv -f sse_resms64fx.visT sse_resms64fx.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c ../../../../libgcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS mv -f morestack.visT morestack.vis /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2-fde-dip.o -MT unwind-dw2-fde-dip.o -MD -MP -MF unwind-dw2-fde-dip.dep -fexceptions -c ../../../../libgcc/unwind-dw2-fde-dip.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c ../../../../libgcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c ../../../../libgcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c ../../../../libgcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c ../../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_topn.o -MT _gcov_merge_topn.o -MD -MP -MF _gcov_merge_topn.dep -DL_gcov_merge_topn -c ../../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c ../../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_merge_time_profile.o -MT _gcov_merge_time_profile.o -MD -MP -MF _gcov_merge_time_profile.dep -DL_gcov_merge_time_profile -c ../../../../libgcc/libgcov-merge.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_interval_profiler_atomic.o -MT _gcov_interval_profiler_atomic.o -MD -MP -MF _gcov_interval_profiler_atomic.dep -DL_gcov_interval_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_pow2_profiler_atomic.o -MT _gcov_pow2_profiler_atomic.o -MD -MP -MF _gcov_pow2_profiler_atomic.dep -DL_gcov_pow2_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler.o -MT _gcov_topn_values_profiler.o -MD -MP -MF _gcov_topn_values_profiler.dep -DL_gcov_topn_values_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_topn_values_profiler_atomic.o -MT _gcov_topn_values_profiler_atomic.o -MD -MP -MF _gcov_topn_values_profiler_atomic.dep -DL_gcov_topn_values_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_average_profiler_atomic.o -MT _gcov_average_profiler_atomic.o -MD -MP -MF _gcov_average_profiler_atomic.dep -DL_gcov_average_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_ior_profiler_atomic.o -MT _gcov_ior_profiler_atomic.o -MD -MP -MF _gcov_ior_profiler_atomic.dep -DL_gcov_ior_profiler_atomic -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_indirect_call_profiler_v4.o -MT _gcov_indirect_call_profiler_v4.o -MD -MP -MF _gcov_indirect_call_profiler_v4.dep -DL_gcov_indirect_call_profiler_v4 -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_time_profiler.o -MT _gcov_time_profiler.o -MD -MP -MF _gcov_time_profiler.dep -DL_gcov_time_profiler -c ../../../../libgcc/libgcov-profiler.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_dump.o -MT _gcov_dump.o -MD -MP -MF _gcov_dump.dep -DL_gcov_dump -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_reset.o -MT _gcov_reset.o -MD -MP -MF _gcov_reset.dep -DL_gcov_reset -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov_lock_unlock.o -MT _gcov_lock_unlock.o -MD -MP -MF _gcov_lock_unlock.dep -DL_gcov_lock_unlock -c ../../../../libgcc/libgcov-interface.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c ../../../../libgcc/libgcov-driver.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtbegin.o -MT crtbegin.o -MD -MP -MF crtbegin.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../../libgcc/crtstuff.c -DCRT_BEGIN /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtbeginS.o -MT crtbeginS.o -MD -MP -MF crtbeginS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c ../../../../libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtbeginT.o -MT crtbeginT.o -MD -MP -MF crtbeginT.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../../libgcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -c ../../../../libgcc/crtstuff.c -DCRT_END /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o crtendS.o -MT crtendS.o -MD -MP -MF crtendS.dep -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fcf-protection -mshstk -fpic -c ../../../../libgcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec32.o -MT crtprec32.o -MD -MP -MF crtprec32.dep -D__PREC=32 -c ../../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec64.o -MT crtprec64.o -MD -MP -MF crtprec64.dep -D__PREC=64 -c ../../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtprec80.o -MT crtprec80.o -MD -MP -MF crtprec80.dep -D__PREC=80 -c ../../../../libgcc/config/i386/crtprec.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o crtfastmath.o -MT crtfastmath.o -MD -MP -MF crtfastmath.dep -c ../../../../libgcc/config/i386/crtfastmath.c /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulhc3.o -MT _mulhc3.o -MD -MP -MF _mulhc3.dep -DL_mulhc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divhc3.o -MT _divhc3.o -MD -MP -MF _divhc3.dep -DL_divhc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clrsbsi2.o -MT _clrsbsi2.o -MD -MP -MF _clrsbsi2.dep -DL_clrsbsi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _clrsbdi2.o -MT _clrsbdi2.o -MD -MP -MF _clrsbdi2.dep -DL_clrsbdi2 -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c ../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divmoddi4.o -MT _divmoddi4.o -MD -MP -MF _divmoddi4.dep -DL_divmoddi4 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c ../../../../libgcc/libgcc2.c \ -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o cpuinfo.o -MT cpuinfo.o -MD -MP -MF cpuinfo.dep -c ../../../../libgcc/config/i386/cpuinfo.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sfp-exceptions.o -MT sfp-exceptions.o -MD -MP -MF sfp-exceptions.dep -c ../../../../libgcc/config/i386/sfp-exceptions.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -c ../../../../libgcc/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -c ../../../../libgcc/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o multf3.o -MT multf3.o -MD -MP -MF multf3.dep -c ../../../../libgcc/soft-fp/multf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o negtf2.o -MT negtf2.o -MD -MP -MF negtf2.dep -c ../../../../libgcc/soft-fp/negtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o subtf3.o -MT subtf3.o -MD -MP -MF subtf3.dep -c ../../../../libgcc/soft-fp/subtf3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o unordtf2.o -MT unordtf2.o -MD -MP -MF unordtf2.dep -c ../../../../libgcc/soft-fp/unordtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfsi.o -MT fixtfsi.o -MD -MP -MF fixtfsi.dep -c ../../../../libgcc/soft-fp/fixtfsi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfsi.o -MT fixunstfsi.o -MD -MP -MF fixunstfsi.dep -c ../../../../libgcc/soft-fp/fixunstfsi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatsitf.o -MT floatsitf.o -MD -MP -MF floatsitf.dep -c ../../../../libgcc/soft-fp/floatsitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunsitf.o -MT floatunsitf.o -MD -MP -MF floatunsitf.dep -c ../../../../libgcc/soft-fp/floatunsitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfdi.o -MT fixtfdi.o -MD -MP -MF fixtfdi.dep -c ../../../../libgcc/soft-fp/fixtfdi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfdi.o -MT fixunstfdi.o -MD -MP -MF fixunstfdi.dep -c ../../../../libgcc/soft-fp/fixunstfdi.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatditf.o -MT floatditf.o -MD -MP -MF floatditf.dep -c ../../../../libgcc/soft-fp/floatditf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatunditf.o -MT floatunditf.o -MD -MP -MF floatunditf.dep -c ../../../../libgcc/soft-fp/floatunditf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixtfti.o -MT fixtfti.o -MD -MP -MF fixtfti.dep -c ../../../../libgcc/soft-fp/fixtfti.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o fixunstfti.o -MT fixunstfti.o -MD -MP -MF fixunstfti.dep -c ../../../../libgcc/soft-fp/fixunstfti.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floattitf.o -MT floattitf.o -MD -MP -MF floattitf.dep -c ../../../../libgcc/soft-fp/floattitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o floatuntitf.o -MT floatuntitf.o -MD -MP -MF floatuntitf.dep -c ../../../../libgcc/soft-fp/floatuntitf.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendsftf2.o -MT extendsftf2.o -MD -MP -MF extendsftf2.dep -c ../../../../libgcc/soft-fp/extendsftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extenddftf2.o -MT extenddftf2.o -MD -MP -MF extenddftf2.dep -c ../../../../libgcc/soft-fp/extenddftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o extendxftf2.o -MT extendxftf2.o -MD -MP -MF extendxftf2.dep -c ../../../../libgcc/soft-fp/extendxftf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfsf2.o -MT trunctfsf2.o -MD -MP -MF trunctfsf2.dep -c ../../../../libgcc/soft-fp/trunctfsf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfdf2.o -MT trunctfdf2.o -MD -MP -MF trunctfdf2.dep -c ../../../../libgcc/soft-fp/trunctfdf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o trunctfxf2.o -MT trunctfxf2.o -MD -MP -MF trunctfxf2.dep -c ../../../../libgcc/soft-fp/trunctfxf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o getf2.o -MT getf2.o -MD -MP -MF getf2.dep -c ../../../../libgcc/config/i386/64/getf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o letf2.o -MT letf2.o -MD -MP -MF letf2.dep -c ../../../../libgcc/config/i386/64/letf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o eqtf2.o -MT eqtf2.o -MD -MP -MF eqtf2.dep -c ../../../../libgcc/config/i386/64/eqtf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -c ../../../../libgcc/config/i386/64/_divtc3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -c ../../../../libgcc/config/i386/64/_multc3.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -c ../../../../libgcc/config/i386/64/_powitf2.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o enable-execute-stack.o -MT enable-execute-stack.o -MD -MP -MF enable-execute-stack.dep -c enable-execute-stack.c -fvisibility=hidden -DHIDE_EXPORTS /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64.o -MT avx_savms64.o -MD -MP -MF avx_savms64.dep -c -xassembler-with-cpp -include avx_savms64.vis ../../../../libgcc/config/i386/avx_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64.o -MT avx_resms64.o -MD -MP -MF avx_resms64.dep -c -xassembler-with-cpp -include avx_resms64.vis ../../../../libgcc/config/i386/avx_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64x.o -MT avx_resms64x.o -MD -MP -MF avx_resms64x.dep -c -xassembler-with-cpp -include avx_resms64x.vis ../../../../libgcc/config/i386/avx_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_savms64f.o -MT avx_savms64f.o -MD -MP -MF avx_savms64f.dep -c -xassembler-with-cpp -include avx_savms64f.vis ../../../../libgcc/config/i386/avx_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64f.o -MT avx_resms64f.o -MD -MP -MF avx_resms64f.dep -c -xassembler-with-cpp -include avx_resms64f.vis ../../../../libgcc/config/i386/avx_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o avx_resms64fx.o -MT avx_resms64fx.o -MD -MP -MF avx_resms64fx.dep -c -xassembler-with-cpp -include avx_resms64fx.vis ../../../../libgcc/config/i386/avx_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64.o -MT sse_savms64.o -MD -MP -MF sse_savms64.dep -c -xassembler-with-cpp -include sse_savms64.vis ../../../../libgcc/config/i386/sse_savms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64.o -MT sse_resms64.o -MD -MP -MF sse_resms64.dep -c -xassembler-with-cpp -include sse_resms64.vis ../../../../libgcc/config/i386/sse_resms64.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64x.o -MT sse_resms64x.o -MD -MP -MF sse_resms64x.dep -c -xassembler-with-cpp -include sse_resms64x.vis ../../../../libgcc/config/i386/sse_resms64x.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_savms64f.o -MT sse_savms64f.o -MD -MP -MF sse_savms64f.dep -c -xassembler-with-cpp -include sse_savms64f.vis ../../../../libgcc/config/i386/sse_savms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64f.o -MT sse_resms64f.o -MD -MP -MF sse_resms64f.dep -c -xassembler-with-cpp -include sse_resms64f.vis ../../../../libgcc/config/i386/sse_resms64f.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o sse_resms64fx.o -MT sse_resms64fx.o -MD -MP -MF sse_resms64fx.dep -c -xassembler-with-cpp -include sse_resms64fx.vis ../../../../libgcc/config/i386/sse_resms64fx.S /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis ../../../../libgcc/config/i386/morestack.S rm -f libgcov.a objects="_gcov_merge_add.o _gcov_merge_topn.o _gcov_merge_ior.o _gcov_merge_time_profile.o _gcov_interval_profiler.o _gcov_interval_profiler_atomic.o _gcov_pow2_profiler.o _gcov_pow2_profiler_atomic.o _gcov_topn_values_profiler.o _gcov_topn_values_profiler_atomic.o _gcov_average_profiler.o _gcov_average_profiler_atomic.o _gcov_ior_profiler.o _gcov_ior_profiler_atomic.o _gcov_indirect_call_profiler_v4.o _gcov_time_profiler.o _gcov_dump.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_reset.o _gcov_lock_unlock.o _gcov.o"; \ if test -z "$objects"; then \ echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -o eh_dummy.o; \ objects=eh_dummy.o; \ fi; \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar rc libgcov.a $objects # Early copyback; see "all" above for the rationale. The # early copy is necessary so that the gcc -B options find /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib libgcov.a # the right startup files when linking shared libgcc. /bin/sh ../../../../libgcc/../mkinstalldirs ../../.././gcc/x32 rm -f libgcc.a mkdir -p -- ../../.././gcc/x32 objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _mulhc3.o _mulsc3.o _muldc3.o _mulxc3.o _divhc3.o _divsc3.o _divdc3.o _divxc3.o _bswapsi2.o _bswapdi2.o _clrsbsi2.o _clrsbdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _divmoddi4.o _udivdi3.o _umoddi3.o _udivmoddi4.o _udiv_w_sdiv.o cpuinfo.o sfp-exceptions.o addtf3.o divtf3.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o getf2.o letf2.o eqtf2.o _divtc3.o _multc3.o _powitf2.o enable-execute-stack.o avx_savms64.o avx_resms64.o avx_resms64x.o avx_savms64f.o avx_resms64f.o avx_resms64fx.o sse_savms64.o sse_resms64.o sse_resms64x.o sse_savms64f.o sse_resms64f.o sse_resms64fx.o generic-morestack.o generic-morestack-thread.o morestack.o unwind-dw2.o unwind-dw2-fde-dip.o unwind-sjlj.o unwind-c.o emutls.o"; \ if test -z "$objects"; then \ echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ /home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/xgcc -B/home/lfs/build/x86_64/sources/gcc-11.2.0/build/./gcc/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ -B/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/lib/ -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/include -isystem /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/sys-include -g -O2 -mx32 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=format-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -o eh_dummy.o; \ objects=eh_dummy.o; \ fi; \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ar rc libgcc.a $objects parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f ../../.././gcc/x32/$file; \ /usr/bin/install -c -m 644 $file ../../.././gcc/x32/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/x32/$file ;; \ esac; \ done /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib libgcc.a # Now that we have built all the objects, we need to copy # them back to the GCC directory. Too many things (other # in-tree libraries, and DejaGNU) know about the layout # of the build tree, for now. make install-leaf DESTDIR=../../.././gcc \ slibdir= libsubdir= MULTIOSDIR=x32 make[6]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/x32/libgcc' /bin/sh ../../../../libgcc/../mkinstalldirs ../../.././gcc/x32 /usr/bin/install -c -m 644 libgcc.a ../../.././gcc/x32/ chmod 644 ../../.././gcc/x32/libgcc.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/x32/libgcc.a /usr/bin/install -c -m 644 libgcov.a ../../.././gcc/x32/ chmod 644 ../../.././gcc/x32/libgcov.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/x32/libgcov.a parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f ../../.././gcc/x32/$file; \ /usr/bin/install -c -m 644 $file ../../.././gcc/x32/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/x32/$file ;; \ esac; \ done make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/x32/libgcc' make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/x32/libgcc' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' # Now that we have built all the objects, we need to copy # them back to the GCC directory. Too many things (other # in-tree libraries, and DejaGNU) know about the layout # of the build tree, for now. make install-leaf DESTDIR=../.././gcc \ slibdir= libsubdir= MULTIOSDIR=. make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' /bin/sh ../../../libgcc/../mkinstalldirs ../.././gcc /usr/bin/install -c -m 644 libgcc.a ../.././gcc/ chmod 644 ../.././gcc/libgcc.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../.././gcc/libgcc.a /usr/bin/install -c -m 644 libgcov.a ../.././gcc/ chmod 644 ../.././gcc/libgcov.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../.././gcc/libgcov.a parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f ../.././gcc/$file; \ /usr/bin/install -c -m 644 $file ../.././gcc/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../.././gcc/$file ;; \ esac; \ done make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build' make[1]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build' make[2]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build' /bin/sh ../mkinstalldirs /home/lfs/build/x86_64/tools /home/lfs/build/x86_64/tools make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/fixincludes' rm -rf /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools /bin/sh ../../fixincludes/../mkinstalldirs /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools mkdir -p -- /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools /bin/sh ../../fixincludes/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/include mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/include /usr/bin/install -c -m 644 ../../fixincludes/README-fixinc \ /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/include/README /usr/bin/install -c fixinc.sh /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/fixinc.sh /usr/bin/install -c fixincl /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/fixincl /usr/bin/install -c mkheaders /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/mkheaders make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/fixincludes' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin' /usr/bin/mkdir -p '/home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0' /bin/sh ./libtool --tag=disable-static --mode=install /usr/bin/install -c liblto_plugin.la '/home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0' libtool: install: /usr/bin/install -c .libs/liblto_plugin.so /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/liblto_plugin.so libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/liblto_plugin.la libtool: finish: PATH="/home/lfs/build/x86_64/tools/bin:/usr/bin:/sbin" ldconfig -n /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0 ---------------------------------------------------------------------- Libraries have been installed in: /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/lto-plugin' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gcc' /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0 /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0 /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/bin /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/include mkdir -p -- /home/lfs/build/x86_64/tools/include /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/share/info /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/share/man/man1 /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/share/man/man7 mkdir -p -- /home/lfs/build/x86_64/tools/share/man/man7 if test "" != "yes" ; then \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-g++; \ /usr/bin/install -c xg++ /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-g++; \ chmod a+x /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-g++; \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-c++; \ ( cd /home/lfs/build/x86_64/tools/bin && \ ln x86_64-lfs-linux-gnu-g++ x86_64-lfs-linux-gnu-c++ ); \ if [ -f cc1plus ] ; then \ if [ ! -f g++-cross ] ; then \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-x86_64-lfs-linux-gnu-g++; \ ( cd /home/lfs/build/x86_64/tools/bin && \ ln x86_64-lfs-linux-gnu-g++ x86_64-lfs-linux-gnu-x86_64-lfs-linux-gnu-g++ ); \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-x86_64-lfs-linux-gnu-c++; \ ( cd /home/lfs/build/x86_64/tools/bin && \ ln x86_64-lfs-linux-gnu-c++ x86_64-lfs-linux-gnu-x86_64-lfs-linux-gnu-c++ ); \ fi ; \ fi; \ fi /usr/bin/install -c lto-dump \ /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-lto-dump for file in gnat1 brig1 cc1 cc1plus d21 f951 go1 lto1 cc1obj cc1objplus; do \ if [ -f $file ] ; then \ rm -f /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/$file; \ /usr/bin/install -c $file /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/$file; \ else true; \ fi; \ done for file in collect2 ..; do \ if [ x"$file" != x.. ]; then \ rm -f /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/$file; \ /usr/bin/install -c $file /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/$file; \ else true; fi; \ done rm -f /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/specs if test "" != "yes" ; then \ if [ -f gcov ]; \ then \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcov; \ /usr/bin/install -c gcov /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcov; \ fi; \ fi if test "" != "yes" ; then \ if [ -f gcov-tool ]; \ then \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcov-tool; \ /usr/bin/install -c \ gcov-tool /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcov-tool; \ fi; \ fi if test "" != "yes" ; then \ if [ -f gcov-dump ]; \ then \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcov-dump; \ /usr/bin/install -c \ gcov-dump /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcov-dump; \ fi; \ fi /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include rm -rf /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed mkdir /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed chmod a+rx /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed (cd `${PWDCMD-pwd}`/include ; \ tar -cf - .; exit 0) | (cd /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include; tar xpf - ) (cd `${PWDCMD-pwd}`/include-fixed ; \ tar -cf - .; exit 0) | (cd /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed; tar xpf - ) files=`cd /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed; find . -type l -print 2>/dev/null`; \ if [ $? -eq 0 ]; then \ dir=`cd include-fixed; ${PWDCMD-pwd}`; \ for i in $files; do \ dest=`ls -ld /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed/$i | sed -n 's/.*-> //p'`; \ if expr "$dest" : "$dir.*" > /dev/null; then \ rm -f /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed/$i; \ ln -s `echo $i | sed "s|/[^/]*|/..|g" | sed 's|/..$||'``echo "$dest" | sed "s|$dir||"` /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include-fixed/$i; \ fi; \ done; \ fi /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/include /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools /usr/bin/install -c -m 644 ../../gcc/gsyslimits.h \ /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/gsyslimits.h /usr/bin/install -c -m 644 macro_list /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/macro_list /usr/bin/install -c -m 644 fixinc_list /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/fixinc_list set -e; for ml in `cat fixinc_list`; do \ multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \ /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/include${multi_dir}; \ /usr/bin/install -c -m 644 include-fixed${multi_dir}/limits.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/include${multi_dir}/limits.h; \ done /usr/bin/install -c ../../gcc/../mkinstalldirs \ /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/mkinstalldirs ; \ sysroot_headers_suffix='${sysroot_headers_suffix}'; \ echo 'SYSTEM_HEADER_DIR="'"`echo /home/lfs/build/x86_64${sysroot_headers_suffix}/usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`"'"' \ > /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/mkheaders.conf echo 'OTHER_FIXINCLUDES_DIRS=""' \ >> /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/mkheaders.conf echo 'STMP_FIXINC="stmp-fixinc"' \ >> /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/install-tools/mkheaders.conf if test "" != "yes" ; then \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-cpp; \ /usr/bin/install -c -m 755 cpp /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-cpp; \ if [ x != x ]; then \ rm -f /home/lfs/build/x86_64/tools//x86_64-lfs-linux-gnu-cpp; \ /usr/bin/install -c -m 755 cpp /home/lfs/build/x86_64/tools//x86_64-lfs-linux-gnu-cpp; \ else true; fi; \ fi rm -f /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-g++.1 /usr/bin/install -c -m 644 doc/g++.1 /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-g++.1 chmod a-x /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-g++.1 rm -f /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcc.1 /usr/bin/install -c -m 644 doc/gcc.1 /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcc.1 chmod a-x /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcc.1 rm -f /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-cpp.1 /usr/bin/install -c -m 644 ../../gcc/doc/cpp.1 /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-cpp.1 chmod a-x /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-cpp.1 rm -f /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov.1 /usr/bin/install -c -m 644 ../../gcc/doc/gcov.1 /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov.1 chmod a-x /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov.1 rm -f /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov-tool.1 /usr/bin/install -c -m 644 ../../gcc/doc/gcov-tool.1 /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov-tool.1 chmod a-x /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov-tool.1 rm -f /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov-dump.1 /usr/bin/install -c -m 644 ../../gcc/doc/gcov-dump.1 /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov-dump.1 chmod a-x /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-gcov-dump.1 rm -f /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-lto-dump.1 /usr/bin/install -c -m 644 ../../gcc/doc/lto-dump.1 /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-lto-dump.1 chmod a-x /home/lfs/build/x86_64/tools/share/man/man1/x86_64-lfs-linux-gnu-lto-dump.1 rm -f /home/lfs/build/x86_64/tools/share/man/man7/fsf-funding.7 /usr/bin/install -c -m 644 ../../gcc/doc/fsf-funding.7 /home/lfs/build/x86_64/tools/share/man/man7/fsf-funding.7 chmod a-x /home/lfs/build/x86_64/tools/share/man/man7/fsf-funding.7 rm -f /home/lfs/build/x86_64/tools/share/man/man7/gfdl.7 /usr/bin/install -c -m 644 ../../gcc/doc/gfdl.7 /home/lfs/build/x86_64/tools/share/man/man7/gfdl.7 chmod a-x /home/lfs/build/x86_64/tools/share/man/man7/gfdl.7 rm -f /home/lfs/build/x86_64/tools/share/man/man7/gpl.7 /usr/bin/install -c -m 644 ../../gcc/doc/gpl.7 /home/lfs/build/x86_64/tools/share/man/man7/gpl.7 chmod a-x /home/lfs/build/x86_64/tools/share/man/man7/gpl.7 rm -f /home/lfs/build/x86_64/tools/share/info/cpp.info if [ -f doc/cpp.info ]; then \ for f in doc/cpp.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /home/lfs/build/x86_64/tools/share/info/$realfile; \ chmod a-x /home/lfs/build/x86_64/tools/share/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/lfs/build/x86_64/tools/share/info/cpp.info ]; then \ install-info --dir-file=/home/lfs/build/x86_64/tools/share/info/dir /home/lfs/build/x86_64/tools/share/info/cpp.info; \ else true; fi; \ else true; fi; rm -f /home/lfs/build/x86_64/tools/share/info/gcc.info if [ -f doc/gcc.info ]; then \ for f in doc/gcc.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /home/lfs/build/x86_64/tools/share/info/$realfile; \ chmod a-x /home/lfs/build/x86_64/tools/share/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/lfs/build/x86_64/tools/share/info/gcc.info ]; then \ install-info --dir-file=/home/lfs/build/x86_64/tools/share/info/dir /home/lfs/build/x86_64/tools/share/info/gcc.info; \ else true; fi; \ else true; fi; rm -f /home/lfs/build/x86_64/tools/share/info/cppinternals.info if [ -f doc/cppinternals.info ]; then \ for f in doc/cppinternals.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /home/lfs/build/x86_64/tools/share/info/$realfile; \ chmod a-x /home/lfs/build/x86_64/tools/share/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/lfs/build/x86_64/tools/share/info/cppinternals.info ]; then \ install-info --dir-file=/home/lfs/build/x86_64/tools/share/info/dir /home/lfs/build/x86_64/tools/share/info/cppinternals.info; \ else true; fi; \ else true; fi; rm -f /home/lfs/build/x86_64/tools/share/info/gccinstall.info if [ -f doc/gccinstall.info ]; then \ for f in doc/gccinstall.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /home/lfs/build/x86_64/tools/share/info/$realfile; \ chmod a-x /home/lfs/build/x86_64/tools/share/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/lfs/build/x86_64/tools/share/info/gccinstall.info ]; then \ install-info --dir-file=/home/lfs/build/x86_64/tools/share/info/dir /home/lfs/build/x86_64/tools/share/info/gccinstall.info; \ else true; fi; \ else true; fi; rm -f /home/lfs/build/x86_64/tools/share/info/gccint.info if [ -f doc/gccint.info ]; then \ for f in doc/gccint.info*; do \ realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \ /usr/bin/install -c -m 644 $f /home/lfs/build/x86_64/tools/share/info/$realfile; \ chmod a-x /home/lfs/build/x86_64/tools/share/info/$realfile; \ done; \ else true; fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ if [ -f /home/lfs/build/x86_64/tools/share/info/gccint.info ]; then \ install-info --dir-file=/home/lfs/build/x86_64/tools/share/info/dir /home/lfs/build/x86_64/tools/share/info/gccint.info; \ else true; fi; \ else true; fi; rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcc /usr/bin/install -c xgcc /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcc if test "" != "yes" ; then \ if [ "x86_64-lfs-linux-gnu-gcc" != "x86_64-lfs-linux-gnu-gcc-11.2.0" ]; then \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcc-11.2.0; \ ( cd /home/lfs/build/x86_64/tools/bin && \ ln x86_64-lfs-linux-gnu-gcc x86_64-lfs-linux-gnu-gcc-11.2.0 ); \ fi; \ if [ ! -f gcc-cross ] \ && [ "x86_64-lfs-linux-gnu-gcc" != "x86_64-lfs-linux-gnu-x86_64-lfs-linux-gnu-gcc" ]; then \ rm -f /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-gcc-tmp; \ ( cd /home/lfs/build/x86_64/tools/bin && \ ln x86_64-lfs-linux-gnu-gcc x86_64-lfs-linux-gnu-gcc-tmp && \ mv -f x86_64-lfs-linux-gnu-gcc-tmp x86_64-lfs-linux-gnu-x86_64-lfs-linux-gnu-gcc ); \ fi; \ fi /usr/bin/install -c lto-wrapper /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/lto-wrapper if test "" != "yes" ; then \ for i in gcc-ar gcc-nm gcc-ranlib; do \ install_name=`echo $i|sed 's&^&x86_64-lfs-linux-gnu-&'` ;\ target_install_name=x86_64-lfs-linux-gnu-`echo $i|sed 's&^&x86_64-lfs-linux-gnu-&'` ; \ rm -f /home/lfs/build/x86_64/tools/bin/$install_name ; \ /usr/bin/install -c $i /home/lfs/build/x86_64/tools/bin/$install_name ;\ if test -f gcc-cross; then \ :; \ else \ rm -f /home/lfs/build/x86_64/tools/bin/$target_install_name; \ ( cd /home/lfs/build/x86_64/tools/bin && \ ln $install_name $target_install_name ) ; \ fi ; \ done; \ fi headers="cp-tree.h cxx-pretty-print.h name-lookup.h type-utils.h operators.def"; \ for file in $headers; do \ path=../../gcc/cp/$file; \ dest=/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cp/$file; \ echo /usr/bin/install -c -m 644 $path $dest; \ dir=`dirname $dest`; \ /bin/sh ../../gcc/../mkinstalldirs $dir; \ /usr/bin/install -c -m 644 $path $dest; \ done /usr/bin/install -c -m 644 ../../gcc/cp/cp-tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cp/cp-tree.h mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cp /usr/bin/install -c -m 644 ../../gcc/cp/cxx-pretty-print.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cp/cxx-pretty-print.h /usr/bin/install -c -m 644 ../../gcc/cp/name-lookup.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cp/name-lookup.h /usr/bin/install -c -m 644 ../../gcc/cp/type-utils.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cp/type-utils.h /usr/bin/install -c -m 644 ../../gcc/cp/operators.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cp/operators.def rm -f tmp-header-vars echo USER_H=float.h iso646.h stdarg.h stdbool.h stddef.h varargs.h stdfix.h stdnoreturn.h stdalign.h stdatomic.h config/i386/cpuid.h mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h pmmintrin.h tmmintrin.h ammintrin.h smmintrin.h nmmintrin.h bmmintrin.h fma4intrin.h wmmintrin.h immintrin.h x86intrin.h avxintrin.h xopintrin.h ia32intrin.h cross-stdarg.h lwpintrin.h popcntintrin.h lzcntintrin.h bmiintrin.h bmi2intrin.h tbmintrin.h avx2intrin.h avx512fintrin.h fmaintrin.h f16cintrin.h rtmintrin.h xtestintrin.h rdseedintrin.h prfchwintrin.h adxintrin.h fxsrintrin.h xsaveintrin.h xsaveoptintrin.h avx512cdintrin.h avx512erintrin.h avx512pfintrin.h shaintrin.h clflushoptintrin.h xsavecintrin.h xsavesintrin.h avx512dqintrin.h avx512bwintrin.h avx512vlintrin.h avx512vlbwintrin.h avx512vldqintrin.h avx512ifmaintrin.h avx512ifmavlintrin.h avx512vbmiintrin.h avx512vbmivlintrin.h avx5124fmapsintrin.h avx5124vnniwintrin.h avx512vpopcntdqintrin.h clwbintrin.h mwaitxintrin.h clzerointrin.h pkuintrin.h sgxintrin.h cetintrin.h gfniintrin.h cet.h avx512vbmi2intrin.h avx512vbmi2vlintrin.h avx512vnniintrin.h avx512vnnivlintrin.h vaesintrin.h vpclmulqdqintrin.h avx512vpopcntdqvlintrin.h avx512bitalgintrin.h pconfigintrin.h wbnoinvdintrin.h movdirintrin.h waitpkgintrin.h cldemoteintrin.h avx512bf16vlintrin.h avx512bf16intrin.h enqcmdintrin.h serializeintrin.h avx512vp2intersectintrin.h avx512vp2intersectvlintrin.h tsxldtrkintrin.h amxtileintrin.h amxint8intrin.h amxbf16intrin.h x86gprintrin.h uintrintrin.h hresetintrin.h keylockerintrin.h avxvnniintrin.h mm_malloc.h >> tmp-header-vars; echo T_GLIMITS_H=glimits.h >> tmp-header-vars; echo HASHTAB_H=hashtab.h >> tmp-header-vars; echo OBSTACK_H=obstack.h >> tmp-header-vars; echo SPLAY_TREE_H=splay-tree.h >> tmp-header-vars; echo MD5_H=md5.h >> tmp-header-vars; echo XREGEX_H=xregex.h >> tmp-header-vars; echo FNMATCH_H=fnmatch.h >> tmp-header-vars; echo LINKER_PLUGIN_API_H=plugin-api.h >> tmp-header-vars; echo BCONFIG_H=bconfig.h auto-host.h ansidecl.h >> tmp-header-vars; echo CONFIG_H=config.h auto-host.h ansidecl.h >> tmp-header-vars; echo TCONFIG_H=tconfig.h auto-host.h ansidecl.h >> tmp-header-vars; echo TM_P_H=tm_p.h config/i386/i386-protos.h linux-protos.h tm-preds.h >> tmp-header-vars; echo TM_D_H=tm_d.h config/i386/i386.h i386-protos.h defaults.h >> tmp-header-vars; echo GTM_H=tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h >> tmp-header-vars; echo TM_H=tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h >> tmp-header-vars; echo DUMPFILE_H=line-map.h dumpfile.h >> tmp-header-vars; echo VEC_H=vec.h statistics.h ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo HASH_TABLE_H=hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo EXCEPT_H=except.h hashtab.h >> tmp-header-vars; echo TARGET_H=tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h target.h target.def target-hooks-macros.h target-insns.def insn-modes.h insn-codes.h >> tmp-header-vars; echo C_TARGET_H=c-family/c-target.h c-family/c-target.def target-hooks-macros.h >> tmp-header-vars; echo COMMON_TARGET_H=common/common-target.h line-map.h input.h common/common-target.def target-hooks-macros.h >> tmp-header-vars; echo D_TARGET_H=d/d-target.h d/d-target.def target-hooks-macros.h >> tmp-header-vars; echo MACHMODE_H=machmode.h mode-classes.def >> tmp-header-vars; echo HOOKS_H=hooks.h >> tmp-header-vars; echo HOSTHOOKS_DEF_H=hosthooks-def.h hooks.h >> tmp-header-vars; echo LANGHOOKS_DEF_H=langhooks-def.h hooks.h >> tmp-header-vars; echo TARGET_DEF_H=target-def.h target-hooks-def.h hooks.h targhooks.h >> tmp-header-vars; echo C_TARGET_DEF_H=c-family/c-target-def.h c-family/c-target-hooks-def.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h splay-tree.h line-map.h cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def hooks.h common/common-targhooks.h >> tmp-header-vars; echo CORETYPES_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h >> tmp-header-vars; echo RTL_BASE_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.def insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h >> tmp-header-vars; echo FIXED_VALUE_H=fixed-value.h >> tmp-header-vars; echo RTL_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.def insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def genrtl.h >> tmp-header-vars; echo READ_MD_H=obstack.h hashtab.h read-md.h >> tmp-header-vars; echo INTERNAL_FN_H=internal-fn.h internal-fn.def >> tmp-header-vars; echo TREE_CORE_H=tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h >> tmp-header-vars; echo TREE_H=tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h >> tmp-header-vars; echo REGSET_H=regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h >> tmp-header-vars; echo BASIC_BLOCK_H=basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h >> tmp-header-vars; echo GIMPLE_H=gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h >> tmp-header-vars; echo GCOV_IO_H=gcov-io.h gcov-iov.h auto-host.h gcov-counter.def >> tmp-header-vars; echo RECOG_H=recog.h >> tmp-header-vars; echo EMIT_RTL_H=emit-rtl.h >> tmp-header-vars; echo FLAGS_H=flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def >> tmp-header-vars; echo OPTIONS_H=options.h flag-types.h config/i386/i386-opts.h stringop.def >> tmp-header-vars; echo FUNCTION_H=function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h >> tmp-header-vars; echo EXPR_H=expr.h insn-config.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.def insn-notes.def line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def genrtl.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h emit-rtl.h >> tmp-header-vars; echo OPTABS_H=optabs.h insn-codes.h insn-opinit.h >> tmp-header-vars; echo REGS_H=regs.h hard-reg-set.h >> tmp-header-vars; echo CFGLOOP_H=cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h bitmap.h hashtab.h statistics.h sbitmap.h >> tmp-header-vars; echo IPA_UTILS_H=ipa-utils.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h >> tmp-header-vars; echo IPA_REFERENCE_H=ipa-reference.h bitmap.h hashtab.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h >> tmp-header-vars; echo CGRAPH_H=cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h >> tmp-header-vars; echo DF_H=df.h bitmap.h hashtab.h statistics.h regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo RESOURCE_H=resource.h hard-reg-set.h df.h bitmap.h hashtab.h statistics.h regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h alloc-pool.h timevar.h timevar.def >> tmp-header-vars; echo GCC_H=gcc.h version.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo GGC_H=ggc.h gtype-desc.h statistics.h >> tmp-header-vars; echo TIMEVAR_H=timevar.h timevar.def >> tmp-header-vars; echo INSN_ATTR_H=insn-attr.h insn-attr-common.h insn-addr.h >> tmp-header-vars; echo INSN_ADDR_H=insn-addr.h >> tmp-header-vars; echo C_COMMON_H=c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h splay-tree.h line-map.h cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo C_PRAGMA_H=c-family/c-pragma.h line-map.h cpplib.h >> tmp-header-vars; echo C_TREE_H=c/c-tree.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h splay-tree.h line-map.h cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def diagnostic.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo SYSTEM_H=system.h hwint.h libiberty.h safe-ctype.h filenames.h >> tmp-header-vars; echo PREDICT_H=predict.h predict.def >> tmp-header-vars; echo CPPLIB_H=line-map.h cpplib.h >> tmp-header-vars; echo CODYLIB_H=cody.hh >> tmp-header-vars; echo INPUT_H=line-map.h input.h >> tmp-header-vars; echo OPTS_H=line-map.h input.h vec.h statistics.h ggc.h gtype-desc.h statistics.h opts.h obstack.h >> tmp-header-vars; echo SYMTAB_H=symtab.h obstack.h >> tmp-header-vars; echo CPP_INTERNAL_H=internal.h >> tmp-header-vars; echo TREE_DUMP_H=tree-dump.h splay-tree.h line-map.h dumpfile.h >> tmp-header-vars; echo TREE_PASS_H=tree-pass.h timevar.h timevar.def line-map.h dumpfile.h >> tmp-header-vars; echo TREE_SSA_H=tree-ssa.h tree-ssa-operands.h bitmap.h hashtab.h statistics.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h hashtab.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h ipa-reference.h bitmap.h hashtab.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-alias.h >> tmp-header-vars; echo PRETTY_PRINT_H=pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo TREE_PRETTY_PRINT_H=tree-pretty-print.h pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo GIMPLE_PRETTY_PRINT_H=gimple-pretty-print.h tree-pretty-print.h pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo DIAGNOSTIC_CORE_H=diagnostic-core.h line-map.h input.h bversion.h diagnostic.def >> tmp-header-vars; echo DIAGNOSTIC_H=diagnostic.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def pretty-print.h line-map.h input.h obstack.h wide-int-print.h >> tmp-header-vars; echo C_PRETTY_PRINT_H=c-family/c-pretty-print.h pretty-print.h line-map.h input.h obstack.h wide-int-print.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h splay-tree.h line-map.h cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h >> tmp-header-vars; echo TREE_INLINE_H=tree-inline.h >> tmp-header-vars; echo REAL_H=real.h >> tmp-header-vars; echo LTO_STREAMER_H=lto-streamer.h plugin-api.h tm.h options.h config/vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h target.h target.def target-hooks-macros.h target-insns.def insn-modes.h insn-codes.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h vec.h statistics.h ggc.h gtype-desc.h statistics.h hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h gcov-io.h gcov-iov.h auto-host.h gcov-counter.def diagnostic.h diagnostic-core.h line-map.h input.h bversion.h diagnostic.def pretty-print.h line-map.h input.h obstack.h wide-int-print.h alloc-pool.h >> tmp-header-vars; echo IPA_PROP_H=ipa-prop.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/i386/i386-opts.h stringop.def real.h fixed-value.h tree-check.h vec.h statistics.h ggc.h gtype-desc.h statistics.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cif-code.def ipa-ref.h plugin-api.h is-a.h gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h hashtab.h tm.h options.h vxworks-dummy.h biarch64.h i386.h unix.h att.h dbxelf.h elfos.h gnu-user.h glibc-stdint.h x86-64.h gnu-user-common.h gnu-user64.h linux.h linux-android.h linux-common.h linux64.h initfini-array.h defaults.h insn-constants.h insn-flags.h options.h flag-types.h i386-opts.h stringop.def x86-tune.def i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ada-tree.def cp-tree.def d-tree.def objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h i386-opts.h stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h alloc-pool.h >> tmp-header-vars; echo BITMAP_H=bitmap.h hashtab.h statistics.h >> tmp-header-vars; echo GCC_PLUGIN_H=gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h ansidecl.h system.h hwint.h libiberty.h safe-ctype.h filenames.h hashtab.h >> tmp-header-vars; echo PLUGIN_H=plugin.h gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h ansidecl.h system.h hwint.h libiberty.h safe-ctype.h filenames.h hashtab.h >> tmp-header-vars; echo PLUGIN_VERSION_H=plugin-version.h configargs.h >> tmp-header-vars; echo CONTEXT_H=context.h >> tmp-header-vars; echo GENSUPPORT_H=gensupport.h read-md.h optabs.def >> tmp-header-vars; echo RTL_SSA_H=pretty-print.h line-map.h input.h obstack.h wide-int-print.h insn-config.h splay-tree-utils.h recog.h regs.h hard-reg-set.h function-abi.h obstack-utils.h mux-utils.h rtlanal.h memmodel.h emit-rtl.h rtl-ssa/accesses.h rtl-ssa/insns.h rtl-ssa/blocks.h rtl-ssa/changes.h rtl-ssa/functions.h rtl-ssa/is-a.inl rtl-ssa/access-utils.h rtl-ssa/insn-utils.h rtl-ssa/movement.h rtl-ssa/change-utils.h rtl-ssa/member-fns.inl >> tmp-header-vars; echo GTFILES_H=gt-coverage.h gt-caller-save.h gt-symtab.h gt-alias.h gt-bitmap.h gt-cselib.h gt-cgraph.h gt-ipa-prop.h gt-ipa-cp.h gt-ipa-sra.h gt-dbxout.h gt-ipa-modref.h gt-dwarf2asm.h gt-dwarf2cfi.h gt-dwarf2out.h gt-tree-vect-generic.h gt-dojump.h gt-emit-rtl.h gt-explow.h gt-expr.h gt-function.h gt-except.h gt-ggc-tests.h gt-gcse.h gt-godump.h gt-lists.h gt-optabs-libfuncs.h gt-profile.h gt-mcf.h gt-reg-stack.h gt-cfgrtl.h gt-stor-layout.h gt-stringpool.h gt-tree.h gt-varasm.h gt-tree-ssanames.h gt-tree-eh.h gt-tree-ssa-address.h gt-tree-cfg.h gt-tree-ssa-loop-ivopts.h gt-tree-dfa.h gt-tree-iterator.h gt-gimple-expr.h gt-tree-scalar-evolution.h gt-tree-profile.h gt-tree-nested.h gt-omp-offload.h gt-omp-general.h gt-omp-low.h gt-targhooks.h gt-i386.h gt-passes.h gt-cgraphclones.h gt-tree-phinodes.h gt-trans-mem.h gt-vtable-verify.h gt-asan.h gt-ubsan.h gt-tsan.h gt-sanopt.h gt-sancov.h gt-ipa-devirt.h gt-calls.h gt-i386-builtins.h gt-i386-expand.h gt-i386-options.h gt-ada-decl.h gt-ada-trans.h gt-ada-utils.h gt-ada-misc.h gt-brig-brig-lang.h gt-c-c-lang.h gt-c-c-decl.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-c-family-c-format.h gt-c-c-objc-common.h gt-c-c-parser.h gt-c-family-c-common.h gt-c-family-c-format.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-cp-call.h gt-cp-class.h gt-cp-constexpr.h gt-cp-cp-gimplify.h gt-cp-cp-lang.h gt-cp-cp-objcp-common.h gt-cp-decl.h gt-cp-decl2.h gt-cp-except.h gt-cp-friend.h gt-cp-init.h gt-cp-lambda.h gt-cp-lex.h gt-cp-mangle.h gt-cp-method.h gt-cp-name-lookup.h gt-cp-parser.h gt-cp-pt.h gt-cp-rtti.h gt-cp-semantics.h gt-cp-tree.h gt-cp-typeck2.h gt-cp-vtable-class-hierarchy.h gt-fortran-f95-lang.h gt-fortran-trans-decl.h gt-fortran-trans-intrinsic.h gt-fortran-trans-io.h gt-fortran-trans-stmt.h gt-fortran-trans-types.h gt-go-go-lang.h gt-jit-dummy-frontend.h gt-lto-lto-lang.h gt-lto-lto.h gt-lto-lto-common.h gt-lto-lto-dump.h gt-objc-objc-act.h gt-objc-objc-runtime-shared-support.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-c-c-parser.h gt-c-c-decl.h gt-c-c-objc-common.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-c-family-c-format.h gt-c-family-c-common.h gt-c-family-c-format.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-cp-call.h gt-cp-class.h gt-cp-constexpr.h gt-cp-cp-gimplify.h gt-objcp-objcp-lang.h gt-cp-cp-objcp-common.h gt-cp-decl.h gt-cp-decl2.h gt-cp-except.h gt-cp-friend.h gt-cp-init.h gt-cp-lambda.h gt-cp-lex.h gt-cp-mangle.h gt-cp-method.h gt-cp-name-lookup.h gt-cp-parser.h gt-cp-pt.h gt-cp-rtti.h gt-cp-semantics.h gt-cp-tree.h gt-cp-typeck2.h gt-cp-vtable-class-hierarchy.h gt-objc-objc-act.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-objc-objc-runtime-shared-support.h >> tmp-header-vars; echo GTFILES_LANG_H=gtype-ada.h gtype-brig.h gtype-c.h gtype-cp.h gtype-d.h gtype-fortran.h gtype-go.h gtype-jit.h gtype-lto.h gtype-objc.h gtype-objcp.h >> tmp-header-vars; /bin/sh ../../gcc/../move-if-change tmp-header-vars b-header-vars echo timestamp > s-header-vars /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin /usr/bin/install -c -m 644 gtype.state /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/gtype.state /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin mkdir -p -- /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin /usr/bin/install -c gengtype /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/gengtype /bin/sh ../../gcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include headers=`echo tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h config.h auto-host.h ../../gcc/../include/ansidecl.h system.h hwint.h ../../gcc/../include/libiberty.h ../../gcc/../include/safe-ctype.h ../../gcc/../include/filenames.h coretypes.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h toplev.h diagnostic-core.h ../../gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h ../../gcc/../include/hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h tree-ssa-alias.h internal-fn.h internal-fn.def gimple-fold.h tree-eh.h gimple-expr.h gimple.h is-a.h memmodel.h tree-pass.h timevar.h timevar.def ../../gcc/../libcpp/include/line-map.h dumpfile.h gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h ../../gcc/../include/ansidecl.h system.h hwint.h ../../gcc/../include/libiberty.h ../../gcc/../include/safe-ctype.h ../../gcc/../include/filenames.h ../../gcc/../include/hashtab.h ggc.h gtype-desc.h statistics.h tree-dump.h ../../gcc/../include/splay-tree.h ../../gcc/../libcpp/include/line-map.h dumpfile.h pretty-print.h ../../gcc/../libcpp/include/line-map.h input.h ../../gcc/../include/obstack.h wide-int-print.h ../../gcc/../libcpp/include/line-map.h input.h vec.h statistics.h ggc.h gtype-desc.h statistics.h opts.h ../../gcc/../include/obstack.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/gnu-user.h config/glibc-stdint.h config/i386/x86-64.h config/i386/gnu-user-common.h config/i386/gnu-user64.h config/linux.h config/linux-android.h config/i386/linux-common.h config/i386/linux64.h config/initfini-array.h defaults.h ../../gcc/config/i386/i386-protos.h ../../gcc/config/linux-protos.h tm-preds.h config/i386/i386-protos.h config/linux-protos.h tm-preds.h auto-host.h ../../gcc/../include/ansidecl.h auto-host.h ansidecl.h auto-host.h ansidecl.h intl.h plugin-version.h configargs.h diagnostic.h diagnostic-core.h ../../gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def pretty-print.h ../../gcc/../libcpp/include/line-map.h input.h ../../gcc/../include/obstack.h wide-int-print.h c/c-tree.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h ../../gcc/../include/splay-tree.h ../../gcc/../libcpp/include/line-map.h ../../gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h ../../gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def diagnostic.h diagnostic-core.h ../../gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def pretty-print.h ../../gcc/../libcpp/include/line-map.h input.h ../../gcc/../include/obstack.h wide-int-print.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h ../../gcc/../include/splay-tree.h ../../gcc/../libcpp/include/line-map.h ../../gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h ../../gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def c-family/c-objc.h c-family/c-pretty-print.h pretty-print.h ../../gcc/../libcpp/include/line-map.h input.h ../../gcc/../include/obstack.h wide-int-print.h c-family/c-common.h c-family/c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h ../../gcc/../include/splay-tree.h ../../gcc/../libcpp/include/line-map.h ../../gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h ../../gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h tree-iterator.h plugin.h gcc-plugin.h highlev-plugin-common.h plugin.def config.h auto-host.h ../../gcc/../include/ansidecl.h system.h hwint.h ../../gcc/../include/libiberty.h ../../gcc/../include/safe-ctype.h ../../gcc/../include/filenames.h ../../gcc/../include/hashtab.h tree-ssa.h tree-ssa-operands.h bitmap.h ../../gcc/../include/hashtab.h statistics.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def ../../gcc/../include/hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h ../../gcc/../include/hashtab.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cif-code.def ipa-ref.h ../../gcc/../include/plugin-api.h is-a.h ipa-reference.h bitmap.h ../../gcc/../include/hashtab.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h tree-ssa-alias.h langhooks.h incpath.h debug.h except.h ../../gcc/../include/hashtab.h tree-ssa-sccvn.h real.h output.h ipa-utils.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cif-code.def ipa-ref.h ../../gcc/../include/plugin-api.h is-a.h ipa-param-manipulation.h c-family/c-pragma.h ../../gcc/../libcpp/include/line-map.h ../../gcc/../libcpp/include/cpplib.h ../../gcc/../libcpp/include/line-map.h ../../gcc/../libcpp/include/cpplib.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cppdefault.h flags.h ../../gcc/../include/md5.h params.def params.h params-enum.h prefix.h tree-inline.h gimple-pretty-print.h tree-pretty-print.h pretty-print.h ../../gcc/../libcpp/include/line-map.h input.h ../../gcc/../include/obstack.h wide-int-print.h realmpfr.h ipa-prop.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h vec.h statistics.h ggc.h gtype-desc.h statistics.h cgraph.h vec.h statistics.h ggc.h gtype-desc.h statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cif-code.def ipa-ref.h ../../gcc/../include/plugin-api.h is-a.h gimple.h gimple.def gsstruct.def vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def ../../gcc/../include/hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h is-a.h alloc-pool.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h target.h target.def target-hooks-macros.h target-insns.def insn-modes.h insn-codes.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.def insn-notes.def ../../gcc/../libcpp/include/line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h ../../gcc/../include/hashtab.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def genrtl.h tm_p.h ../../gcc/config/i386/i386-protos.h ../../gcc/config/linux-protos.h tm-preds.h cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h bitmap.h ../../gcc/../include/hashtab.h statistics.h sbitmap.h emit-rtl.h version.h stringpool.h gimplify.h gimple-iterator.h gimple-ssa.h fold-const.h fold-const-call.h tree-cfg.h tree-into-ssa.h tree-ssanames.h print-tree.h varasm.h context.h tree-phinodes.h stor-layout.h ssa-iterators.h resource.h hard-reg-set.h df.h bitmap.h ../../gcc/../include/hashtab.h statistics.h regset.h bitmap.h ../../gcc/../include/hashtab.h statistics.h hard-reg-set.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h cfg-flags.def cfghooks.h profile-count.h alloc-pool.h timevar.h timevar.def tree-cfgcleanup.h attribs.h calls.h cfgexpand.h diagnostic-color.h gcc-symtab.h gimple-builder.h gimple-low.h gimple-walk.h gimplify-me.h pass_manager.h print-rtl.h stmt.h tree-dfa.h tree-hasher.h tree-nested.h tree-object-size.h tree-outof-ssa.h tree-parloops.h tree-ssa-address.h tree-ssa-coalesce.h tree-ssa-dom.h tree-ssa-loop.h tree-ssa-loop-ivopts.h tree-ssa-loop-manip.h tree-ssa-loop-niter.h tree-ssa-ter.h tree-ssa-threadedge.h tree-ssa-threadupdate.h inchash.h wide-int.h signop.h hash-map.h hash-set.h dominance.h cfg.h cfgrtl.h cfganal.h cfgbuild.h cfgcleanup.h lcm.h cfgloopmanip.h file-prefix-map.h builtins.def insn-attr.h insn-attr-common.h ../../gcc/insn-addr.h pass-instances.def params.list ../../gcc/../include/gomp-constants.h expr.h insn-config.h function.h ../../gcc/../include/hashtab.h tm.h options.h ../../gcc/config/vxworks-dummy.h ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/gnu-user.h ../../gcc/config/glibc-stdint.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/gnu-user-common.h ../../gcc/config/i386/gnu-user64.h ../../gcc/config/linux.h ../../gcc/config/linux-android.h ../../gcc/config/i386/linux-common.h ../../gcc/config/i386/linux64.h ../../gcc/config/initfini-array.h ../../gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def ../../gcc/config/i386/x86-tune.def ../../gcc/common/config/i386/i386-cpuinfo.h hard-reg-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ../../gcc/../libcpp/include/line-map.h input.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h rtl.h rtl.def reg-notes.def insn-notes.def ../../gcc/../libcpp/include/line-map.h input.h real.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h ../../gcc/../include/hashtab.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def genrtl.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h all-tree.def tree.def c-family/c-common.def ../../gcc/ada/gcc-interface/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/d/d-tree.def ../../gcc/objc/objc-tree.def builtins.def sync-builtins.def omp-builtins.def gtm-builtins.def sanitizer.def ../../gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def ../../gcc/../include/hashtab.h alias.h ../../gcc/../libcpp/include/symtab.h ../../gcc/../include/obstack.h flags.h flag-types.h options.h flag-types.h ../../gcc/config/i386/i386-opts.h ../../gcc/config/i386/stringop.def real.h fixed-value.h tree-check.h emit-rtl.h $(cd ../../gcc; echo *.h *.def) | tr ' ' '\012' | sort -u`; \ srcdirstrip=`echo "../../gcc" | sed 's/[].[^$\\*|]/\\\\&/g'`; \ for file in $headers; do \ if [ -f $file ] ; then \ path=$file; \ elif [ -f ../../gcc/$file ]; then \ path=../../gcc/$file; \ else continue; \ fi; \ case $path in \ "../../gcc"/config/* | "../../gcc"/common/config/* \ | "../../gcc"/c-family/* | "../../gcc"/*.def ) \ base=`echo "$path" | sed -e "s|$srcdirstrip/||"`;; \ *) base=`basename $path` ;; \ esac; \ dest=/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/$base; \ echo /usr/bin/install -c -m 644 $path $dest; \ dir=`dirname $dest`; \ /bin/sh ../../gcc/../mkinstalldirs $dir; \ /usr/bin/install -c -m 644 $path $dest; \ done /usr/bin/install -c -m 644 ../../gcc/../include/ansidecl.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ansidecl.h /usr/bin/install -c -m 644 ../../gcc/../include/filenames.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/filenames.h /usr/bin/install -c -m 644 ../../gcc/../include/gomp-constants.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gomp-constants.h /usr/bin/install -c -m 644 ../../gcc/../include/hashtab.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hashtab.h /usr/bin/install -c -m 644 ../../gcc/../include/libiberty.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/libiberty.h /usr/bin/install -c -m 644 ../../gcc/../include/md5.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/md5.h /usr/bin/install -c -m 644 ../../gcc/../include/obstack.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/obstack.h /usr/bin/install -c -m 644 ../../gcc/../include/plugin-api.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/plugin-api.h /usr/bin/install -c -m 644 ../../gcc/../include/safe-ctype.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/safe-ctype.h /usr/bin/install -c -m 644 ../../gcc/../include/splay-tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/splay-tree.h /usr/bin/install -c -m 644 ../../gcc/../libcpp/include/cpplib.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cpplib.h /usr/bin/install -c -m 644 ../../gcc/../libcpp/include/line-map.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/line-map.h /usr/bin/install -c -m 644 ../../gcc/../libcpp/include/symtab.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/symtab.h /usr/bin/install -c -m 644 ../../gcc/ada/gcc-interface/ada-tree.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ada/gcc-interface/ada-tree.def mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ada/gcc-interface /usr/bin/install -c -m 644 ../../gcc/common/config/i386/i386-cpuinfo.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/common/config/i386/i386-cpuinfo.h mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/common/config/i386 /usr/bin/install -c -m 644 ../../gcc/config/dbxelf.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/dbxelf.h mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config /usr/bin/install -c -m 644 ../../gcc/config/elfos.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/elfos.h /usr/bin/install -c -m 644 ../../gcc/config/glibc-stdint.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/glibc-stdint.h /usr/bin/install -c -m 644 ../../gcc/config/gnu-user.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/gnu-user.h /usr/bin/install -c -m 644 ../../gcc/config/i386/att.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/att.h mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386 /usr/bin/install -c -m 644 ../../gcc/config/i386/biarch64.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/biarch64.h /usr/bin/install -c -m 644 ../../gcc/config/i386/gnu-user-common.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/gnu-user-common.h /usr/bin/install -c -m 644 ../../gcc/config/i386/gnu-user64.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/gnu-user64.h /usr/bin/install -c -m 644 ../../gcc/config/i386/i386-opts.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/i386-opts.h /usr/bin/install -c -m 644 ../../gcc/config/i386/i386-protos.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/i386-protos.h /usr/bin/install -c -m 644 ../../gcc/config/i386/i386.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/i386.h /usr/bin/install -c -m 644 ../../gcc/config/i386/linux-common.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/linux-common.h /usr/bin/install -c -m 644 ../../gcc/config/i386/linux64.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/linux64.h /usr/bin/install -c -m 644 ../../gcc/config/i386/stringop.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/stringop.def /usr/bin/install -c -m 644 ../../gcc/config/i386/unix.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/unix.h /usr/bin/install -c -m 644 ../../gcc/config/i386/x86-64.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/x86-64.h /usr/bin/install -c -m 644 ../../gcc/config/i386/x86-tune.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/x86-tune.def /usr/bin/install -c -m 644 ../../gcc/config/initfini-array.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/initfini-array.h /usr/bin/install -c -m 644 ../../gcc/config/linux-android.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/linux-android.h /usr/bin/install -c -m 644 ../../gcc/config/linux-protos.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/linux-protos.h /usr/bin/install -c -m 644 ../../gcc/config/linux.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/linux.h /usr/bin/install -c -m 644 ../../gcc/config/vxworks-dummy.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/vxworks-dummy.h /usr/bin/install -c -m 644 ../../gcc/cp/cp-tree.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cp/cp-tree.def /usr/bin/install -c -m 644 ../../gcc/d/d-tree.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/d/d-tree.def mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/d /usr/bin/install -c -m 644 ../../gcc/defaults.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/defaults.h /usr/bin/install -c -m 644 ../../gcc/insn-addr.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-addr.h /usr/bin/install -c -m 644 ../../gcc/objc/objc-tree.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/objc/objc-tree.def mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/objc /usr/bin/install -c -m 644 ../../gcc/addresses.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/addresses.h /usr/bin/install -c -m 644 ../../gcc/alias.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/alias.h /usr/bin/install -c -m 644 ../../gcc/align.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/align.h /usr/bin/install -c -m 644 all-tree.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/all-tree.def /usr/bin/install -c -m 644 ../../gcc/alloc-pool.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/alloc-pool.h /usr/bin/install -c -m 644 ../../gcc/array-traits.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/array-traits.h /usr/bin/install -c -m 644 ../../gcc/asan.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/asan.h /usr/bin/install -c -m 644 ../../gcc/attr-fnspec.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/attr-fnspec.h /usr/bin/install -c -m 644 ../../gcc/attribs.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/attribs.h /usr/bin/install -c -m 644 auto-host.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/auto-host.h /usr/bin/install -c -m 644 ../../gcc/auto-profile.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/auto-profile.h /usr/bin/install -c -m 644 ../../gcc/backend.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/backend.h /usr/bin/install -c -m 644 ../../gcc/basic-block.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/basic-block.h /usr/bin/install -c -m 644 ../../gcc/bb-reorder.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/bb-reorder.h /usr/bin/install -c -m 644 ../../gcc/bitmap.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/bitmap.h /usr/bin/install -c -m 644 ../../gcc/brig-builtins.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/brig-builtins.def /usr/bin/install -c -m 644 ../../gcc/builtin-attrs.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/builtin-attrs.def /usr/bin/install -c -m 644 ../../gcc/builtin-types.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/builtin-types.def /usr/bin/install -c -m 644 ../../gcc/builtins.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/builtins.def /usr/bin/install -c -m 644 ../../gcc/builtins.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/builtins.h /usr/bin/install -c -m 644 bversion.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/bversion.h /usr/bin/install -c -m 644 ../../gcc/c-family/c-common.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/c-family/c-common.def mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/c-family /usr/bin/install -c -m 644 ../../gcc/c-family/c-common.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/c-family/c-common.h /usr/bin/install -c -m 644 ../../gcc/c-family/c-objc.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/c-family/c-objc.h /usr/bin/install -c -m 644 ../../gcc/c-family/c-pragma.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/c-family/c-pragma.h /usr/bin/install -c -m 644 ../../gcc/c-family/c-pretty-print.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/c-family/c-pretty-print.h /usr/bin/install -c -m 644 ../../gcc/c/c-tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/c-tree.h /usr/bin/install -c -m 644 ../../gcc/calls.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/calls.h /usr/bin/install -c -m 644 ../../gcc/ccmp.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ccmp.h /usr/bin/install -c -m 644 ../../gcc/cfg-flags.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfg-flags.def /usr/bin/install -c -m 644 ../../gcc/cfg.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfg.h /usr/bin/install -c -m 644 ../../gcc/cfganal.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfganal.h /usr/bin/install -c -m 644 ../../gcc/cfgbuild.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfgbuild.h /usr/bin/install -c -m 644 ../../gcc/cfgcleanup.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfgcleanup.h /usr/bin/install -c -m 644 ../../gcc/cfgexpand.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfgexpand.h /usr/bin/install -c -m 644 ../../gcc/cfghooks.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfghooks.h /usr/bin/install -c -m 644 ../../gcc/cfgloop.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfgloop.h /usr/bin/install -c -m 644 ../../gcc/cfgloopmanip.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfgloopmanip.h /usr/bin/install -c -m 644 ../../gcc/cfgrtl.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cfgrtl.h /usr/bin/install -c -m 644 ../../gcc/cgraph.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cgraph.h /usr/bin/install -c -m 644 ../../gcc/cif-code.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cif-code.def /usr/bin/install -c -m 644 ../../gcc/collect-utils.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/collect-utils.h /usr/bin/install -c -m 644 ../../gcc/collect2-aix.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/collect2-aix.h /usr/bin/install -c -m 644 ../../gcc/collect2.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/collect2.h /usr/bin/install -c -m 644 ../../gcc/color-macros.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/color-macros.h /usr/bin/install -c -m 644 ../../gcc/conditions.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/conditions.h /usr/bin/install -c -m 644 config.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config.h /usr/bin/install -c -m 644 ../../gcc/config/dbxelf.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/dbxelf.h /usr/bin/install -c -m 644 ../../gcc/config/elfos.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/elfos.h /usr/bin/install -c -m 644 ../../gcc/config/glibc-stdint.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/glibc-stdint.h /usr/bin/install -c -m 644 ../../gcc/config/gnu-user.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/gnu-user.h /usr/bin/install -c -m 644 ../../gcc/config/i386/att.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/att.h /usr/bin/install -c -m 644 ../../gcc/config/i386/biarch64.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/biarch64.h /usr/bin/install -c -m 644 ../../gcc/config/i386/gnu-user-common.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/gnu-user-common.h /usr/bin/install -c -m 644 ../../gcc/config/i386/gnu-user64.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/gnu-user64.h /usr/bin/install -c -m 644 ../../gcc/config/i386/i386-protos.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/i386-protos.h /usr/bin/install -c -m 644 ../../gcc/config/i386/i386.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/i386.h /usr/bin/install -c -m 644 ../../gcc/config/i386/linux-common.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/linux-common.h /usr/bin/install -c -m 644 ../../gcc/config/i386/linux64.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/linux64.h /usr/bin/install -c -m 644 ../../gcc/config/i386/unix.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/unix.h /usr/bin/install -c -m 644 ../../gcc/config/i386/x86-64.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/i386/x86-64.h /usr/bin/install -c -m 644 ../../gcc/config/initfini-array.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/initfini-array.h /usr/bin/install -c -m 644 ../../gcc/config/linux-android.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/linux-android.h /usr/bin/install -c -m 644 ../../gcc/config/linux-protos.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/linux-protos.h /usr/bin/install -c -m 644 ../../gcc/config/linux.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/linux.h /usr/bin/install -c -m 644 ../../gcc/config/vxworks-dummy.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/config/vxworks-dummy.h /usr/bin/install -c -m 644 configargs.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/configargs.h /usr/bin/install -c -m 644 ../../gcc/context.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/context.h /usr/bin/install -c -m 644 ../../gcc/convert.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/convert.h /usr/bin/install -c -m 644 ../../gcc/coretypes.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/coretypes.h /usr/bin/install -c -m 644 ../../gcc/coroutine-builtins.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/coroutine-builtins.def /usr/bin/install -c -m 644 ../../gcc/coverage.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/coverage.h /usr/bin/install -c -m 644 ../../gcc/cppbuiltin.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cppbuiltin.h /usr/bin/install -c -m 644 ../../gcc/cppdefault.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cppdefault.h /usr/bin/install -c -m 644 ../../gcc/cselib.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/cselib.h /usr/bin/install -c -m 644 ../../gcc/data-streamer.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/data-streamer.h /usr/bin/install -c -m 644 ../../gcc/dbgcnt.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dbgcnt.def /usr/bin/install -c -m 644 ../../gcc/dbgcnt.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dbgcnt.h /usr/bin/install -c -m 644 ../../gcc/dbxout.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dbxout.h /usr/bin/install -c -m 644 ../../gcc/dce.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dce.h /usr/bin/install -c -m 644 ../../gcc/ddg.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ddg.h /usr/bin/install -c -m 644 ../../gcc/debug.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/debug.h /usr/bin/install -c -m 644 ../../gcc/defaults.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/defaults.h /usr/bin/install -c -m 644 ../../gcc/df.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/df.h /usr/bin/install -c -m 644 ../../gcc/dfp.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dfp.h /usr/bin/install -c -m 644 ../../gcc/diagnostic-color.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/diagnostic-color.h /usr/bin/install -c -m 644 ../../gcc/diagnostic-core.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/diagnostic-core.h /usr/bin/install -c -m 644 ../../gcc/diagnostic-event-id.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/diagnostic-event-id.h /usr/bin/install -c -m 644 ../../gcc/diagnostic-metadata.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/diagnostic-metadata.h /usr/bin/install -c -m 644 ../../gcc/diagnostic-path.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/diagnostic-path.h /usr/bin/install -c -m 644 ../../gcc/diagnostic-url.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/diagnostic-url.h /usr/bin/install -c -m 644 ../../gcc/diagnostic.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/diagnostic.def /usr/bin/install -c -m 644 ../../gcc/diagnostic.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/diagnostic.h /usr/bin/install -c -m 644 ../../gcc/digraph.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/digraph.h /usr/bin/install -c -m 644 ../../gcc/dojump.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dojump.h /usr/bin/install -c -m 644 ../../gcc/dominance.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dominance.h /usr/bin/install -c -m 644 ../../gcc/domwalk.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/domwalk.h /usr/bin/install -c -m 644 ../../gcc/double-int.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/double-int.h /usr/bin/install -c -m 644 ../../gcc/dump-context.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dump-context.h /usr/bin/install -c -m 644 ../../gcc/dumpfile.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dumpfile.h /usr/bin/install -c -m 644 ../../gcc/dwarf2asm.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dwarf2asm.h /usr/bin/install -c -m 644 ../../gcc/dwarf2out.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/dwarf2out.h /usr/bin/install -c -m 644 ../../gcc/edit-context.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/edit-context.h /usr/bin/install -c -m 644 ../../gcc/emit-rtl.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/emit-rtl.h /usr/bin/install -c -m 644 ../../gcc/errors.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/errors.h /usr/bin/install -c -m 644 ../../gcc/escaped_string.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/escaped_string.h /usr/bin/install -c -m 644 ../../gcc/et-forest.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/et-forest.h /usr/bin/install -c -m 644 ../../gcc/except.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/except.h /usr/bin/install -c -m 644 ../../gcc/explow.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/explow.h /usr/bin/install -c -m 644 ../../gcc/expmed.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/expmed.h /usr/bin/install -c -m 644 ../../gcc/expr.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/expr.h /usr/bin/install -c -m 644 ../../gcc/fibonacci_heap.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/fibonacci_heap.h /usr/bin/install -c -m 644 ../../gcc/file-find.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/file-find.h /usr/bin/install -c -m 644 ../../gcc/file-prefix-map.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/file-prefix-map.h /usr/bin/install -c -m 644 ../../gcc/fixed-value.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/fixed-value.h /usr/bin/install -c -m 644 ../../gcc/flag-types.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/flag-types.h /usr/bin/install -c -m 644 ../../gcc/flags.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/flags.h /usr/bin/install -c -m 644 ../../gcc/fold-const-call.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/fold-const-call.h /usr/bin/install -c -m 644 ../../gcc/fold-const.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/fold-const.h /usr/bin/install -c -m 644 ../../gcc/function-abi.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/function-abi.h /usr/bin/install -c -m 644 ../../gcc/function.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/function.h /usr/bin/install -c -m 644 ../../gcc/gcc-plugin.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gcc-plugin.h /usr/bin/install -c -m 644 ../../gcc/gcc-rich-location.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gcc-rich-location.h /usr/bin/install -c -m 644 ../../gcc/gcc-symtab.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gcc-symtab.h /usr/bin/install -c -m 644 ../../gcc/gcc.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gcc.h /usr/bin/install -c -m 644 ../../gcc/gcov-counter.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gcov-counter.def /usr/bin/install -c -m 644 ../../gcc/gcov-io.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gcov-io.h /usr/bin/install -c -m 644 ../../gcc/gcse-common.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gcse-common.h /usr/bin/install -c -m 644 ../../gcc/gcse.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gcse.h /usr/bin/install -c -m 644 ../../gcc/generic-match.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/generic-match.h /usr/bin/install -c -m 644 ../../gcc/gengtype.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gengtype.h /usr/bin/install -c -m 644 genrtl.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/genrtl.h /usr/bin/install -c -m 644 ../../gcc/gensupport.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gensupport.h /usr/bin/install -c -m 644 ../../gcc/ggc-internal.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ggc-internal.h /usr/bin/install -c -m 644 ../../gcc/ggc.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ggc.h /usr/bin/install -c -m 644 ../../gcc/gimple-array-bounds.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-array-bounds.h /usr/bin/install -c -m 644 ../../gcc/gimple-builder.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-builder.h /usr/bin/install -c -m 644 ../../gcc/gimple-expr.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-expr.h /usr/bin/install -c -m 644 ../../gcc/gimple-fold.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-fold.h /usr/bin/install -c -m 644 ../../gcc/gimple-iterator.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-iterator.h /usr/bin/install -c -m 644 ../../gcc/gimple-low.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-low.h /usr/bin/install -c -m 644 ../../gcc/gimple-match.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-match.h /usr/bin/install -c -m 644 ../../gcc/gimple-predict.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-predict.h /usr/bin/install -c -m 644 ../../gcc/gimple-pretty-print.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-pretty-print.h /usr/bin/install -c -m 644 ../../gcc/gimple-range-cache.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-range-cache.h /usr/bin/install -c -m 644 ../../gcc/gimple-range-edge.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-range-edge.h /usr/bin/install -c -m 644 ../../gcc/gimple-range-gori.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-range-gori.h /usr/bin/install -c -m 644 ../../gcc/gimple-range.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-range.h /usr/bin/install -c -m 644 ../../gcc/gimple-ssa-evrp-analyze.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-ssa-evrp-analyze.h /usr/bin/install -c -m 644 ../../gcc/gimple-ssa-warn-restrict.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-ssa-warn-restrict.h /usr/bin/install -c -m 644 ../../gcc/gimple-ssa.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-ssa.h /usr/bin/install -c -m 644 ../../gcc/gimple-streamer.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-streamer.h /usr/bin/install -c -m 644 ../../gcc/gimple-walk.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple-walk.h /usr/bin/install -c -m 644 ../../gcc/gimple.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple.def /usr/bin/install -c -m 644 ../../gcc/gimple.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimple.h /usr/bin/install -c -m 644 ../../gcc/gimplify-me.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimplify-me.h /usr/bin/install -c -m 644 ../../gcc/gimplify.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gimplify.h /usr/bin/install -c -m 644 ../../gcc/glimits.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/glimits.h /usr/bin/install -c -m 644 ../../gcc/graph.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/graph.h /usr/bin/install -c -m 644 ../../gcc/graphds.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/graphds.h /usr/bin/install -c -m 644 ../../gcc/graphite.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/graphite.h /usr/bin/install -c -m 644 ../../gcc/graphviz.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/graphviz.h /usr/bin/install -c -m 644 ../../gcc/gsstruct.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gsstruct.def /usr/bin/install -c -m 644 ../../gcc/gstab.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gstab.h /usr/bin/install -c -m 644 ../../gcc/gsyms.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gsyms.h /usr/bin/install -c -m 644 ../../gcc/gsyslimits.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gsyslimits.h /usr/bin/install -c -m 644 ../../gcc/gtm-builtins.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gtm-builtins.def /usr/bin/install -c -m 644 gtype-desc.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/gtype-desc.h /usr/bin/install -c -m 644 ../../gcc/hard-reg-set.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hard-reg-set.h /usr/bin/install -c -m 644 ../../gcc/hash-map-traits.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hash-map-traits.h /usr/bin/install -c -m 644 ../../gcc/hash-map.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hash-map.h /usr/bin/install -c -m 644 ../../gcc/hash-set.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hash-set.h /usr/bin/install -c -m 644 ../../gcc/hash-table.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hash-table.h /usr/bin/install -c -m 644 ../../gcc/hash-traits.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hash-traits.h /usr/bin/install -c -m 644 ../../gcc/highlev-plugin-common.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/highlev-plugin-common.h /usr/bin/install -c -m 644 ../../gcc/hooks.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hooks.h /usr/bin/install -c -m 644 ../../gcc/hosthooks-def.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hosthooks-def.h /usr/bin/install -c -m 644 ../../gcc/hosthooks.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hosthooks.h /usr/bin/install -c -m 644 ../../gcc/hw-doloop.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hw-doloop.h /usr/bin/install -c -m 644 ../../gcc/hwint.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/hwint.h /usr/bin/install -c -m 644 ../../gcc/ifcvt.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ifcvt.h /usr/bin/install -c -m 644 ../../gcc/inchash.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/inchash.h /usr/bin/install -c -m 644 ../../gcc/incpath.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/incpath.h /usr/bin/install -c -m 644 ../../gcc/input.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/input.h /usr/bin/install -c -m 644 ../../gcc/insn-addr.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-addr.h /usr/bin/install -c -m 644 insn-attr-common.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-attr-common.h /usr/bin/install -c -m 644 insn-attr.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-attr.h /usr/bin/install -c -m 644 insn-codes.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-codes.h /usr/bin/install -c -m 644 insn-config.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-config.h /usr/bin/install -c -m 644 insn-constants.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-constants.h /usr/bin/install -c -m 644 insn-flags.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-flags.h /usr/bin/install -c -m 644 insn-modes-inline.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-modes-inline.h /usr/bin/install -c -m 644 insn-modes.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-modes.h /usr/bin/install -c -m 644 ../../gcc/insn-notes.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/insn-notes.def /usr/bin/install -c -m 644 ../../gcc/int-vector-builder.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/int-vector-builder.h /usr/bin/install -c -m 644 ../../gcc/internal-fn.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/internal-fn.def /usr/bin/install -c -m 644 ../../gcc/internal-fn.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/internal-fn.h /usr/bin/install -c -m 644 ../../gcc/intl.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/intl.h /usr/bin/install -c -m 644 ../../gcc/ipa-fnsummary.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-fnsummary.h /usr/bin/install -c -m 644 ../../gcc/ipa-icf-gimple.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-icf-gimple.h /usr/bin/install -c -m 644 ../../gcc/ipa-icf.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-icf.h /usr/bin/install -c -m 644 ../../gcc/ipa-inline.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-inline.h /usr/bin/install -c -m 644 ../../gcc/ipa-modref-tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-modref-tree.h /usr/bin/install -c -m 644 ../../gcc/ipa-modref.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-modref.h /usr/bin/install -c -m 644 ../../gcc/ipa-param-manipulation.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-param-manipulation.h /usr/bin/install -c -m 644 ../../gcc/ipa-predicate.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-predicate.h /usr/bin/install -c -m 644 ../../gcc/ipa-prop.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-prop.h /usr/bin/install -c -m 644 ../../gcc/ipa-ref.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-ref.h /usr/bin/install -c -m 644 ../../gcc/ipa-reference.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-reference.h /usr/bin/install -c -m 644 ../../gcc/ipa-utils.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ipa-utils.h /usr/bin/install -c -m 644 ../../gcc/ira-int.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ira-int.h /usr/bin/install -c -m 644 ../../gcc/ira.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ira.h /usr/bin/install -c -m 644 ../../gcc/is-a.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/is-a.h /usr/bin/install -c -m 644 ../../gcc/iterator-utils.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/iterator-utils.h /usr/bin/install -c -m 644 ../../gcc/json.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/json.h /usr/bin/install -c -m 644 ../../gcc/langhooks-def.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/langhooks-def.h /usr/bin/install -c -m 644 ../../gcc/langhooks.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/langhooks.h /usr/bin/install -c -m 644 ../../gcc/lcm.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/lcm.h /usr/bin/install -c -m 644 ../../gcc/libfuncs.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/libfuncs.h /usr/bin/install -c -m 644 ../../gcc/limitx.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/limitx.h /usr/bin/install -c -m 644 ../../gcc/limity.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/limity.h /usr/bin/install -c -m 644 ../../gcc/loop-unroll.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/loop-unroll.h /usr/bin/install -c -m 644 ../../gcc/lower-subreg.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/lower-subreg.h /usr/bin/install -c -m 644 ../../gcc/lra-int.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/lra-int.h /usr/bin/install -c -m 644 ../../gcc/lra.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/lra.h /usr/bin/install -c -m 644 ../../gcc/lto-compress.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/lto-compress.h /usr/bin/install -c -m 644 ../../gcc/lto-section-names.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/lto-section-names.h /usr/bin/install -c -m 644 ../../gcc/lto-streamer.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/lto-streamer.h /usr/bin/install -c -m 644 ../../gcc/machmode.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/machmode.def /usr/bin/install -c -m 644 ../../gcc/machmode.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/machmode.h /usr/bin/install -c -m 644 ../../gcc/mem-stats-traits.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/mem-stats-traits.h /usr/bin/install -c -m 644 ../../gcc/mem-stats.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/mem-stats.h /usr/bin/install -c -m 644 ../../gcc/memmodel.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/memmodel.h /usr/bin/install -c -m 644 ../../gcc/memory-block.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/memory-block.h /usr/bin/install -c -m 644 ../../gcc/mode-classes.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/mode-classes.def /usr/bin/install -c -m 644 ../../gcc/mux-utils.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/mux-utils.h /usr/bin/install -c -m 644 ../../gcc/obstack-utils.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/obstack-utils.h /usr/bin/install -c -m 644 ../../gcc/omp-builtins.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/omp-builtins.def /usr/bin/install -c -m 644 ../../gcc/omp-expand.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/omp-expand.h /usr/bin/install -c -m 644 ../../gcc/omp-general.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/omp-general.h /usr/bin/install -c -m 644 ../../gcc/omp-low.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/omp-low.h /usr/bin/install -c -m 644 ../../gcc/omp-offload.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/omp-offload.h /usr/bin/install -c -m 644 ../../gcc/omp-simd-clone.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/omp-simd-clone.h /usr/bin/install -c -m 644 ../../gcc/opt-problem.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/opt-problem.h /usr/bin/install -c -m 644 ../../gcc/opt-suggestions.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/opt-suggestions.h /usr/bin/install -c -m 644 ../../gcc/optabs-libfuncs.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/optabs-libfuncs.h /usr/bin/install -c -m 644 ../../gcc/optabs-query.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/optabs-query.h /usr/bin/install -c -m 644 ../../gcc/optabs-tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/optabs-tree.h /usr/bin/install -c -m 644 ../../gcc/optabs.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/optabs.def /usr/bin/install -c -m 644 ../../gcc/optabs.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/optabs.h /usr/bin/install -c -m 644 ../../gcc/optinfo-emit-json.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/optinfo-emit-json.h /usr/bin/install -c -m 644 ../../gcc/optinfo.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/optinfo.h /usr/bin/install -c -m 644 options.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/options.h /usr/bin/install -c -m 644 ../../gcc/opts-diagnostic.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/opts-diagnostic.h /usr/bin/install -c -m 644 ../../gcc/opts.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/opts.h /usr/bin/install -c -m 644 ../../gcc/ordered-hash-map.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ordered-hash-map.h /usr/bin/install -c -m 644 ../../gcc/output.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/output.h /usr/bin/install -c -m 644 pass-instances.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/pass-instances.def /usr/bin/install -c -m 644 ../../gcc/pass_manager.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/pass_manager.h /usr/bin/install -c -m 644 ../../gcc/passes.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/passes.def /usr/bin/install -c -m 644 plugin-version.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/plugin-version.h /usr/bin/install -c -m 644 ../../gcc/plugin.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/plugin.def /usr/bin/install -c -m 644 ../../gcc/plugin.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/plugin.h /usr/bin/install -c -m 644 ../../gcc/poly-int-types.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/poly-int-types.h /usr/bin/install -c -m 644 ../../gcc/poly-int.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/poly-int.h /usr/bin/install -c -m 644 ../../gcc/predict.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/predict.def /usr/bin/install -c -m 644 ../../gcc/predict.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/predict.h /usr/bin/install -c -m 644 ../../gcc/prefix.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/prefix.h /usr/bin/install -c -m 644 ../../gcc/pretty-print.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/pretty-print.h /usr/bin/install -c -m 644 ../../gcc/print-rtl.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/print-rtl.h /usr/bin/install -c -m 644 ../../gcc/print-tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/print-tree.h /usr/bin/install -c -m 644 ../../gcc/profile-count.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/profile-count.h /usr/bin/install -c -m 644 ../../gcc/profile.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/profile.h /usr/bin/install -c -m 644 ../../gcc/range-op.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/range-op.h /usr/bin/install -c -m 644 ../../gcc/range.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/range.h /usr/bin/install -c -m 644 ../../gcc/read-md.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/read-md.h /usr/bin/install -c -m 644 ../../gcc/read-rtl-function.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/read-rtl-function.h /usr/bin/install -c -m 644 ../../gcc/real.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/real.h /usr/bin/install -c -m 644 ../../gcc/realmpfr.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/realmpfr.h /usr/bin/install -c -m 644 ../../gcc/recog.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/recog.h /usr/bin/install -c -m 644 ../../gcc/reg-notes.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/reg-notes.def /usr/bin/install -c -m 644 ../../gcc/regcprop.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/regcprop.h /usr/bin/install -c -m 644 ../../gcc/regrename.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/regrename.h /usr/bin/install -c -m 644 ../../gcc/regs.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/regs.h /usr/bin/install -c -m 644 ../../gcc/regset.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/regset.h /usr/bin/install -c -m 644 ../../gcc/reload.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/reload.h /usr/bin/install -c -m 644 ../../gcc/resource.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/resource.h /usr/bin/install -c -m 644 ../../gcc/rtl-error.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtl-error.h /usr/bin/install -c -m 644 ../../gcc/rtl-iter.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtl-iter.h /usr/bin/install -c -m 644 ../../gcc/rtl-ssa.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtl-ssa.h /usr/bin/install -c -m 644 ../../gcc/rtl.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtl.def /usr/bin/install -c -m 644 ../../gcc/rtl.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtl.h /usr/bin/install -c -m 644 ../../gcc/rtlanal.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtlanal.h /usr/bin/install -c -m 644 ../../gcc/rtlhash.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtlhash.h /usr/bin/install -c -m 644 ../../gcc/rtlhooks-def.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtlhooks-def.h /usr/bin/install -c -m 644 ../../gcc/rtx-vector-builder.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/rtx-vector-builder.h /usr/bin/install -c -m 644 ../../gcc/run-rtl-passes.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/run-rtl-passes.h /usr/bin/install -c -m 644 ../../gcc/sanitizer.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sanitizer.def /usr/bin/install -c -m 644 ../../gcc/sbitmap.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sbitmap.h /usr/bin/install -c -m 644 ../../gcc/sched-int.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sched-int.h /usr/bin/install -c -m 644 ../../gcc/sel-sched-dump.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sel-sched-dump.h /usr/bin/install -c -m 644 ../../gcc/sel-sched-ir.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sel-sched-ir.h /usr/bin/install -c -m 644 ../../gcc/sel-sched.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sel-sched.h /usr/bin/install -c -m 644 ../../gcc/selftest-diagnostic.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/selftest-diagnostic.h /usr/bin/install -c -m 644 ../../gcc/selftest-rtl.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/selftest-rtl.h /usr/bin/install -c -m 644 ../../gcc/selftest.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/selftest.h /usr/bin/install -c -m 644 ../../gcc/sese.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sese.h /usr/bin/install -c -m 644 ../../gcc/shortest-paths.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/shortest-paths.h /usr/bin/install -c -m 644 ../../gcc/shrink-wrap.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/shrink-wrap.h /usr/bin/install -c -m 644 ../../gcc/signop.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/signop.h /usr/bin/install -c -m 644 ../../gcc/sparseset.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sparseset.h /usr/bin/install -c -m 644 ../../gcc/spellcheck-tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/spellcheck-tree.h /usr/bin/install -c -m 644 ../../gcc/spellcheck.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/spellcheck.h /usr/bin/install -c -m 644 ../../gcc/splay-tree-utils.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/splay-tree-utils.h /usr/bin/install -c -m 644 ../../gcc/sreal.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sreal.h /usr/bin/install -c -m 644 ../../gcc/ssa-iterators.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ssa-iterators.h /usr/bin/install -c -m 644 ../../gcc/ssa.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ssa.h /usr/bin/install -c -m 644 ../../gcc/stab.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/stab.def /usr/bin/install -c -m 644 ../../gcc/statistics.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/statistics.h /usr/bin/install -c -m 644 ../../gcc/stmt.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/stmt.h /usr/bin/install -c -m 644 ../../gcc/stor-layout.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/stor-layout.h /usr/bin/install -c -m 644 ../../gcc/streamer-hooks.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/streamer-hooks.h /usr/bin/install -c -m 644 ../../gcc/stringpool.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/stringpool.h /usr/bin/install -c -m 644 ../../gcc/substring-locations.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/substring-locations.h /usr/bin/install -c -m 644 ../../gcc/symbol-summary.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/symbol-summary.h /usr/bin/install -c -m 644 ../../gcc/symtab-clones.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/symtab-clones.h /usr/bin/install -c -m 644 ../../gcc/symtab-thunks.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/symtab-thunks.h /usr/bin/install -c -m 644 ../../gcc/sync-builtins.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/sync-builtins.def /usr/bin/install -c -m 644 ../../gcc/system.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/system.h /usr/bin/install -c -m 644 ../../gcc/target-def.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/target-def.h /usr/bin/install -c -m 644 ../../gcc/target-globals.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/target-globals.h /usr/bin/install -c -m 644 ../../gcc/target-hooks-macros.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/target-hooks-macros.h /usr/bin/install -c -m 644 ../../gcc/target-insns.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/target-insns.def /usr/bin/install -c -m 644 ../../gcc/target.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/target.def /usr/bin/install -c -m 644 ../../gcc/target.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/target.h /usr/bin/install -c -m 644 ../../gcc/targhooks.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/targhooks.h /usr/bin/install -c -m 644 ../../gcc/timevar.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/timevar.def /usr/bin/install -c -m 644 ../../gcc/timevar.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/timevar.h /usr/bin/install -c -m 644 tm-preds.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tm-preds.h /usr/bin/install -c -m 644 tm.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tm.h /usr/bin/install -c -m 644 tm_p.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tm_p.h /usr/bin/install -c -m 644 ../../gcc/toplev.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/toplev.h /usr/bin/install -c -m 644 ../../gcc/tracer.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tracer.h /usr/bin/install -c -m 644 ../../gcc/trans-mem.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/trans-mem.h /usr/bin/install -c -m 644 ../../gcc/tree-affine.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-affine.h /usr/bin/install -c -m 644 ../../gcc/tree-cfg.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-cfg.h /usr/bin/install -c -m 644 ../../gcc/tree-cfgcleanup.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-cfgcleanup.h /usr/bin/install -c -m 644 tree-check.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-check.h /usr/bin/install -c -m 644 ../../gcc/tree-chrec.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-chrec.h /usr/bin/install -c -m 644 ../../gcc/tree-core.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-core.h /usr/bin/install -c -m 644 ../../gcc/tree-data-ref.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-data-ref.h /usr/bin/install -c -m 644 ../../gcc/tree-dfa.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-dfa.h /usr/bin/install -c -m 644 ../../gcc/tree-diagnostic.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-diagnostic.h /usr/bin/install -c -m 644 ../../gcc/tree-dump.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-dump.h /usr/bin/install -c -m 644 ../../gcc/tree-eh.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-eh.h /usr/bin/install -c -m 644 ../../gcc/tree-hash-traits.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-hash-traits.h /usr/bin/install -c -m 644 ../../gcc/tree-hasher.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-hasher.h /usr/bin/install -c -m 644 ../../gcc/tree-if-conv.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-if-conv.h /usr/bin/install -c -m 644 ../../gcc/tree-inline.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-inline.h /usr/bin/install -c -m 644 ../../gcc/tree-into-ssa.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-into-ssa.h /usr/bin/install -c -m 644 ../../gcc/tree-iterator.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-iterator.h /usr/bin/install -c -m 644 ../../gcc/tree-nested.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-nested.h /usr/bin/install -c -m 644 ../../gcc/tree-object-size.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-object-size.h /usr/bin/install -c -m 644 ../../gcc/tree-outof-ssa.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-outof-ssa.h /usr/bin/install -c -m 644 ../../gcc/tree-parloops.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-parloops.h /usr/bin/install -c -m 644 ../../gcc/tree-pass.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-pass.h /usr/bin/install -c -m 644 ../../gcc/tree-phinodes.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-phinodes.h /usr/bin/install -c -m 644 ../../gcc/tree-pretty-print.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-pretty-print.h /usr/bin/install -c -m 644 ../../gcc/tree-scalar-evolution.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-scalar-evolution.h /usr/bin/install -c -m 644 ../../gcc/tree-sra.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-sra.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-address.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-address.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-alias-compare.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-alias-compare.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-alias.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-alias.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-ccp.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-ccp.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-coalesce.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-coalesce.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-dce.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-dce.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-dom.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-dom.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-dse.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-dse.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-live.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-live.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-loop-ivopts.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-loop-ivopts.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-loop-manip.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-loop-manip.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-loop-niter.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-loop-niter.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-loop.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-loop.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-math-opts.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-math-opts.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-operands.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-operands.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-propagate.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-propagate.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-reassoc.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-reassoc.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-sccvn.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-sccvn.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-scopedtables.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-scopedtables.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-strlen.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-strlen.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-ter.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-ter.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-threadedge.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-threadedge.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa-threadupdate.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa-threadupdate.h /usr/bin/install -c -m 644 ../../gcc/tree-ssa.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssa.h /usr/bin/install -c -m 644 ../../gcc/tree-ssanames.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-ssanames.h /usr/bin/install -c -m 644 ../../gcc/tree-stdarg.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-stdarg.h /usr/bin/install -c -m 644 ../../gcc/tree-streamer.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-streamer.h /usr/bin/install -c -m 644 ../../gcc/tree-switch-conversion.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-switch-conversion.h /usr/bin/install -c -m 644 ../../gcc/tree-vector-builder.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-vector-builder.h /usr/bin/install -c -m 644 ../../gcc/tree-vectorizer.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-vectorizer.h /usr/bin/install -c -m 644 ../../gcc/tree-vrp.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree-vrp.h /usr/bin/install -c -m 644 ../../gcc/tree.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree.def /usr/bin/install -c -m 644 ../../gcc/tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tree.h /usr/bin/install -c -m 644 ../../gcc/treestruct.def /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/treestruct.def /usr/bin/install -c -m 644 ../../gcc/tristate.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tristate.h /usr/bin/install -c -m 644 ../../gcc/tsan.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tsan.h /usr/bin/install -c -m 644 ../../gcc/tsystem.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/tsystem.h /usr/bin/install -c -m 644 ../../gcc/typeclass.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/typeclass.h /usr/bin/install -c -m 644 ../../gcc/typed-splay-tree.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/typed-splay-tree.h /usr/bin/install -c -m 644 ../../gcc/ubsan.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/ubsan.h /usr/bin/install -c -m 644 ../../gcc/valtrack.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/valtrack.h /usr/bin/install -c -m 644 ../../gcc/value-prof.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/value-prof.h /usr/bin/install -c -m 644 ../../gcc/value-query.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/value-query.h /usr/bin/install -c -m 644 ../../gcc/value-range-equiv.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/value-range-equiv.h /usr/bin/install -c -m 644 ../../gcc/value-range.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/value-range.h /usr/bin/install -c -m 644 ../../gcc/varasm.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/varasm.h /usr/bin/install -c -m 644 ../../gcc/vec-perm-indices.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/vec-perm-indices.h /usr/bin/install -c -m 644 ../../gcc/vec.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/vec.h /usr/bin/install -c -m 644 ../../gcc/vector-builder.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/vector-builder.h /usr/bin/install -c -m 644 ../../gcc/version.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/version.h /usr/bin/install -c -m 644 ../../gcc/vmsdbg.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/vmsdbg.h /usr/bin/install -c -m 644 ../../gcc/vr-values.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/vr-values.h /usr/bin/install -c -m 644 ../../gcc/vtable-verify.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/vtable-verify.h /usr/bin/install -c -m 644 ../../gcc/wide-int-bitmask.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/wide-int-bitmask.h /usr/bin/install -c -m 644 ../../gcc/wide-int-print.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/wide-int-print.h /usr/bin/install -c -m 644 ../../gcc/wide-int.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/wide-int.h /usr/bin/install -c -m 644 ../../gcc/xcoff.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/xcoff.h /usr/bin/install -c -m 644 ../../gcc/xcoffout.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/xcoffout.h /usr/bin/install -c -m 644 b-header-vars /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/include/b-header-vars make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/gcc' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/intl' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/intl' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libbacktrace' true DO=all multi-do # make make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libbacktrace' true DO=install multi-do # make make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libbacktrace' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libbacktrace' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcpp' test -f config.h || (rm -f stamp-h1 && make stamp-h1) cats=""; for cat in $cats; do \ lang=`basename $cat | sed 's/\.gmo$//'`; \ if [ -f $cat ]; then :; \ elif [ -f ../../libcpp/$cat ]; then cat=../../libcpp/$cat; \ else continue; \ fi; \ dir=/home/lfs/build/x86_64/tools/share/locale/$lang/LC_MESSAGES; \ echo /usr/bin/install -c -m 644 $cat $dir/cpplib.mo; \ /usr/bin/install -c -m 644 $cat $dir/cpplib.mo; \ done make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcpp' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libdecnumber' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libdecnumber' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty/testsuite' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty/testsuite' if test -n ""; then \ /bin/sh ../../libiberty/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/`gcc -mtune=generic -print-multi-os-directory`; \ /usr/bin/install -c -m 644 ./libiberty.a /home/lfs/build/x86_64/tools/lib/`gcc -mtune=generic -print-multi-os-directory`/./libiberty.an; \ ( cd /home/lfs/build/x86_64/tools/lib/`gcc -mtune=generic -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \ mv -f /home/lfs/build/x86_64/tools/lib/`gcc -mtune=generic -print-multi-os-directory`/./libiberty.an /home/lfs/build/x86_64/tools/lib/`gcc -mtune=generic -print-multi-os-directory`/./libiberty.a; \ case "" in \ /*) thd=;; \ *) thd=/home/lfs/build/x86_64/tools/include/;; \ esac; \ /bin/sh ../../libiberty/../mkinstalldirs ${thd}; \ for h in ../../libiberty/../include/ansidecl.h ../../libiberty/../include/demangle.h ../../libiberty/../include/dyn-string.h ../../libiberty/../include/fibheap.h ../../libiberty/../include/floatformat.h ../../libiberty/../include/hashtab.h ../../libiberty/../include/libiberty.h ../../libiberty/../include/objalloc.h ../../libiberty/../include/partition.h ../../libiberty/../include/safe-ctype.h ../../libiberty/../include/sort.h ../../libiberty/../include/splay-tree.h ../../libiberty/../include/timeval-utils.h; do \ /usr/bin/install -c -m 644 $h ${thd}; \ done; \ fi make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty/testsuite' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty/testsuite' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libiberty' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/c++tools' /bin/sh ../../c++tools/../mkinstalldirs /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0 /usr/bin/install -c g++-mapper-server /home/lfs/build/x86_64/tools/libexec/gcc/x86_64-lfs-linux-gnu/11.2.0 make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/c++tools' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcc1' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcc1' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/lfs/build/x86_64/tools/lib/../lib' /bin/sh ./libtool --mode=install /usr/bin/install -c libcc1.la '/home/lfs/build/x86_64/tools/lib/../lib' libtool: install: /usr/bin/install -c .libs/libcc1.so.0.0.0 /home/lfs/build/x86_64/tools/lib/../lib/libcc1.so.0.0.0 libtool: install: (cd /home/lfs/build/x86_64/tools/lib/../lib && { ln -s -f libcc1.so.0.0.0 libcc1.so.0 || { rm -f libcc1.so.0 && ln -s libcc1.so.0.0.0 libcc1.so.0; }; }) libtool: install: (cd /home/lfs/build/x86_64/tools/lib/../lib && { ln -s -f libcc1.so.0.0.0 libcc1.so || { rm -f libcc1.so && ln -s libcc1.so.0.0.0 libcc1.so; }; }) libtool: install: /usr/bin/install -c .libs/libcc1.lai /home/lfs/build/x86_64/tools/lib/../lib/libcc1.la libtool: finish: PATH="/home/lfs/build/x86_64/tools/bin:/usr/bin:/sbin" ldconfig -n /home/lfs/build/x86_64/tools/lib/../lib ---------------------------------------------------------------------- Libraries have been installed in: /home/lfs/build/x86_64/tools/lib/../lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin' /bin/sh ./libtool --mode=install /usr/bin/install -c libcc1plugin.la libcp1plugin.la '/home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin' libtool: install: /usr/bin/install -c .libs/libcc1plugin.so.0.0.0 /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/libcc1plugin.so.0.0.0 libtool: install: (cd /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin && { ln -s -f libcc1plugin.so.0.0.0 libcc1plugin.so.0 || { rm -f libcc1plugin.so.0 && ln -s libcc1plugin.so.0.0.0 libcc1plugin.so.0; }; }) libtool: install: (cd /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin && { ln -s -f libcc1plugin.so.0.0.0 libcc1plugin.so || { rm -f libcc1plugin.so && ln -s libcc1plugin.so.0.0.0 libcc1plugin.so; }; }) libtool: install: /usr/bin/install -c .libs/libcc1plugin.lai /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/libcc1plugin.la libtool: install: /usr/bin/install -c .libs/libcp1plugin.so.0.0.0 /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/libcp1plugin.so.0.0.0 libtool: install: (cd /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin && { ln -s -f libcp1plugin.so.0.0.0 libcp1plugin.so.0 || { rm -f libcp1plugin.so.0 && ln -s libcp1plugin.so.0.0.0 libcp1plugin.so.0; }; }) libtool: install: (cd /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin && { ln -s -f libcp1plugin.so.0.0.0 libcp1plugin.so || { rm -f libcp1plugin.so && ln -s libcp1plugin.so.0.0.0 libcp1plugin.so; }; }) libtool: install: /usr/bin/install -c .libs/libcp1plugin.lai /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin/libcp1plugin.la libtool: finish: PATH="/home/lfs/build/x86_64/tools/bin:/usr/bin:/sbin" ldconfig -n /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin ---------------------------------------------------------------------- Libraries have been installed in: /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/plugin If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcc1' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/libcc1' make[3]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' /bin/sh ../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0 /usr/bin/install -c -m 644 libgcc.a /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/ chmod 644 /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/libgcc.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/libgcc.a /usr/bin/install -c -m 644 libgcov.a /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/ chmod 644 /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/libgcov.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/libgcov.a parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/$file; \ /usr/bin/install -c -m 644 $file /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../.././gcc/$file ;; \ esac; \ done /bin/sh ../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /usr/bin/install -c -m 644 unwind.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /bin/sh ../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /usr/bin/install -c -m 644 ../../../libgcc/gcov.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include make[4]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/32/libgcc' /bin/sh ../../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32 mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32 /usr/bin/install -c -m 644 libgcc.a /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32/ chmod 644 /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32/libgcc.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32/libgcc.a /usr/bin/install -c -m 644 libgcov.a /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32/ chmod 644 /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32/libgcov.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32/libgcov.a parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32/$file; \ /usr/bin/install -c -m 644 $file /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/32/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/32/$file ;; \ esac; \ done /bin/sh ../../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /usr/bin/install -c -m 644 unwind.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /bin/sh ../../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /usr/bin/install -c -m 644 ../../../../libgcc/gcov.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/32/libgcc' make[5]: Entering directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/x32/libgcc' /bin/sh ../../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32 mkdir -p -- /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32 /usr/bin/install -c -m 644 libgcc.a /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32/ chmod 644 /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32/libgcc.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32/libgcc.a /usr/bin/install -c -m 644 libgcov.a /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32/ chmod 644 /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32/libgcov.a /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32/libgcov.a parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtprec32.o crtprec64.o crtprec80.o crtfastmath.o"; \ for file in $parts; do \ rm -f /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32/$file; \ /usr/bin/install -c -m 644 $file /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/x32/; \ case $file in \ *.a) \ /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ranlib ../../.././gcc/x32/$file ;; \ esac; \ done /bin/sh ../../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /usr/bin/install -c -m 644 unwind.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /bin/sh ../../../../libgcc/../mkinstalldirs /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include /usr/bin/install -c -m 644 ../../../../libgcc/gcov.h /home/lfs/build/x86_64/tools/lib/gcc/x86_64-lfs-linux-gnu/11.2.0/include make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/x32/libgcc' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build/x86_64-lfs-linux-gnu/libgcc' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/gcc-11.2.0/build' Totalseconds: 239 KB: 2312236 /home/lfs/build/x86_64/ 2021-08-26 09:35:23 exec_hook package_done chapter05 502-gcc-pass1 END: 2021-08-26 09:35:23