Build tree for "calc"
on toolchain "musl"
- 2
None
- 0
None
- 127
/usr/sbin/pacman -T chrpath
- 0
/usr/sbin/pacman -T readline
- ?
sudo /usr/sbin/pacman --noconfirm --color never --noprogressbar -S --asdeps chrpath
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
)
1 /usr/bin/tty
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 /usr/sbin/pacman -T chrpath
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
2 make USE_READLINE=-DUSE_READLINE READLINE_LIB=-lreadline READLINE_EXTRAS=-lhistory -lncurses -j1
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c if [ ! -d /usr/include ]; then \
echo "ERROR: critical directory missing: /usr/include" 1>&2; \
echo "Without this critical directory, we cannot compile." 1>&2; \
echo 1>&2; \
echo "Perhaps your system isn't setup to compile C source?" 1>&2; \
echo "For example, Apple OS X / darwin requres that XCode" 1>&2; \
echo "must be installed and that you run the command:" 1>&2; \
echo 1>&2; \
echo " xcode-select --install" 1>&2; \
echo 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c if [ ! -f /usr/include/stdio.h ]; then \
echo "ERROR: critical include files are missing" 1>&2; \
echo "Without this critical directory, we cannot compile." 1>&2; \
echo 1>&2; \
echo "Perhaps your system isn't setup to compile C source?" 1>&2; \
echo "For example, Apple OS X / darwin requres that XCode" 1>&2; \
echo "must be installed and that you run the command:" 1>&2; \
echo 1>&2; \
echo " xcode-select --install" 1>&2; \
echo 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c r="calc-dynamic-only"; \
if [ "calc-dynamic-only" != "$r" ]; then \
echo "NOTE: The host target Linux defaults to a build" 1>&2; \
echo " type of: calc-dynamic-only, so you need to use" 1>&2; \
echo " the following make command:" 1>&2; \
echo "" 1>&2; \
echo " make -f Makefile clobber" 1>&2; \
echo " make -f Makefile $r BLD_TYPE=$r" 1>&2; \
echo "" 1>&2; \
echo "NOTE: It is a very good idea to first clobber any" 1>&2; \
echo " previously built .o, libs and executables" 1>&2; \
echo " before switching to $r!" 1>&2; \
echo "" 1>&2; \
echo "=== aborting make ===" 1>&2; \
exit 1; \
fi
- 0
/bin/sh -c for i in .static calc-static sample_rand-static sample_many-static \
libcalc.a custom/libcustcalc.a; do \
r="calc-dynamic-only"; \
if [ -r "$i" ]; then \
echo "Found the static target $i file. You must:" 1>&2; \
echo "" 1>&2; \
echo " make -f Makefile clobber" 1>&2; \
echo " make -f Makefile $r BLD_TYPE=$r" 1>&2; \
echo "" 1>&2; \
echo "to clean out any previously built static files." 1>&2; \
echo "" 1>&2; \
echo "=== aborting make ===" 1>&2; \
exit 2; \
fi; \
done
- 0
/bin/sh -c echo '/*' > have_unistd.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_unistd.h
- 0
/bin/sh -c echo ' */' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_UNISTD_H)' >> have_unistd.h
- 0
/bin/sh -c echo '#define CALC_HAVE_UNISTD_H' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_unistd.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_UNISTD_H /* no */' >> have_unistd.h; \
elif [ -f /usr/include/unistd.h ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
elif [ -f /usr/include/unistd.h ]; then \
echo '#define HAVE_UNISTD_H /* yes */' >> have_unistd.h; \
else \
echo '#undef HAVE_UNISTD_H /* no */' >> have_unistd.h; \
fi
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '' >> have_unistd.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_UNISTD_H */' >> have_unistd.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_unistd.h =-=-='; \
cat have_unistd.h; \
echo '=-=-= end of have_unistd.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_stdlib.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_stdlib.h
- 0
/bin/sh -c echo ' */' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_STDLIB_H)' >> have_stdlib.h
- 0
/bin/sh -c echo '#define CALC_HAVE_STDLIB_H' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_stdlib.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_STDLIB_H /* no */' >> have_stdlib.h; \
elif [ -f /usr/include/stdlib.h ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
elif [ -f /usr/include/stdlib.h ]; then \
echo '#define HAVE_STDLIB_H /* yes */' >> have_stdlib.h; \
else \
echo '#undef HAVE_STDLIB_H /* no */' >> have_stdlib.h; \
fi
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '' >> have_stdlib.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_STDLIB_H */' >> have_stdlib.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_stdlib.h =-=-='; \
cat have_stdlib.h; \
echo '=-=-= end of have_stdlib.h =-=-='; \
echo ''; \
else \
true; \
fi
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name longbits.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/longbits.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o longbits.o -x c longbits.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o longbits /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib longbits.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c echo '/*' > longbits.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> longbits.h
- 0
/bin/sh -c echo ' */' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '#if !defined(__LONGBITS_H__)' >> longbits.h
- 0
/bin/sh -c echo '#define __LONGBITS_H__' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c ./longbits >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '' >> longbits.h
- 0
/bin/sh -c echo '#endif /* !__LONGBITS_H__ */' >> longbits.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of longbits.h =-=-='; \
cat longbits.h; \
echo '=-=-= end of longbits.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > align32.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> align32.h
- 0
/bin/sh -c echo ' */' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '#if !defined(__MUST_ALIGN32_H__)' >> align32.h
- 0
/bin/sh -c echo '#define __MUST_ALIGN32_H__' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '/* must we always align 32 bit accesses? */' >> align32.h
- 0
/bin/sh -c if [ X"-DMUST_ALIGN32" = X ]; then \
echo '/* forced to align 32 bit values */' >> align32.h; \
echo '#define MUST_ALIGN32' >> align32.h; \
else \
true; \
fi
- 0
/bin/sh -c if [ X"-UMUST_ALIGN32" = X ]; then \
echo '/* forced to not require 32 bit alignment */' >> align32.h; \
echo '#undef MUST_ALIGN32' >> align32.h; \
else \
true; \
fi
- 0
/bin/sh -c if [ X = X ]; then \
rm -f align32.o align32; \
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC align32.c -c >/dev/null 2>&1; \
gcc align32.o -o align32 >/dev/null 2>&1; \
/bin/sh -c \
"./align32 >align32_tmp 2>/dev/null" >/dev/null 2>&1; \
if [ -s align32_tmp ]; then \
cat align32_tmp >> align32.h; \
else \
echo '/* guess we must align 32 bit values */' >> align32.h; \
echo '#define MUST_ALIGN32' >> align32.h; \
fi; \
rm -f align32 align32.o align32_tmp core; \
else \
true; \
fi
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name align32.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/align32.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o align32.o -x c align32.c
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? gcc align32.o -o align32
- 127
/bin/sh -c ./align32 >align32_tmp 2>/dev/null
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '' >> align32.h
- 0
/bin/sh -c echo '#endif /* !__MUST_ALIGN32_H__ */' >> align32.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of align32.h =-=-='; \
cat align32.h; \
echo '=-=-= end of align32.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_string.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_string.h
- 0
/bin/sh -c echo ' */' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_STRING_H)' >> have_string.h
- 0
/bin/sh -c echo '#define CALC_HAVE_STRING_H' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_string.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_STRING_H /* yes */' >> have_string.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_STRING_H /* no */' >> have_string.h; \
elif [ -f /usr/include/string.h ]; then \
echo '#define HAVE_STRING_H /* yes */' >> have_string.h; \
elif [ -f /usr/include/string.h ]; then \
echo '#define HAVE_STRING_H /* yes */' >> have_string.h; \
else \
echo '#undef HAVE_STRING_H /* no */' >> have_string.h; \
fi
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '' >> have_string.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_STRING_H */' >> have_string.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_string.h =-=-='; \
cat have_string.h; \
echo '=-=-= end of have_string.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > args.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> args.h
- 0
/bin/sh -c echo ' */' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '#if !defined(__ARGS_H__)' >> args.h
- 0
/bin/sh -c echo '#define __ARGS_H__' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_stdvs.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_stdvs.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_stdvs.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_stdvs.o -x c have_stdvs.c
- 0
/bin/sh -c gcc have_stdvs.o -o have_stdvs \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_stdvs /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_stdvs.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c if ./have_stdvs >>args.h 2>/dev/null; then \
touch have_args.sh; \
else \
true; \
fi
- 0
/bin/sh -c if [ ! -f have_args.sh ] && [ X"" = X ]; then \
rm -f have_stdvs.o have_stdvs have_varvs.o; \
rm -f have_varvs; \
gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_varvs.c -c \
2>/dev/null; \
gcc have_varvs.o -o have_varvs 2>/dev/null; \
if ./have_varvs >>args.h 2>/dev/null; then \
touch have_args.sh; \
else \
true; \
fi; \
else \
true; \
fi
- 0
/bin/sh -c if [ -f have_args.sh ]; then \
echo 'exit 0' > have_args.sh; \
else \
echo 'exit 1' > have_args.sh; \
echo "Unable to determine what type of variable args and"; \
echo "what type of vsprintf() should be used. Set or change"; \
echo "the Makefile variable HAVE_VSPRINTF."; \
fi
- 0
sh ./have_args.sh
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '' >> args.h
- 0
/bin/sh -c echo '#endif /* !__ARGS_H__ */' >> args.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of args.h =-=-='; \
cat args.h; \
echo '=-=-= end of args.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > calcerr.h
- 0
/bin/sh -c echo ' * DO NOT EDIT' >> calcerr.h
- 0
/bin/sh -c echo ' *' >> calcerr.h
- 0
/bin/sh -c echo ' * generated by calcerr.tbl via Makefile' >> calcerr.h
- 0
/bin/sh -c echo ' */' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '#if !defined(__CALCERR_H__)' >> calcerr.h
- 0
/bin/sh -c echo '#define __CALCERR_H__' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c sed -f calcerr_h.sed < calcerr.tbl | \
awk -f calcerr_h.awk >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '' >> calcerr.h
- 0
/bin/sh -c echo '#endif /* !__CALCERR_H__ */' >> calcerr.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of calcerr.h =-=-='; \
cat calcerr.h; \
echo '=-=-= end of calcerr.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > conf.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> conf.h
- 0
/bin/sh -c echo ' */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '#if !defined(__CONF_H__)' >> conf.h
- 0
/bin/sh -c echo '#define __CONF_H__' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the default :-separated search path */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(DEFAULTCALCPATH)' >> conf.h
- 0
/bin/sh -c echo '#define DEFAULTCALCPATH ".:./cal:~/.cal:/usr/share/calc:/usr/share/calc/custom"' >> conf.h
- 0
/bin/sh -c echo '#endif /* DEFAULTCALCPATH */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the default :-separated startup file list */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(DEFAULTCALCRC)' >> conf.h
- 0
/bin/sh -c echo '#define DEFAULTCALCRC "/usr/share/calc/startup:~/.calcrc:./.calcinit"' >> conf.h
- 0
/bin/sh -c echo '#endif /* DEFAULTCALCRC */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the location of the help directory */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(HELPDIR)' >> conf.h
- 0
/bin/sh -c echo '#define HELPDIR "/usr/share/calc/help"' >> conf.h
- 0
/bin/sh -c echo '#endif /* HELPDIR */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the location of the custom help directory */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(CUSTOMHELPDIR)' >> conf.h
- 0
/bin/sh -c echo '#define CUSTOMHELPDIR "/usr/share/calc/custhelp"' >> conf.h
- 0
/bin/sh -c echo '#endif /* CUSTOMHELPDIR */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '/* the default pager to use */' >> conf.h
- 0
/bin/sh -c echo '#if !defined(DEFAULTCALCPAGER)' >> conf.h
- 0
/bin/sh -c echo '#define DEFAULTCALCPAGER "less"' >> conf.h
- 0
/bin/sh -c echo '#endif /* DEFAULTCALCPAGER */' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '' >> conf.h
- 0
/bin/sh -c echo '#endif /* !__CONF_H__ */' >> conf.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of conf.h =-=-='; \
cat conf.h; \
echo '=-=-= end of conf.h =-=-='; \
echo ''; \
else \
true; \
fi
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name endian.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/endian.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o endian.o -x c endian.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o endian /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib endian.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c echo '/*' > endian_calc.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> endian_calc.h
- 0
/bin/sh -c echo ' */' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '#if !defined(__ENDIAN_CALC_H__)' >> endian_calc.h
- 0
/bin/sh -c echo '#define __ENDIAN_CALC_H__' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '/* what byte order are we? */' >> endian_calc.h
- 0
/bin/sh -c if [ X"" = X ]; then \
if [ -f /usr/include/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/machine/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/sys/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/machine/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
elif [ -f /usr/include/sys/endian.h ]; then \
echo '#include ' >> endian_calc.h; \
echo '#define CALC_BYTE_ORDER BYTE_ORDER' >> endian_calc.h; \
else \
./endian >> endian_calc.h; \
fi; \
else \
./endian >> endian_calc.h; \
fi
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '' >> endian_calc.h
- 0
/bin/sh -c echo '#endif /* !__ENDIAN_CALC_H__ */' >> endian_calc.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of endian_calc.h =-=-='; \
cat endian_calc.h; \
echo '=-=-= end of endian_calc.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_fpos.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_fpos.h
- 0
/bin/sh -c echo ' */' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_FPOS_H)' >> have_fpos.h
- 0
/bin/sh -c echo '#define CALC_HAVE_FPOS_H' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '/* do we have fgetpos & fsetpos functions? */' >> have_fpos.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_fpos.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_fpos.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_fpos.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_fpos.o -x c have_fpos.c
- 0
/bin/sh -c gcc have_fpos.o -o have_fpos \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_fpos /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_fpos.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_fpos > fpos_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_fpos > fpos_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s fpos_tmp ]; then \
cat fpos_tmp >> have_fpos.h; \
else \
echo '#undef HAVE_FPOS /* no */' >> have_fpos.h; \
echo '' >> have_fpos.h; \
echo 'typedef long FILEPOS;' >> have_fpos.h; \
fi
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '' >> have_fpos.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_FPOS_H */' >> have_fpos.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_fpos.h =-=-='; \
cat have_fpos.h; \
echo '=-=-= end of have_fpos.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_posscl.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_posscl.h
- 0
/bin/sh -c echo ' */' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_POSSCL_H)' >> have_posscl.h
- 0
/bin/sh -c echo '#define CALC_HAVE_POSSCL_H' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_posscl.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_posscl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_posscl.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_posscl.o -x c have_posscl.c
- 0
/bin/sh -c gcc have_posscl.o -o have_posscl \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? gcc have_posscl.o -o have_posscl
- 0
/bin/sh -c /bin/sh -c "./have_posscl > posscl_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 127
/bin/sh -c ./have_posscl > posscl_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s posscl_tmp ]; then \
cat posscl_tmp >> have_posscl.h; \
else \
echo '/* FILEPOS is not a simple value */' >> have_posscl.h; \
echo '#undef HAVE_FILEPOS_SCALAR' >> have_posscl.h; \
fi
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '' >> have_posscl.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_POSSCL_H */' >> have_posscl.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_posscl.h =-=-='; \
cat have_posscl.h; \
echo '=-=-= end of have_posscl.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_fpos_pos.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' \
>> have_fpos_pos.h
- 0
/bin/sh -c echo ' */' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_FPOS_POS_H)' >> have_fpos_pos.h
- 0
/bin/sh -c echo '#define CALC_HAVE_FPOS_POS_H' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '/* do we have fgetpos & fsetpos functions? */' \
>> have_fpos_pos.h
- 0
/bin/sh -c gcc \
-DCALC_SRC -DCUSTOM -Wall -fPIC have_fpos_pos.c -c >/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_fpos_pos.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_fpos_pos.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_fpos_pos.o -x c have_fpos_pos.c
- 0
/bin/sh -c gcc have_fpos_pos.o -o have_fpos_pos \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? gcc have_fpos_pos.o -o have_fpos_pos
- 0
/bin/sh -c /bin/sh -c "./have_fpos_pos > fpos_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 127
/bin/sh -c ./have_fpos_pos > fpos_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s fpos_tmp ]; then \
cat fpos_tmp >> have_fpos_pos.h; \
else \
echo '#undef HAVE_FPOS_POS /* no */' >> have_fpos_pos.h; \
echo '' >> have_fpos_pos.h; \
echo '#undef FPOS_POS_BITS' >> have_fpos_pos.h; \
fi
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '' >> have_fpos_pos.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_FPOS_POS_H */' >> have_fpos_pos.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_fpos_pos.h =-=-='; \
cat have_fpos_pos.h; \
echo '=-=-= end of have_fpos_pos.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_offscl.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_offscl.h
- 0
/bin/sh -c echo ' */' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_OFFSCL_H)' >> have_offscl.h
- 0
/bin/sh -c echo '#define CALC_HAVE_OFFSCL_H' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_offscl.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_offscl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_offscl.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_offscl.o -x c have_offscl.c
- 0
/bin/sh -c gcc have_offscl.o -o have_offscl \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_offscl /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_offscl.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_offscl > offscl_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_offscl > offscl_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s offscl_tmp ]; then \
cat offscl_tmp >> have_offscl.h; \
else \
echo '#undef HAVE_OFF_T_SCALAR /* off_t is not a simple value */' \
>> have_offscl.h; \
fi
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '' >> have_offscl.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_OFFSCL_H */' >> have_offscl.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_offscl.h =-=-='; \
cat have_offscl.h; \
echo '=-=-= end of have_offscl.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > fposval.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> fposval.h
- 0
/bin/sh -c echo ' */' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '#if !defined(__FPOSVAL_H__)' >> fposval.h
- 0
/bin/sh -c echo '#define __FPOSVAL_H__' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '/* what are our file position & size types? */' >> fposval.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC \
fposval.c -c >/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name fposval.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/fposval.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o fposval.o -x c fposval.c
- 0
/bin/sh -c gcc fposval.o -o fposval >/dev/null \
2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o fposval /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib fposval.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./fposval fposv_tmp >> fposval.h 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./fposval fposv_tmp >> fposval.h 2>/dev/null
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '' >> fposval.h
- 0
/bin/sh -c echo '#endif /* !__FPOSVAL_H__ */' >> fposval.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of fposval.h =-=-='; \
cat fposval.h; \
echo '=-=-= end of fposval.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_const.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_const.h
- 0
/bin/sh -c echo ' */' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_CONST_H)' >> have_const.h
- 0
/bin/sh -c echo '#define CALC_HAVE_CONST_H' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '/* do we have or want const? */' >> have_const.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_const.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_const.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_const.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_const.o -x c have_const.c
- 0
/bin/sh -c gcc have_const.o -o have_const \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_const /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_const.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_const > const_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_const > const_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s const_tmp ]; then \
cat const_tmp >> have_const.h; \
else \
echo '#undef HAVE_CONST /* no */' >> have_const.h; \
echo '#undef CONST' >> have_const.h; \
echo '#define CONST /* no */' >> have_const.h; \
fi
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '' >> have_const.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_CONST_H */' >> have_const.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_const.h =-=-='; \
cat have_const.h; \
echo '=-=-= end of have_const.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_memmv.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_memmv.h
- 0
/bin/sh -c echo ' */' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_MEMMV_H)' >> have_memmv.h
- 0
/bin/sh -c echo '#define CALC_HAVE_MEMMV_H' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '/* do we have or want memmove()? */' >> have_memmv.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_memmv.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_memmv.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_memmv.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_memmv.o -x c have_memmv.c
- 0
/bin/sh -c gcc have_memmv.o -o have_memmv \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_memmv /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_memmv.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_memmv > memmv_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_memmv > memmv_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s memmv_tmp ]; then \
cat memmv_tmp >> have_memmv.h; \
else \
echo '#undef HAVE_MEMMOVE /* no */' >> have_memmv.h; \
fi
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '' >> have_memmv.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_MEMMV_H */' >> have_memmv.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_memmv.h =-=-='; \
cat have_memmv.h; \
echo '=-=-= end of have_memmv.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_newstr.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_newstr.h
- 0
/bin/sh -c echo ' */' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_NEWSTR_H)' >> have_newstr.h
- 0
/bin/sh -c echo '#define CALC_HAVE_NEWSTR_H' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '/* do we have or want memcpy(), memset() & strchr()? */' \
>> have_newstr.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_newstr.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_newstr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_newstr.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_newstr.o -x c have_newstr.c
- 0
/bin/sh -c gcc have_newstr.o -o have_newstr \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_newstr /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_newstr.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_newstr > newstr_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_newstr > newstr_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s newstr_tmp ]; then \
cat newstr_tmp >> have_newstr.h; \
else \
echo '#undef HAVE_NEWSTR /* no */' >> have_newstr.h; \
fi
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '' >> have_newstr.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_NEWSTR_H */' >> have_newstr.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_newstr.h =-=-='; \
cat have_newstr.h; \
echo '=-=-= end of have_newstr.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_times.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_times.h
- 0
/bin/sh -c echo ' */' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_TIMES_H)' >> have_times.h
- 0
/bin/sh -c echo '#define CALC_HAVE_TIMES_H' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '/* do we have ? */' >> have_times.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_TIMES_H /* yes */' >> have_times.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_TIMES_H /* no */' >> have_times.h; \
elif [ -f /usr/include/times.h ]; then \
echo '#define HAVE_TIMES_H /* yes */' >> have_times.h; \
elif [ -f /usr/include/times.h ]; then \
echo '#define HAVE_TIMES_H /* yes */' >> have_times.h; \
else \
echo '#undef HAVE_TIMES_H /* no */' >> have_times.h; \
fi
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_SYS_TIMES_H /* yes */' >> have_times.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_SYS_TIMES_H /* no */' >> have_times.h; \
elif [ -f /usr/include/sys/times.h ]; then \
echo '#define HAVE_SYS_TIMES_H /* yes */' >> have_times.h; \
elif [ -f /usr/include/sys/times.h ]; then \
echo '#define HAVE_SYS_TIMES_H /* yes */' >> have_times.h; \
else \
echo '#undef HAVE_SYS_TIMES_H /* no */' >> have_times.h; \
fi
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_TIME_H /* yes */' >> have_times.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_TIME_H /* no */' >> have_times.h; \
elif [ -f /usr/include/time.h ]; then \
echo '#define HAVE_TIME_H /* yes */' >> have_times.h; \
elif [ -f /usr/include/time.h ]; then \
echo '#define HAVE_TIME_H /* yes */' >> have_times.h; \
else \
echo '#undef HAVE_TIME_H /* no */' >> have_times.h; \
fi
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_SYS_TIME_H /* yes */' >> have_times.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_SYS_TIME_H /* no */' >> have_times.h; \
elif [ -f /usr/include/sys/time.h ]; then \
echo '#define HAVE_SYS_TIME_H /* yes */' >> have_times.h; \
elif [ -f /usr/include/sys/time.h ]; then \
echo '#define HAVE_SYS_TIME_H /* yes */' >> have_times.h; \
else \
echo '#undef HAVE_SYS_TIME_H /* no */' >> have_times.h; \
fi
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '' >> have_times.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_TIMES_H */' >> have_times.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_times.h =-=-='; \
cat have_times.h; \
echo '=-=-= end of have_times.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_uid_t.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_uid_t.h
- 0
/bin/sh -c echo ' */' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_UID_T_H)' >> have_uid_t.h
- 0
/bin/sh -c echo '#define CALC_HAVE_UID_T_H' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '/* do we have or want uid_t? */' >> have_uid_t.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_uid_t.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_uid_t.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_uid_t.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_uid_t.o -x c have_uid_t.c
- 0
/bin/sh -c gcc have_uid_t.o -o have_uid_t \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_uid_t /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_uid_t.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_uid_t > uid_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_uid_t > uid_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s uid_tmp ]; then \
cat uid_tmp >> have_uid_t.h; \
else \
echo '#undef HAVE_UID_T /* no */' >> have_uid_t.h; \
fi
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '' >> have_uid_t.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_UID_T_H */' >> have_uid_t.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_uid_t.h =-=-='; \
cat have_uid_t.h; \
echo '=-=-= end of have_uid_t.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > terminal.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> terminal.h
- 0
/bin/sh -c echo ' */' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '#if !defined(__TERMINAL_H__)' >> terminal.h
- 0
/bin/sh -c echo '#define __TERMINAL_H__' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '/* determine the type of terminal interface */' >> terminal.h
- 0
/bin/sh -c echo '#if !defined(USE_TERMIOS)' >> terminal.h
- 0
/bin/sh -c echo '#if !defined(USE_TERMIO)' >> terminal.h
- 0
/bin/sh -c echo '#if !defined(USE_SGTTY)' >> terminal.h
- 0
/bin/sh -c if [ X"" = X"-DUSE_WIN32" ]; then \
echo '/* windoz, use none of these modes */' >> terminal.h; \
echo '#undef USE_TERMIOS /* */' >> terminal.h; \
echo '#undef USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
elif [ -f /usr/include/termios.h ]; then \
echo '/* use termios */' >> terminal.h; \
echo '#define USE_TERMIOS /* */' >> terminal.h; \
echo '#undef USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
elif [ -f /usr/include/termio.h ]; then \
echo '/* use termio */' >> terminal.h; \
echo '#undef USE_TERMIOS /* */' >> terminal.h; \
echo '#define USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
elif [ -f /usr/include/termios.h ]; then \
echo '/* use termios */' >> terminal.h; \
echo '#define USE_TERMIOS /* */' >> terminal.h; \
echo '#undef USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
elif [ -f /usr/include/termio.h ]; then \
echo '/* use termio */' >> terminal.h; \
echo '#undef USE_TERMIOS /* */' >> terminal.h; \
echo '#define USE_TERMIO /* */' >> terminal.h; \
echo '#undef USE_SGTTY /* */' >> terminal.h; \
else \
echo '/* use sgtty */' >> terminal.h; \
echo '#undef USE_TERMIOS /* */' >> terminal.h; \
echo '#undef USE_TERMIO /* */' >> terminal.h; \
echo '#define USE_SGTTY /* */' >> terminal.h; \
fi
- 0
/bin/sh -c echo '#endif' >> terminal.h
- 0
/bin/sh -c echo '#endif' >> terminal.h
- 0
/bin/sh -c echo '#endif' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '' >> terminal.h
- 0
/bin/sh -c echo '#endif /* !__TERMINAL_H__ */' >> terminal.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of terminal.h =-=-='; \
cat terminal.h; \
echo '=-=-= end of terminal.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_ustat.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_ustat.h
- 0
/bin/sh -c echo ' */' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_USTAT_H)' >> have_ustat.h
- 0
/bin/sh -c echo '#define CALC_HAVE_USTAT_H' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '/* do we have or want ustat()? */' >> have_ustat.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_ustat.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_ustat.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_ustat.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_ustat.o -x c have_ustat.c
- 0
/bin/sh -c gcc have_ustat.o -o have_ustat \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? gcc have_ustat.o -o have_ustat
- 0
/bin/sh -c /bin/sh -c "./have_ustat > ustat_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 127
/bin/sh -c ./have_ustat > ustat_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s ustat_tmp ]; then \
cat ustat_tmp >> have_ustat.h; \
else \
echo '#undef HAVE_USTAT /* no */' >> have_ustat.h; \
fi
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '' >> have_ustat.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_USTAT_H */' >> have_ustat.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_ustat.h =-=-='; \
cat have_ustat.h; \
echo '=-=-= end of have_ustat.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_getsid.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_getsid.h
- 0
/bin/sh -c echo ' */' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_GETSID_H)' >> have_getsid.h
- 0
/bin/sh -c echo '#define CALC_HAVE_GETSID_H' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '/* do we have or want getsid()? */' >> have_getsid.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getsid.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_getsid.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_getsid.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_getsid.o -x c have_getsid.c
- 0
/bin/sh -c gcc have_getsid.o -o have_getsid \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getsid /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_getsid.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_getsid > getsid_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_getsid > getsid_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s getsid_tmp ]; then \
cat getsid_tmp >> have_getsid.h; \
else \
echo '#undef HAVE_GETSID /* no */' >> have_getsid.h; \
fi
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '' >> have_getsid.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_GETSID_H */' >> have_getsid.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_getsid.h =-=-='; \
cat have_getsid.h; \
echo '=-=-= end of have_getsid.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_getpgid.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_getpgid.h
- 0
/bin/sh -c echo ' */' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_GETPGID_H)' >> have_getpgid.h
- 0
/bin/sh -c echo '#define CALC_HAVE_GETPGID_H' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '/* do we have or want getpgid()? */' >> have_getpgid.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getpgid.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_getpgid.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_getpgid.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_getpgid.o -x c have_getpgid.c
- 0
/bin/sh -c gcc have_getpgid.o -o have_getpgid \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getpgid /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_getpgid.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_getpgid > getpgid_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_getpgid > getpgid_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s getpgid_tmp ]; then \
cat getpgid_tmp >> have_getpgid.h; \
else \
echo '#undef HAVE_GETPGID /* no */' >> have_getpgid.h; \
fi
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '' >> have_getpgid.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_GETPGID_H */' >> have_getpgid.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_getpgid.h =-=-='; \
cat have_getpgid.h; \
echo '=-=-= end of have_getpgid.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_gettime.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_gettime.h
- 0
/bin/sh -c echo ' */' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_GETTIME_H)' >> have_gettime.h
- 0
/bin/sh -c echo '#define CALC_HAVE_GETTIME_H' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '/* do we have or want clock_gettime()? */' >> have_gettime.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_gettime.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_gettime.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_gettime.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_gettime.o -x c have_gettime.c
- 0
/bin/sh -c gcc have_gettime.o -o have_gettime \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_gettime /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_gettime.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_gettime > gettime_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_gettime > gettime_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s gettime_tmp ]; then \
cat gettime_tmp >> have_gettime.h; \
else \
echo '#undef HAVE_GETTIME /* no */' >> have_gettime.h; \
fi
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '' >> have_gettime.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_GETTIME_H */' >> have_gettime.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_gettime.h =-=-='; \
cat have_gettime.h; \
echo '=-=-= end of have_gettime.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_getprid.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_getprid.h
- 0
/bin/sh -c echo ' */' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_GETPRID_H)' >> have_getprid.h
- 0
/bin/sh -c echo '#define CALC_HAVE_GETPRID_H' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '/* do we have or want getprid()? */' >> have_getprid.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_getprid.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_getprid.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_getprid.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_getprid.o -x c have_getprid.c
- 0
/bin/sh -c gcc have_getprid.o -o have_getprid \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_getprid /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_getprid.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_getprid > getprid_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 127
/bin/sh -c ./have_getprid > getprid_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s getprid_tmp ]; then \
cat getprid_tmp >> have_getprid.h; \
else \
echo '#undef HAVE_GETPRID /* no */' >> have_getprid.h; \
fi
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '' >> have_getprid.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_GETPRID_H */' >> have_getprid.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_getprid.h =-=-='; \
cat have_getprid.h; \
echo '=-=-= end of have_getprid.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_urandom.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_urandom.h
- 0
/bin/sh -c echo ' */' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_URANDOM_H)' >> have_urandom.h
- 0
/bin/sh -c echo '#define CALC_HAVE_URANDOM_H' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '/* do we have /dev/urandom? */' >> have_urandom.h
- 0
/bin/sh -c if [ X"" = X"YES" ]; then \
echo '#define HAVE_URANDOM_H /* yes */' >> have_urandom.h; \
elif [ X"" = X"NO" ]; then \
echo '#undef HAVE_URANDOM_H /* no */' >> have_urandom.h; \
elif [ -r /dev/urandom ] 2>/dev/null; then \
echo '#define HAVE_URANDOM_H /* yes */' >> have_urandom.h; \
else \
echo '#undef HAVE_URANDOM_H /* no */' >> have_urandom.h; \
fi
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '' >> have_urandom.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_URANDOM_H */' >> have_urandom.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_urandom.h =-=-='; \
cat have_urandom.h; \
echo '=-=-= end of have_urandom.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_rusage.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> \
have_rusage.h
- 0
/bin/sh -c echo ' */' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_RUSAGE_H)' >> have_rusage.h
- 0
/bin/sh -c echo '#define CALC_HAVE_RUSAGE_H' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '/* do we have or want getrusage()? */' >> have_rusage.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_rusage.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_rusage.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_rusage.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_rusage.o -x c have_rusage.c
- 0
/bin/sh -c gcc have_rusage.o -o have_rusage \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_rusage /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_rusage.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_rusage > rusage_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_rusage > rusage_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s rusage_tmp ]; then \
cat rusage_tmp >> have_rusage.h; \
else \
echo '#undef HAVE_GETRUSAGE /* no */' >> have_rusage.h; \
fi
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '' >> have_rusage.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_RUSAGE_H */' >> have_rusage.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_rusage.h =-=-='; \
cat have_rusage.h; \
echo '=-=-= end of have_rusage.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_strdup.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_strdup.h
- 0
/bin/sh -c echo ' */' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_STRDUP_H)' >> have_strdup.h
- 0
/bin/sh -c echo '#define CALC_HAVE_STRDUP_H' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '/* do we have or want getstrdup()? */' >> have_strdup.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_strdup.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_strdup.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_strdup.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_strdup.o -x c have_strdup.c
- 0
/bin/sh -c gcc have_strdup.o -o have_strdup \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_strdup /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_strdup.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_strdup > strdup_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_strdup > strdup_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s strdup_tmp ]; then \
cat strdup_tmp >> have_strdup.h; \
else \
echo '#undef HAVE_STRDUP /* no */' >> have_strdup.h; \
fi
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '' >> have_strdup.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_STRDUP_H */' >> have_strdup.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_strdup.h =-=-='; \
cat have_strdup.h; \
echo '=-=-= end of have_strdup.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > have_unused.h
- 0
/bin/sh -c echo ' * DO NOT EDIT -- generated by the Makefile' >> have_unused.h
- 0
/bin/sh -c echo ' */' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '#if !defined(CALC_HAVE_UNUSED_H)' >> have_unused.h
- 0
/bin/sh -c echo '#define CALC_HAVE_UNUSED_H' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '/* do we have/want the unused attribute? */' >> have_unused.h
- 0
/bin/sh -c gcc -DCALC_SRC -DCUSTOM -Wall -fPIC have_unused.c -c \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name have_unused.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/have_unused.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o have_unused.o -x c have_unused.c
- 0
/bin/sh -c gcc have_unused.o -o have_unused \
>/dev/null 2>&1; true
- hardcoded invocation: abs (/usr/bin/gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o have_unused /sysroot/bin/../lib/crt1.o /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbegin.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib have_unused.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtend.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c /bin/sh -c "./have_unused > unused_tmp 2>/dev/null" \
>/dev/null 2>&1; true
- 0
/bin/sh -c ./have_unused > unused_tmp 2>/dev/null
- 0
/bin/sh -c if [ -s unused_tmp ]; then \
cat unused_tmp >> have_unused.h; \
else \
echo '#undef HAVE_UNUSED /* no */' >> have_unused.h; \
echo '#undef UNUSED' >> have_unused.h; \
echo '#define UNUSED /* no */' >> have_unused.h; \
fi
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '' >> have_unused.h
- 0
/bin/sh -c echo '#endif /* !CALC_HAVE_UNUSED_H */' >> have_unused.h
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of have_unused.h =-=-='; \
cat have_unused.h; \
echo '=-=-= end of have_unused.h =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c echo '/*' > calcerr.c
- 0
/bin/sh -c echo ' * DO NOT EDIT' >> calcerr.c
- 0
/bin/sh -c echo ' *' >> calcerr.c
- 0
/bin/sh -c echo ' * generated by calcerr.tbl via Makefile' >> calcerr.c
- 0
/bin/sh -c echo ' */' >> calcerr.c
- 0
/bin/sh -c echo '' >> calcerr.c
- 0
/bin/sh -c sed -f calcerr_c.sed < calcerr.tbl | \
awk -f calcerr_c.awk >> calcerr.c
- 0
/bin/sh -c if [ -z "@" ]; then \
echo ''; \
echo '=-=-= start of calcerr.c =-=-='; \
cat calcerr.c; \
echo '=-=-= end of calcerr.c =-=-='; \
echo ''; \
else \
true; \
fi
- 0
/bin/sh -c uname -s 2>/dev/null
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile start of custom/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Invoking all rule for custom =-=-=-=-='
- 0
/bin/sh -c cd custom; make -f Makefile ALLOW_CUSTOM="-DCUSTOM" AR=ar AWK=awk BINDIR="/usr/bin" BLD_TYPE="calc-dynamic-only" CALC_INCDIR="/usr/include/calc" CALC_SHAREDIR="/usr/share/calc" CAT=cat CC=" gcc " CCERR="" CCMISC="" CCOPT="-O3 -g3" CCWARN="-Wall" CC_SHARE="-fPIC" CFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.." CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS="-DCALC_SRC -DCUSTOM -Wall -I.." COMMON_LDFLAGS="" CP=cp CUSTOMCALDIR="/usr/share/calc/custom" CUSTOMHELPDIR="/usr/share/calc/custhelp" CUSTOMINCDIR="/usr/include/calc/custom" DEBUG="-O3 -g3" DEFAULT_LIB_INSTALL_PATH="/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib" FMT=fmt GREP=egrep HELPDIR="/usr/share/calc/help" ICFLAGS="-DCALC_SRC -DCUSTOM -Wall -fPIC -I.." ILDFLAGS="" INCDIR="/usr/include" LANG=C LCC="gcc" LDCONFIG=ldconfig LDFLAGS=" " LD_SHARE=""-Wl,-rpath,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib" "-Wl,-rpath-link,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib"" LIBCUSTCALC_SHLIB="-shared "-Wl,-soname,libcustcalc.so.2.12.5.3"" LIBDIR="/usr/lib" LN=ln MAKE=make MAKEDEPEND=makedepend MAKE_FILE=Makefile MKDIR=mkdir MV=mv PURIFY="" Q="@" RANLIB="ranlib" RM=rm RMDIR=rmdir SCRIPTDIR="/usr/bin/cscript" SED=sed SORT=sort T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true VERSION=2.12.5.3 target=Linux all
- 0
make -f Makefile ALLOW_CUSTOM=-DCUSTOM AR=ar AWK=awk BINDIR=/usr/bin BLD_TYPE=calc-dynamic-only CALC_INCDIR=/usr/include/calc CALC_SHAREDIR=/usr/share/calc CAT=cat CC= gcc CCERR= CCMISC= CCOPT=-O3 -g3 CCWARN=-Wall CC_SHARE=-fPIC CFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC -O3 -g3 -I.. CHMOD=chmod CMP=cmp CO=co COMMON_CFLAGS=-DCALC_SRC -DCUSTOM -Wall -I.. COMMON_LDFLAGS= CP=cp CUSTOMCALDIR=/usr/share/calc/custom CUSTOMHELPDIR=/usr/share/calc/custhelp CUSTOMINCDIR=/usr/include/calc/custom DEBUG=-O3 -g3 DEFAULT_LIB_INSTALL_PATH=/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib FMT=fmt GREP=egrep HELPDIR=/usr/share/calc/help ICFLAGS=-DCALC_SRC -DCUSTOM -Wall -fPIC -I.. ILDFLAGS= INCDIR=/usr/include LANG=C LCC=gcc LDCONFIG=ldconfig LDFLAGS= LD_SHARE=-Wl,-rpath,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib -Wl,-rpath-link,/tmp/calc/src/calc-2.12.5.3:/lib:/usr/lib:/usr/lib:/usr/local/lib LIBCUSTCALC_SHLIB=-shared -Wl,-soname,libcustcalc.so.2.12.5.3 LIBDIR=/usr/lib LN=ln MAKE=make MAKEDEPEND=makedepend MAKE_FILE=Makefile MKDIR=mkdir MV=mv PURIFY= Q=@ RANLIB=ranlib RM=rm RMDIR=rmdir SCRIPTDIR=/usr/bin/cscript SED=sed SORT=sort T= TOP_MAKE_FILE=Makefile TOUCH=touch TRUE=true VERSION=2.12.5.3 target=Linux all
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name custtbl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/custtbl.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -I .. -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o custtbl.o -x c custtbl.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_argv.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_argv.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -I .. -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_argv.o -x c c_argv.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_devnull.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_devnull.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -I .. -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_devnull.o -x c c_devnull.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_help.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_help.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -I .. -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_help.o -x c c_help.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_sysinfo.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_sysinfo.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -I .. -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_sysinfo.o -x c c_sysinfo.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_pzasusb8.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_pzasusb8.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -I .. -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_pzasusb8.o -x c c_pzasusb8.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_pmodm127.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_pmodm127.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -I .. -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_pmodm127.o -x c c_pmodm127.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name c_register.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom/c_register.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -I .. -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3/custom -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o c_register.o -x c c_register.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/ld --sysroot=/sysroot --eh-frame-hdr -m elf_x86_64 -shared -o libcustcalc.so.2.12.5.3 /sysroot/bin/../lib/crti.o /sysroot/bin/../lib/clang/3.8.1/crtbeginS.o -L//../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/sysroot/bin/../lib -L/sysroot/lib -soname libcustcalc.so.2.12.5.3 custtbl.o c_argv.o c_devnull.o c_help.o c_sysinfo.o c_pzasusb8.o c_pmodm127.o c_register.o /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a -lc /sysroot/bin/../lib/clang/3.8.1/lib/linux/libclang_rt.builtins-x86_64.a /sysroot/bin/../lib/clang/3.8.1/crtendS.o /sysroot/bin/../lib/crtn.o
- 0
/bin/sh -c : echo '=-=-=-=-= Back to the main Makefile for custom/.all rule =-=-=-=-='
- 0
/bin/sh -c : echo '=-=-=-=-= Makefile end of custom/.all rule =-=-=-=-='
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name addop.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/addop.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o addop.o -x c addop.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name assocfunc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/assocfunc.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o assocfunc.o -x c assocfunc.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name blkcpy.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/blkcpy.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o blkcpy.o -x c blkcpy.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name block.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/block.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o block.o -x c block.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name byteswap.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/byteswap.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o byteswap.o -x c byteswap.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name calcerr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/calcerr.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o calcerr.o -x c calcerr.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name codegen.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/codegen.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o codegen.o -x c codegen.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name comfunc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/comfunc.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o comfunc.o -x c comfunc.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name commath.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/commath.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o commath.o -x c commath.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name config.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/config.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o config.o -x c config.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name const.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/const.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o const.o -x c const.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name custom.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/custom.o -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o custom.o -x c custom.c
- hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
hardcoded invocation: rel (gcc
/sysroot/bin/clang
)
? /sysroot/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name file.c -mrelocation-model pic -pic-level 2 -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-file /tmp/calc/src/calc-2.12.5.3/file.c -resource-dir /sysroot/bin/../lib/clang/3.8.1 -D CALC_SRC -D CUSTOM -isysroot /sysroot -internal-isystem /sysroot/usr/local/include -internal-isystem /sysroot/bin/../lib/clang/3.8.1/include -internal-externc-isystem /sysroot/include -internal-externc-isystem /sysroot/usr/include -O3 -Wall -Wno-error=long-long -Wno-long-long -fdebug-compilation-dir /tmp/calc/src/calc-2.12.5.3 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o file.o -x c file.c