Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/uboot-tools.spec'], chrootPath='/var/lib/mock/f29-build-15053282-1073073/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/uboot-tools.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Wrote: /builddir/build/SRPMS/uboot-tools-2018.09-2.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/uboot-tools.spec'], chrootPath='/var/lib/mock/f29-build-15053282-1073073/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/uboot-tools.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Al3Lwv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf u-boot-2018.09 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/u-boot-2018.09.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd u-boot-2018.09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + git init Initialized empty Git repository in /builddir/build/BUILD/u-boot-2018.09/.git/ + git config --global gc.auto 0 + git config user.email noone@example.com + git config user.name 'no one' + git add . + git commit -a -q -m '2018.09 baseline' + git am /builddir/build/SOURCES/uefi-use-Fedora-specific-path-name.patch /builddir/build/SOURCES/uefi-distro-load-FDT-from-any-partition-on-boot-device.patch /builddir/build/SOURCES/usb-kbd-fixes.patch /builddir/build/SOURCES/rpi-Enable-using-the-DT-provided-by-the-Raspberry-Pi.patch /builddir/build/SOURCES/rockchip-make_fit_atf-fix-warning-unit_address_vs_reg.patch /builddir/build/SOURCES/rockchip-make_fit_atf-use-elf-entry-point.patch /builddir/build/SOURCES/rk3399-Rock960-Ficus-board-support.patch /builddir/build/SOURCES/dragonboard-fixes.patch /builddir/build/SOURCES/tegra186-jetson-tx2-disable-onboard-emmc.patch /builddir/build/SOURCES/tegra-efi_loader-simplify-ifdefs.patch /builddir/build/SOURCES/tegra-TXx-Add-CONFIG_EFI_LOADER_BOUNCE_BUFFER.patch /builddir/build/SOURCES/tegra-fix-tx1.patch /builddir/build/SOURCES/sunxi-DT-A64-add-Pine64-LTS-support.patch /builddir/build/SOURCES/rpi-add-3Aplus.patch /builddir/build/SOURCES/uefi-fixes.patch Applying: use Fedora specific EFI path/name Applying: distro: load FDT from any partition on boot device Applying: usb kbd fixes Applying: rpi: Use firmware provided device tree Applying: rockchip: make_fit_atf: fix warning unit_address_vs_reg Applying: rockchip: make_fit_atf: use elf entry point Applying: arm: dts: rockchip: add some common pin-settings to rk3399 Applying: rockchip: rk3399: Add common Rock960 family from Vamrs Applying: rockchip: rk3399: Add Rock960 CE board support Applying: rockchip: rk3399: Add Ficus EE board support Applying: WIP: fix usb Applying: HACK: disable emmc Applying: add options for dm410c config Applying: tegra186: jetson-tx2: disable onboard emmc Applying: tegra210: Jetson TX1: disable onboard emmc Applying: efi_loader: simplify ifdefs Applying: ARM: tegra: reserve unmapped RAM so EFI doesn't use it Applying: tegra: TXx: Add CONFIG_EFI_LOADER_BOUNCE_BUFFER Applying: tegra fix tx1 Applying: sunxi: DT: A64: add Pine64-LTS support Applying: rpi: add 3 Model A+ Applying: efi_loader: Align runtime section to 64kb Applying: efi_loader: Merge memory map entries Applying: efi_loader: Fix loaded_image handle passing from EL3 Applying: efi_loader: don't allocate unusable RAM Applying: efi_loader: remove efi_exit_caches() Applying: efi_loader: fix simple network protocol + git config --unset user.email + git config --unset user.name + rm -rf .git + cp /builddir/build/SOURCES/arm-boards /builddir/build/SOURCES/arm-chromebooks /builddir/build/SOURCES/aarch64-boards /builddir/build/SOURCES/aarch64-chromebooks . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZOnTRy + umask 022 + cd /builddir/build/BUILD + cd u-boot-2018.09 + mkdir builds + make 'HOSTCC=gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' -j2 CROSS_COMPILE= defconfig V=1 O=builds/ make -C /builddir/build/BUILD/u-boot-2018.09/builds KBUILD_SRC=/builddir/build/BUILD/u-boot-2018.09 \ -f /builddir/build/BUILD/u-boot-2018.09/Makefile defconfig make[1]: Entering directory '/builddir/build/BUILD/u-boot-2018.09/builds' make -f ../scripts/Makefile.build obj=scripts/basic ln -fsn .. source /bin/sh ../scripts/mkmakefile \ .. . 2018 09 GEN ./Makefile gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/basic/.fixdep.d -Iscripts/basic -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -o scripts/basic/fixdep ../scripts/basic/fixdep.c rm -f .tmp_quiet_recordmcount make -f ../scripts/Makefile.build obj=scripts/kconfig defconfig bison -oscripts/kconfig/zconf.tab.c -t -l ../scripts/kconfig/zconf.y gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/kconfig/.conf.o.d -Iscripts/kconfig -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCURSES_LOC="" -DLOCALE -c -o scripts/kconfig/conf.o ../scripts/kconfig/conf.c flex -oscripts/kconfig/zconf.lex.c -L ../scripts/kconfig/zconf.l gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Iscripts/kconfig -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCURSES_LOC="" -DLOCALE -I../scripts/kconfig -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o scripts/kconfig/conf scripts/kconfig/conf.o scripts/kconfig/zconf.tab.o scripts/kconfig/conf --defconfig=arch/../configs/sandbox_defconfig Kconfig # # configuration written to .config # make[1]: Leaving directory '/builddir/build/BUILD/u-boot-2018.09/builds' + make 'HOSTCC=gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' -j2 CROSS_COMPILE= tools-all V=1 O=builds/ make -C /builddir/build/BUILD/u-boot-2018.09/builds KBUILD_SRC=/builddir/build/BUILD/u-boot-2018.09 \ -f /builddir/build/BUILD/u-boot-2018.09/Makefile tools-all make[1]: Entering directory '/builddir/build/BUILD/u-boot-2018.09/builds' make -f ../Makefile syncconfig make -f ../scripts/Makefile.build obj=scripts/basic ln -fsn .. source /bin/sh ../scripts/mkmakefile \ .. . 2018 09 rm -f .tmp_quiet_recordmcount GEN ./Makefile make -f ../scripts/Makefile.build obj=scripts/kconfig syncconfig mkdir -p include/config include/generated scripts/kconfig/conf --syncconfig Kconfig make -f ../scripts/Makefile.autoconf || \ { rm -f include/config/auto.conf; false; } set -e; : ' CHK include/config.h'; mkdir -p include/; (echo "/* Automatically generated - do not edit */"; for i in $(echo "" | sed 's/,/ /g'); do echo \#define CONFIG_$i | sed '/=/ {s/=/ /;q; } ; { s/$/ 1/; }'; done; echo \#define CONFIG_BOARDDIR board/sandbox; echo \#include \; echo \#include \; echo \#include \; echo \#include \; echo \#include \; echo \#include \;) < ../scripts/Makefile.autoconf > include/config.h.tmp; if [ -r include/config.h ] && cmp -s include/config.h include/config.h.tmp; then rm -f include/config.h.tmp; else : ' UPD include/config.h'; mv -f include/config.h.tmp include/config.h; fi gcc -E -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -std=gnu11 -fshort-wchar -fno-PIE -O2 -fno-stack-protector -fno-delete-null-pointer-checks -fmacro-prefix-map=../= -g -fstack-usage -Wno-format-nonliteral -Werror=date-time -D__KERNEL__ -D__UBOOT__ -D__SANDBOX__ -U_FORTIFY_SOURCE -DCONFIG_ARCH_MAP_SYSMEM -pipe -Iinclude -I../include -I../arch/sandbox/include -include ../include/linux/kconfig.h -nostdinc -isystem /usr/lib/gcc/s390x-redhat-linux/8/include -DDO_DEPS_ONLY -dM ../include/common.h > u-boot.cfg.tmp && { grep 'define CONFIG_' u-boot.cfg.tmp > u-boot.cfg; rm u-boot.cfg.tmp; } || { rm u-boot.cfg.tmp; false; } gcc -x c -DDO_DEPS_ONLY -M -MP -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -std=gnu11 -fshort-wchar -fno-PIE -O2 -fno-stack-protector -fno-delete-null-pointer-checks -fmacro-prefix-map=../= -g -fstack-usage -Wno-format-nonliteral -Werror=date-time -D__KERNEL__ -D__UBOOT__ -D__SANDBOX__ -U_FORTIFY_SOURCE -DCONFIG_ARCH_MAP_SYSMEM -pipe -Iinclude -I../include -I../arch/sandbox/include -include ../include/linux/kconfig.h -nostdinc -isystem /usr/lib/gcc/s390x-redhat-linux/8/include -MQ include/config/auto.conf ../include/common.h > include/autoconf.mk.dep || { rm include/autoconf.mk.dep; false; } sed -n -f ../tools/scripts/define2mk.sed u-boot.cfg | while read line; do if [ -n "" ] || ! grep -q "${line%=*}=" include/config/auto.conf; then echo "$line"; fi done > include/autoconf.mk touch include/config/auto.conf make -f ../scripts/Makefile.build obj=scripts/basic set -e; : ' CHK include/config/uboot.release'; mkdir -p include/config/; echo "2018.09$(/bin/sh ../scripts/setlocalversion ..)" < include/config/auto.conf > include/config/uboot.release.tmp; if [ -r include/config/uboot.release ] && cmp -s include/config/uboot.release include/config/uboot.release.tmp; then rm -f include/config/uboot.release.tmp; else : ' UPD include/config/uboot.release'; mv -f include/config/uboot.release.tmp include/config/uboot.release; fi rm -f .tmp_quiet_recordmcount set -e; : ' CHK include/generated/timestamp_autogenerated.h'; mkdir -p include/generated/; (if test -n "${SOURCE_DATE_EPOCH}"; then SOURCE_DATE="@${SOURCE_DATE_EPOCH}"; DATE=""; for date in gdate date.gnu date; do ${date} -u -d "${SOURCE_DATE}" >/dev/null 2>&1 && DATE="${date}"; done; if test -n "${DATE}"; then LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_DATE "%b %d %C%y"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_TIME "%T"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_TZ "%z"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_DMI_DATE "%m/%d/%Y"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_BUILD_DATE 0x%Y%m%d'; else return 42; fi; else LC_ALL=C date +'#define U_BOOT_DATE "%b %d %C%y"'; LC_ALL=C date +'#define U_BOOT_TIME "%T"'; LC_ALL=C date +'#define U_BOOT_TZ "%z"'; LC_ALL=C date +'#define U_BOOT_DMI_DATE "%m/%d/%Y"'; LC_ALL=C date +'#define U_BOOT_BUILD_DATE 0x%Y%m%d'; fi) < ../Makefile > include/generated/timestamp_autogenerated.h.tmp; if [ -r include/generated/timestamp_autogenerated.h ] && cmp -s include/generated/timestamp_autogenerated.h include/generated/timestamp_autogenerated.h.tmp; then rm -f include/generated/timestamp_autogenerated.h.tmp; else : ' UPD include/generated/timestamp_autogenerated.h'; mv -f include/generated/timestamp_autogenerated.h.tmp include/generated/timestamp_autogenerated.h; fi ln -fsn .. source /bin/sh ../scripts/mkmakefile \ .. . 2018 09 make -f ../scripts/Makefile.build obj=scripts GEN ./Makefile make -f ../scripts/Makefile.build obj=scripts/dtc gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/.bin2c.d -Iscripts -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -o scripts/bin2c ../scripts/bin2c.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.dtc.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/dtc.o ../scripts/dtc/dtc.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.flattree.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/flattree.o ../scripts/dtc/flattree.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.fstree.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/fstree.o ../scripts/dtc/fstree.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.data.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/data.o ../scripts/dtc/data.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.livetree.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/livetree.o ../scripts/dtc/livetree.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.treesource.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/treesource.o ../scripts/dtc/treesource.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.srcpos.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/srcpos.o ../scripts/dtc/srcpos.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.checks.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/checks.o ../scripts/dtc/checks.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.util.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/util.o ../scripts/dtc/util.c flex -oscripts/dtc/dtc-lexer.lex.c -L ../scripts/dtc/dtc-lexer.l bison -o/dev/null --defines=scripts/dtc/dtc-parser.tab.h -t -l ../scripts/dtc/dtc-parser.y bison -oscripts/dtc/dtc-parser.tab.c -t -l ../scripts/dtc/dtc-parser.y gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.dtc-lexer.lex.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/dtc-lexer.lex.o scripts/dtc/dtc-lexer.lex.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,scripts/dtc/.dtc-parser.tab.o.d -Iscripts/dtc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I../scripts/dtc -Iscripts/dtc -I../scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/dtc-parser.tab.o scripts/dtc/dtc-parser.tab.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o scripts/dtc/dtc scripts/dtc/dtc.o scripts/dtc/flattree.o scripts/dtc/fstree.o scripts/dtc/data.o scripts/dtc/livetree.o scripts/dtc/treesource.o scripts/dtc/srcpos.o scripts/dtc/checks.o scripts/dtc/util.o scripts/dtc/dtc-lexer.lex.o scripts/dtc/dtc-parser.tab.o set -e; : ' CHK include/generated/version_autogenerated.h'; mkdir -p include/generated/; (echo \#define PLAIN_VERSION \"2018.09""\"; echo \#define U_BOOT_VERSION \"U-Boot \" PLAIN_VERSION; echo \#define CC_VERSION_STRING \"$(LC_ALL=C gcc --version | head -n 1)\"; echo \#define LD_VERSION_STRING \"$(LC_ALL=C ld.bfd --version | head -n 1)\"; ) < include/config/uboot.release > include/generated/version_autogenerated.h.tmp; if [ -r include/generated/version_autogenerated.h ] && cmp -s include/generated/version_autogenerated.h include/generated/version_autogenerated.h.tmp; then rm -f include/generated/version_autogenerated.h.tmp; else : ' UPD include/generated/version_autogenerated.h'; mv -f include/generated/version_autogenerated.h.tmp include/generated/version_autogenerated.h; fi if [ -f ../.config -o -d ../include/config ]; then \ echo >&2 " .. is not clean, please run 'make mrproper'"; \ echo >&2 " in the '..' directory.";\ /bin/false; \ fi; make -f ../scripts/Makefile.build obj=tools/env make -f ../scripts/Makefile.build obj=. mkdir -p lib/ rm -f tools/env/built-in.o; ar rcs tools/env/built-in.o gcc -Wp,-MD,lib/.asm-offsets.s.d -nostdinc -isystem /usr/lib/gcc/s390x-redhat-linux/8/include -Iinclude -I../include -I../arch/sandbox/include -include ../include/linux/kconfig.h -I../. -I. -D__KERNEL__ -D__UBOOT__ -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -std=gnu11 -fshort-wchar -fno-PIE -Os -fno-stack-protector -fno-delete-null-pointer-checks -fmacro-prefix-map=../= -g -fstack-usage -Wno-format-nonliteral -Werror=date-time -D__SANDBOX__ -U_FORTIFY_SOURCE -DCONFIG_ARCH_MAP_SYSMEM -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pipe -DDO_DEPS_ONLY -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(asm_offsets)" -D"KBUILD_MODNAME=KBUILD_STR(asm_offsets)" -fverbose-asm -S -o lib/asm-offsets.s ../lib/asm-offsets.c gcc -Wp,-MD,tools/env/.crc32.o.d -Itools/env -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -idirafter ../tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/crc32.o ../tools/env/crc32.c set -e; : ' CHK include/generated/generic-asm-offsets.h'; mkdir -p include/generated/; (set -e; echo "#ifndef __GENERIC_ASM_OFFSETS_H__"; echo "#define __GENERIC_ASM_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " */"; echo ""; sed -ne "s:[[:space:]]*\.ascii[[:space:]]*\"\(.*\)\":\1:; /^->/{s:->#\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}"; echo ""; echo "#endif" ) < lib/asm-offsets.s > include/generated/generic-asm-offsets.h.tmp; if [ -r include/generated/generic-asm-offsets.h ] && cmp -s include/generated/generic-asm-offsets.h include/generated/generic-asm-offsets.h.tmp; then rm -f include/generated/generic-asm-offsets.h.tmp; else : ' UPD include/generated/generic-asm-offsets.h'; mv -f include/generated/generic-asm-offsets.h.tmp include/generated/generic-asm-offsets.h; fi make -f ../scripts/Makefile.build obj=tools make -f ../scripts/Makefile.build obj=tools/easylogo gcc -Wp,-MD,tools/env/.ctype.o.d -Itools/env -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -idirafter ../tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/ctype.o ../tools/env/ctype.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/easylogo/.easylogo.d -Itools/easylogo -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -o tools/easylogo/easylogo ../tools/easylogo/easylogo.c gcc -Wp,-MD,tools/env/.env_attr.o.d -Itools/env -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -idirafter ../tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/env_attr.o ../tools/env/env_attr.c BUILDSTDERR: ../tools/easylogo/easylogo.c: In function 'image_load_tga': BUILDSTDERR: ../tools/easylogo/easylogo.c:160:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (&header, sizeof (header), 1, file); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../tools/easylogo/easylogo.c:196:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fread (image->data, image->size, 1, file); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../tools/easylogo/easylogo.c: In function 'image_save_header': BUILDSTDERR: ../tools/easylogo/easylogo.c:453:21: warning: ', 0x' directive writing 4 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: sprintf (str, "%s, 0x%02x", app, *dataptr++); BUILDSTDERR: ^~~~ BUILDSTDERR: ../tools/easylogo/easylogo.c:453:18: note: directive argument in the range [0, 255] BUILDSTDERR: sprintf (str, "%s, 0x%02x", app, *dataptr++); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from ../tools/easylogo/easylogo.c:14: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wp,-MD,tools/env/.env_flags.o.d -Itools/env -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -idirafter ../tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/env_flags.o ../tools/env/env_flags.c make -f ../scripts/Makefile.build obj=tools/gdb gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/gdb/.gdbsend.o.d -Itools/gdb -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I/opt/powerpc/include -pedantic -c -o tools/gdb/gdbsend.o ../tools/gdb/gdbsend.c gcc -Wp,-MD,tools/env/.fw_env.o.d -Itools/env -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -idirafter ../tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/fw_env.o ../tools/env/fw_env.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/gdb/.error.o.d -Itools/gdb -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I/opt/powerpc/include -pedantic -c -o tools/gdb/error.o ../tools/gdb/error.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/gdb/.remote.o.d -Itools/gdb -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I/opt/powerpc/include -pedantic -c -o tools/gdb/remote.o ../tools/gdb/remote.c gcc -Wp,-MD,tools/env/.linux_string.o.d -Itools/env -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -idirafter ../tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/linux_string.o ../tools/env/linux_string.c gcc -Wp,-MD,tools/env/.fw_env_main.o.d -Itools/env -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -idirafter ../tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/fw_env_main.o ../tools/env/fw_env_main.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/gdb/.serial.o.d -Itools/gdb -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I/opt/powerpc/include -pedantic -c -o tools/gdb/serial.o ../tools/gdb/serial.c rm -f tools/env/lib.a; ar rcs tools/env/lib.a tools/env/crc32.o tools/env/ctype.o tools/env/env_attr.o tools/env/env_flags.o tools/env/fw_env.o tools/env/linux_string.o gcc -o tools/env/fw_printenv tools/env/fw_env_main.o tools/env/fw_env.o tools/env/crc32.o tools/env/ctype.o tools/env/linux_string.o tools/env/env_attr.o tools/env/env_flags.o strip tools/env/fw_printenv; touch tools/env/.strip gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.bmp_logo.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -o tools/bmp_logo ../tools/bmp_logo.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/gdb/.gdbcont.o.d -Itools/gdb -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -I/opt/powerpc/include -pedantic -c -o tools/gdb/gdbcont.o ../tools/gdb/gdbcont.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/gdb/gdbsend tools/gdb/gdbsend.o tools/gdb/error.o tools/gdb/remote.o tools/gdb/serial.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/gdb/gdbcont tools/gdb/gdbcont.o tools/gdb/error.o tools/gdb/remote.o tools/gdb/serial.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.gen_eth_addr.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -o tools/gen_eth_addr ../tools/gen_eth_addr.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.gen_ethaddr_crc.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -c -o tools/gen_ethaddr_crc.o ../tools/gen_ethaddr_crc.c echo "#include <../lib/crc8.c>" >tools/lib/crc8.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.img2srec.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -o tools/img2srec ../tools/img2srec.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.xway-swap-bytes.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -o tools/xway-swap-bytes ../tools/xway-swap-bytes.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.mkenvimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/mkenvimage.o ../tools/mkenvimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.os_support.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/os_support.o ../tools/os_support.c echo "#include <../lib/crc32.c>" >tools/lib/crc32.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.aisimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/aisimage.o ../tools/aisimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.atmelimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/atmelimage.o ../tools/atmelimage.c echo "#include <../common/image-sig.c>" >tools/common/image-sig.c echo "#include <../common/bootm.c>" >tools/common/bootm.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.default_image.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/default_image.o ../tools/default_image.c echo "#include <../lib/fdtdec_common.c>" >tools/lib/fdtdec_common.c echo "#include <../lib/fdtdec.c>" >tools/lib/fdtdec.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.fit_common.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/fit_common.o ../tools/fit_common.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.fit_image.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -DMKIMAGE_DTC=\""dtc"\" -c -o tools/fit_image.o ../tools/fit_image.c echo "#include <../common/image-fit.c>" >tools/common/image-fit.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.image-host.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/image-host.o ../tools/image-host.c echo "#include <../common/image.c>" >tools/common/image.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.imagetool.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/imagetool.o ../tools/imagetool.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.imximage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/imximage.o ../tools/imximage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.kwbimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/kwbimage.o ../tools/kwbimage.c echo "#include <../lib/md5.c>" >tools/lib/md5.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.lpc32xximage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lpc32xximage.o ../tools/lpc32xximage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.mxsimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/mxsimage.o ../tools/mxsimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.omapimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/omapimage.o ../tools/omapimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.pblimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/pblimage.o ../tools/pblimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.pbl_crc32.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/pbl_crc32.o ../tools/pbl_crc32.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.vybridimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/vybridimage.o ../tools/vybridimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.stm32image.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/stm32image.o ../tools/stm32image.c echo "#include <../lib/rc4.c>" >tools/lib/rc4.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.rkcommon.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/rkcommon.o ../tools/rkcommon.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.rkimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/rkimage.o ../tools/rkimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.rksd.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/rksd.o ../tools/rksd.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.rkspi.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/rkspi.o ../tools/rkspi.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.socfpgaimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/socfpgaimage.o ../tools/socfpgaimage.c echo "#include <../lib/sha1.c>" >tools/lib/sha1.c echo "#include <../lib/sha256.c>" >tools/lib/sha256.c echo "#include <../common/hash.c>" >tools/common/hash.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.ublimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/ublimage.o ../tools/ublimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.zynqimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/zynqimage.o ../tools/zynqimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.zynqmpimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/zynqmpimage.o ../tools/zynqmpimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.zynqmpbif.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/zynqmpbif.o ../tools/zynqmpbif.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/libfdt/.fdt.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/libfdt/fdt.o ../tools/libfdt/fdt.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/libfdt/.fdt_wip.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/libfdt/fdt_wip.o ../tools/libfdt/fdt_wip.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/libfdt/.fdt_sw.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/libfdt/fdt_sw.o ../tools/libfdt/fdt_sw.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/libfdt/.fdt_rw.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/libfdt/fdt_rw.o ../tools/libfdt/fdt_rw.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/libfdt/.fdt_strerror.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/libfdt/fdt_strerror.o ../tools/libfdt/fdt_strerror.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/libfdt/.fdt_empty_tree.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/libfdt/fdt_empty_tree.o ../tools/libfdt/fdt_empty_tree.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/libfdt/.fdt_addresses.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/libfdt/fdt_addresses.o ../tools/libfdt/fdt_addresses.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/libfdt/.fdt_overlay.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/libfdt/fdt_overlay.o ../tools/libfdt/fdt_overlay.c echo "#include <../lib/libfdt/fdt_ro.c>" >tools/lib/libfdt/fdt_ro.c echo "#include <../lib/libfdt/fdt_region.c>" >tools/lib/libfdt/fdt_region.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.gpimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/gpimage.o ../tools/gpimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.gpimage-common.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/gpimage-common.o ../tools/gpimage-common.c echo "#include <../lib/rsa/rsa-sign.c>" >tools/lib/rsa/rsa-sign.c echo "#include <../lib/rsa/rsa-verify.c>" >tools/lib/rsa/rsa-verify.c echo "#include <../lib/rsa/rsa-checksum.c>" >tools/lib/rsa/rsa-checksum.c echo "#include <../lib/rsa/rsa-mod-exp.c>" >tools/lib/rsa/rsa-mod-exp.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.dumpimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/dumpimage.o ../tools/dumpimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.mkimage.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/mkimage.o ../tools/mkimage.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.fit_info.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/fit_info.o ../tools/fit_info.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.fit_check_sign.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/fit_check_sign.o ../tools/fit_check_sign.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.mksunxiboot.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -o tools/mksunxiboot ../tools/mksunxiboot.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.sunxi-spl-image-builder.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/sunxi-spl-image-builder.o ../tools/sunxi-spl-image-builder.c echo "#include <../lib/bch.c>" >tools/lib/bch.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.ncb.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -o tools/ncb ../tools/ncb.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.ubsha1.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -c -o tools/ubsha1.o ../tools/ubsha1.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.kwboot.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -o tools/kwboot ../tools/kwboot.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.proftool.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -o tools/proftool ../tools/proftool.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/.fdtgrep.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/fdtgrep.o ../tools/fdtgrep.c tools/bmp_logo --gen-info ../tools/logos/denx.bmp > include/bmp_logo.h tools/bmp_logo --gen-data ../tools/logos/denx.bmp > include/bmp_logo_data.h gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.crc8.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -c -o tools/lib/crc8.o tools/lib/crc8.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.crc32.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -c -o tools/lib/crc32.o tools/lib/crc32.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/common/.image-sig.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/common/image-sig.o tools/common/image-sig.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/common/.bootm.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/common/bootm.o tools/common/bootm.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.fdtdec_common.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/fdtdec_common.o tools/lib/fdtdec_common.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.fdtdec.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/fdtdec.o tools/lib/fdtdec.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/common/.image-fit.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/common/image-fit.o tools/common/image-fit.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/common/.image.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/common/image.o tools/common/image.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.md5.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -c -o tools/lib/md5.o tools/lib/md5.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.rc4.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/rc4.o tools/lib/rc4.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.sha1.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -c -o tools/lib/sha1.o tools/lib/sha1.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.sha256.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -c -o tools/lib/sha256.o tools/lib/sha256.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/common/.hash.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/common/hash.o tools/common/hash.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/libfdt/.fdt_ro.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/libfdt/fdt_ro.o tools/lib/libfdt/fdt_ro.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/libfdt/.fdt_region.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/libfdt/fdt_region.o tools/lib/libfdt/fdt_region.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/rsa/.rsa-sign.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/rsa/rsa-sign.o tools/lib/rsa/rsa-sign.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/rsa/.rsa-verify.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/rsa/rsa-verify.o tools/lib/rsa/rsa-verify.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/rsa/.rsa-checksum.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/rsa/rsa-checksum.o tools/lib/rsa/rsa-checksum.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/rsa/.rsa-mod-exp.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/rsa/rsa-mod-exp.o tools/lib/rsa/rsa-mod-exp.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -Wp,-MD,tools/lib/.bch.o.d -Itools -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 -include ../include/compiler.h -idirafterinclude -idirafter../include -idirafter../arch/sandbox/include -I../../scripts/dtc/libfdt -I../scripts/dtc/libfdt -I../../tools -I../tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/lib/bch.o tools/lib/bch.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/ubsha1 tools/os_support.o tools/ubsha1.o tools/lib/sha1.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/fdtgrep tools/libfdt/fdt.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/lib/libfdt/fdt_ro.o tools/lib/libfdt/fdt_region.o tools/fdtgrep.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/gen_ethaddr_crc tools/gen_ethaddr_crc.o tools/lib/crc8.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/mkenvimage tools/mkenvimage.o tools/os_support.o tools/lib/crc32.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/dumpimage tools/aisimage.o tools/atmelimage.o tools/common/image-sig.o tools/common/bootm.o tools/lib/crc32.o tools/default_image.o tools/lib/fdtdec_common.o tools/lib/fdtdec.o tools/fit_common.o tools/fit_image.o tools/common/image-fit.o tools/image-host.o tools/common/image.o tools/imagetool.o tools/imximage.o tools/kwbimage.o tools/lib/md5.o tools/lpc32xximage.o tools/mxsimage.o tools/omapimage.o tools/os_support.o tools/pblimage.o tools/pbl_crc32.o tools/vybridimage.o tools/stm32image.o tools/lib/rc4.o tools/rkcommon.o tools/rkimage.o tools/rksd.o tools/rkspi.o tools/socfpgaimage.o tools/lib/sha1.o tools/lib/sha256.o tools/common/hash.o tools/ublimage.o tools/zynqimage.o tools/zynqmpimage.o tools/zynqmpbif.o tools/libfdt/fdt.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/lib/libfdt/fdt_ro.o tools/lib/libfdt/fdt_region.o tools/gpimage.o tools/gpimage-common.o tools/lib/rsa/rsa-sign.o tools/lib/rsa/rsa-verify.o tools/lib/rsa/rsa-checksum.o tools/lib/rsa/rsa-mod-exp.o tools/dumpimage.o -lssl -lcrypto gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/mkimage tools/aisimage.o tools/atmelimage.o tools/common/image-sig.o tools/common/bootm.o tools/lib/crc32.o tools/default_image.o tools/lib/fdtdec_common.o tools/lib/fdtdec.o tools/fit_common.o tools/fit_image.o tools/common/image-fit.o tools/image-host.o tools/common/image.o tools/imagetool.o tools/imximage.o tools/kwbimage.o tools/lib/md5.o tools/lpc32xximage.o tools/mxsimage.o tools/omapimage.o tools/os_support.o tools/pblimage.o tools/pbl_crc32.o tools/vybridimage.o tools/stm32image.o tools/lib/rc4.o tools/rkcommon.o tools/rkimage.o tools/rksd.o tools/rkspi.o tools/socfpgaimage.o tools/lib/sha1.o tools/lib/sha256.o tools/common/hash.o tools/ublimage.o tools/zynqimage.o tools/zynqmpimage.o tools/zynqmpbif.o tools/libfdt/fdt.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/lib/libfdt/fdt_ro.o tools/lib/libfdt/fdt_region.o tools/gpimage.o tools/gpimage-common.o tools/lib/rsa/rsa-sign.o tools/lib/rsa/rsa-verify.o tools/lib/rsa/rsa-checksum.o tools/lib/rsa/rsa-mod-exp.o tools/mkimage.o -lssl -lcrypto gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/fit_info tools/aisimage.o tools/atmelimage.o tools/common/image-sig.o tools/common/bootm.o tools/lib/crc32.o tools/default_image.o tools/lib/fdtdec_common.o tools/lib/fdtdec.o tools/fit_common.o tools/fit_image.o tools/common/image-fit.o tools/image-host.o tools/common/image.o tools/imagetool.o tools/imximage.o tools/kwbimage.o tools/lib/md5.o tools/lpc32xximage.o tools/mxsimage.o tools/omapimage.o tools/os_support.o tools/pblimage.o tools/pbl_crc32.o tools/vybridimage.o tools/stm32image.o tools/lib/rc4.o tools/rkcommon.o tools/rkimage.o tools/rksd.o tools/rkspi.o tools/socfpgaimage.o tools/lib/sha1.o tools/lib/sha256.o tools/common/hash.o tools/ublimage.o tools/zynqimage.o tools/zynqmpimage.o tools/zynqmpbif.o tools/libfdt/fdt.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/lib/libfdt/fdt_ro.o tools/lib/libfdt/fdt_region.o tools/gpimage.o tools/gpimage-common.o tools/lib/rsa/rsa-sign.o tools/lib/rsa/rsa-verify.o tools/lib/rsa/rsa-checksum.o tools/lib/rsa/rsa-mod-exp.o tools/fit_info.o -lssl -lcrypto gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/fit_check_sign tools/aisimage.o tools/atmelimage.o tools/common/image-sig.o tools/common/bootm.o tools/lib/crc32.o tools/default_image.o tools/lib/fdtdec_common.o tools/lib/fdtdec.o tools/fit_common.o tools/fit_image.o tools/common/image-fit.o tools/image-host.o tools/common/image.o tools/imagetool.o tools/imximage.o tools/kwbimage.o tools/lib/md5.o tools/lpc32xximage.o tools/mxsimage.o tools/omapimage.o tools/os_support.o tools/pblimage.o tools/pbl_crc32.o tools/vybridimage.o tools/stm32image.o tools/lib/rc4.o tools/rkcommon.o tools/rkimage.o tools/rksd.o tools/rkspi.o tools/socfpgaimage.o tools/lib/sha1.o tools/lib/sha256.o tools/common/hash.o tools/ublimage.o tools/zynqimage.o tools/zynqmpimage.o tools/zynqmpbif.o tools/libfdt/fdt.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/lib/libfdt/fdt_ro.o tools/lib/libfdt/fdt_region.o tools/gpimage.o tools/gpimage-common.o tools/lib/rsa/rsa-sign.o tools/lib/rsa/rsa-verify.o tools/lib/rsa/rsa-checksum.o tools/lib/rsa/rsa-mod-exp.o tools/fit_check_sign.o -lssl -lcrypto gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -o tools/sunxi-spl-image-builder tools/sunxi-spl-image-builder.o tools/lib/bch.o make[1]: Leaving directory '/builddir/build/BUILD/u-boot-2018.09/builds' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bI5NM2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x + cd u-boot-2018.09 + mkdir -p /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + mkdir -p /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/etc + mkdir -p /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/man/man1 + mkdir -p /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/uboot/ + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/bmp_logo /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/dumpimage /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/easylogo/easylogo /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/env/fw_printenv /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/fit_check_sign /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/fit_info /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/gdb/gdbcont /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/gdb/gdbsend /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/gen_eth_addr /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/gen_ethaddr_crc /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/img2srec /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/mkenvimage /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/mkimage /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/mksunxiboot /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/ncb /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/proftool /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/sunxi-spl-image-builder /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/ubsha1 /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + for tool in bmp_logo dumpimage easylogo/easylogo env/fw_printenv fit_check_sign fit_info gdb/gdbcont gdb/gdbsend gen_eth_addr gen_ethaddr_crc img2srec mkenvimage mkimage mksunxiboot ncb proftool sunxi-spl-image-builder ubsha1 xway-swap-bytes + install -p -m 0755 builds/tools/xway-swap-bytes /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + install -p -m 0644 doc/mkimage.1 /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/man/man1 + install -p -m 0755 builds/tools/env/fw_printenv /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + cd /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin + ln -sf fw_printenv fw_setenv + install -p -m 0644 tools/env/fw_env.config /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/etc + mkdir -p /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/lib/kernel/install.d/ + install -p -m 0755 /builddir/build/SOURCES/10-devicetree.install /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/lib/kernel/install.d/ + mkdir -p builds/docs + cp -p board/amlogic/odroid-c2/README builds/docs/README.odroid-c2 + cp -p board/hisilicon/hikey/README builds/docs/README.hikey + cp -p board/hisilicon/hikey/README builds/docs/README.hikey + cp -p board/Marvell/db-88f6820-gp/README builds/docs/README.mvebu-db-88f6820 + cp -p board/rockchip/evb_rk3399/README builds/docs/README.evb_rk3399 + cp -p board/solidrun/clearfog/README builds/docs/README.clearfog + cp -p board/solidrun/mx6cuboxi/README builds/docs/README.mx6cuboxi + cp -p board/sunxi/README.sunxi64 builds/docs/README.sunxi64 + cp -p board/sunxi/README.nand builds/docs/README.sunxi-nand + cp -p board/ti/am335x/README builds/docs/README.am335x + cp -p board/ti/omap5_uevm/README builds/docs/README.omap5_uevm + cp -p board/udoo/README builds/docs/README.udoo + cp -p board/wandboard/README builds/docs/README.wandboard + cp -p board/warp/README builds/docs/README.warp + cp -p board/warp7/README builds/docs/README.warp7 + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 2018.09-2.fc29 --unique-debug-suffix -2018.09-2.fc29.s390x --unique-debug-src-base uboot-tools-2018.09-2.fc29.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/u-boot-2018.09 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/bmp_logo extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/bmp_logo explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/dumpimage extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/dumpimage explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/easylogo extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/easylogo explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/fit_check_sign extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/fit_check_sign explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/fit_info extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/fit_info explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/gdbcont extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/gdbcont explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/gdbsend extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/gdbsend explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/gen_eth_addr extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/gen_eth_addr explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/gen_ethaddr_crc extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/gen_ethaddr_crc explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/img2srec extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/img2srec explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/mkenvimage extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/mkenvimage explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/mkimage extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/mkimage explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/mksunxiboot extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/mksunxiboot explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/ncb extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/ncb explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/proftool extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/proftool explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/sunxi-spl-image-builder extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/sunxi-spl-image-builder explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/ubsha1 extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/ubsha1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/xway-swap-bytes extracting debug info from /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/bin/xway-swap-bytes /usr/lib/rpm/sepdebugcrcfix: Updated 18 CRC32s, 0 CRC32s did match. BUILDSTDERR: 1943 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /lib/kernel/install.d/10-devicetree.install from /bin/bash to #!/usr/bin/bash Processing files: uboot-tools-2018.09-2.fc29.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ldYeHP + umask 022 + cd /builddir/build/BUILD + cd u-boot-2018.09 + DOCDIR=/builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr README /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.imximage /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.kwbimage /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.distro /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.gpt /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.odroid /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.rockchip /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.uefi /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/uImage.FIT /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.arm64 /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr doc/README.chromium /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + cp -pr builds/docs/README.am335x builds/docs/README.clearfog builds/docs/README.evb_rk3399 builds/docs/README.hikey builds/docs/README.mvebu-db-88f6820 builds/docs/README.mx6cuboxi builds/docs/README.odroid-c2 builds/docs/README.omap5_uevm builds/docs/README.sunxi-nand builds/docs/README.sunxi64 builds/docs/README.udoo builds/docs/README.wandboard builds/docs/README.warp builds/docs/README.warp7 /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x/usr/share/doc/uboot-tools + exit 0 Provides: config(uboot-tools) = 2018.09-2.fc29 uboot-tools = 2018.09-2.fc29 uboot-tools(s390-64) = 2018.09-2.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash libc.so.6()(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) rtld(GNU_HASH) Processing files: uboot-tools-debugsource-2018.09-2.fc29.s390x Provides: uboot-tools-debugsource = 2018.09-2.fc29 uboot-tools-debugsource(s390-64) = 2018.09-2.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: uboot-tools-debuginfo-2018.09-2.fc29.s390x Provides: debuginfo(build-id) = 02c66a47c17e6a9c7cbe57198cb4ab44fbdf4b3b debuginfo(build-id) = 05bcf4c78b5e848473143f40a0509ff8c8e6c7af debuginfo(build-id) = 2cd90ee09c39375247a5f01c8fd7e5931d7a8761 debuginfo(build-id) = 43888537edc66e1f8d2b024a7762de8c522b30ec debuginfo(build-id) = 538c9888e689505b2edb863f09c1fbfef9c0ca9e debuginfo(build-id) = 6c0b13a8f21f7b8ab4f8fc8881255df5a1044fda debuginfo(build-id) = 855e005eaa7616a4c975edc8a0e9fd06873578f6 debuginfo(build-id) = a5960712052975969705b0ad66427456eea63454 debuginfo(build-id) = b07a6bf015db900c463c7de9d484c6c23f4e23b1 debuginfo(build-id) = b4b17415c1dc5b45954c0cf38dc7c9383330919f debuginfo(build-id) = c379c8571d7cc98b8a15429c09f217ba8de3d075 debuginfo(build-id) = c4f2a88b17ea03c94d9d917b8a66b4bb14f1fa3d debuginfo(build-id) = c6ecd9863d4f8228f73f2bc651ebae991af6f7a3 debuginfo(build-id) = d2ba44013de024f8106e809ddf79bf672b145898 debuginfo(build-id) = d39aee9cfe78ddc209075501ed3eb536eaf281ec debuginfo(build-id) = d4c01808df9c5e4e13f33a17096ee10b1636b3d9 debuginfo(build-id) = f4587ed724726449bbf5ef917bbb3be575bdfb06 debuginfo(build-id) = f596610c83311a91bdef4ef2d3a2e2ffd8f533c2 uboot-tools-debuginfo = 2018.09-2.fc29 uboot-tools-debuginfo(s390-64) = 2018.09-2.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: uboot-tools-debugsource(s390-64) = 2018.09-2.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x Wrote: /builddir/build/RPMS/uboot-tools-2018.09-2.fc29.s390x.rpm Wrote: /builddir/build/RPMS/uboot-tools-debugsource-2018.09-2.fc29.s390x.rpm Wrote: /builddir/build/RPMS/uboot-tools-debuginfo-2018.09-2.fc29.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Wp2HFR + umask 022 + cd /builddir/build/BUILD + cd u-boot-2018.09 + /usr/bin/rm -rf /builddir/build/BUILDROOT/uboot-tools-2018.09-2.fc29.s390x + exit 0 Child return code was: 0