Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tar -C /home/vanhofen/ni/buildsystem/build_tmp -xf /home/vanhofen/ni/buildsystem/download/nettle-3.3.tar.gz
- set -e; cd /home/vanhofen/ni/buildsystem/build_tmp/nettle-3.3; \
- patch -p1 -i /home/vanhofen/ni/buildsystem/archive-patches/nettle-3.3.patch; \
- test -f ./configure || ./autogen.sh && CC=arm-cortex-linux-gnueabihf-gcc CXX=arm-cortex-linux-gnueabihf-g++ LD=arm-cortex-linux-gnueabihf-ld NM=arm-cortex-linux-gnueabihf-nm AR=arm-cortex-linux-gnueabihf-ar AS=arm-cortex-linux-gnueabihf-as LDD=arm-cortex-linux-gnueabihf-ldd RANLIB=arm-cortex-linux-gnueabihf-ranlib STRIP=arm-cortex-linux-gnueabihf-strip OBJCOPY=arm-cortex-linux-gnueabihf-objcopy OBJDUMP=arm-cortex-linux-gnueabihf-objdump READELF=arm-cortex-linux-gnueabihf-readelf CFLAGS="-pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include" CPPFLAGS="-pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include" CXXFLAGS="-pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include" LDFLAGS="-lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib " PKG_CONFIG_PATH=/home/vanhofen/ni/buildsystem/root/lib/pkgconfig ./configure --build=x86_64-unknown-linux-gnu --host=arm-cortex-linux-gnueabihf \
- --prefix= \
- --disable-documentation \
- ; \
- make all; \
- make install DESTDIR=/home/vanhofen/ni/buildsystem/root
- patching file Makefile.in
- patching file testsuite/Makefile.in
- Hunk #1 succeeded at 121 (offset 5 lines).
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... arm-cortex-linux-gnueabihf
- checking for -R flag... using -Wl,-rpath,
- Searching for libraries
- checking /lib... added
- checking /usr/local/lib... added
- checking /sw/local/lib... not found
- checking /sw/lib... not found
- checking /usr/gnu/lib... not found
- checking /opt/gnu/lib... not found
- checking /sw/gnu/lib... not found
- checking /usr/freeware/lib... not found
- checking /usr/pkg/lib... not found
- checking for arm-cortex-linux-gnueabihf-gcc... arm-cortex-linux-gnueabihf-gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... yes
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether arm-cortex-linux-gnueabihf-gcc accepts -g... yes
- checking for arm-cortex-linux-gnueabihf-gcc option to accept ISO C89... none needed
- checking for ifunc support... no
- checking whether we are using the GNU C++ compiler... yes
- checking whether arm-cortex-linux-gnueabihf-g++ accepts -g... yes
- checking if LD -Wl,--version-script works... yes
- checking whether make sets $(MAKE)... yes
- checking for arm-cortex-linux-gnueabihf-ranlib... arm-cortex-linux-gnueabihf-ranlib
- checking for arm-cortex-linux-gnueabihf-nm... arm-cortex-linux-gnueabihf-nm
- checking for arm-cortex-linux-gnueabihf-objdump... arm-cortex-linux-gnueabihf-objdump
- checking for arm-cortex-linux-gnueabihf-ar... arm-cortex-linux-gnueabihf-ar
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking whether ln -s works... yes
- checking build system compiler gcc... yes
- checking for build system executable suffix...
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking how to run the C preprocessor... arm-cortex-linux-gnueabihf-gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for uid_t in sys/types.h... yes
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for size_t... yes
- checking whether time.h and sys/time.h may both be included... yes
- checking size of long... 4
- checking size of size_t... 4
- checking openssl/blowfish.h usability... yes
- checking openssl/blowfish.h presence... yes
- checking for openssl/blowfish.h... yes
- checking openssl/des.h usability... yes
- checking openssl/des.h presence... yes
- checking for openssl/des.h... yes
- checking openssl/cast.h usability... yes
- checking openssl/cast.h presence... yes
- checking for openssl/cast.h... yes
- checking openssl/aes.h usability... yes
- checking openssl/aes.h presence... yes
- checking for openssl/aes.h... yes
- checking openssl/ecdsa.h usability... yes
- checking openssl/ecdsa.h presence... yes
- checking for openssl/ecdsa.h... yes
- checking valgrind/memcheck.h usability... no
- checking valgrind/memcheck.h presence... no
- checking for valgrind/memcheck.h... no
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking for dlopen in -ldl... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking malloc.h usability... yes
- checking malloc.h presence... yes
- checking for malloc.h... yes
- checking for strerror... yes
- checking for secure_getenv... yes
- checking for getline... yes
- checking whether byte ordering is bigendian... no
- checking for __attribute__... yes
- checking for stdint types... stdint.h (shortcircuit)
- make use of stdint.h in nettle-stdint.h (assuming C99 compatible system)
- checking for fcntl file locking... yes
- checking for __gmpz_powm_sec in -lgmp... yes
- checking for GMP limb size... 32 bits
- configure: Looking for assembler files in arm.
- checking CCPIC... -fpic
- checking if globals are prefixed by underscore... no
- checking for ELF-style .type,%function pseudo-ops... yes
- checking for ELF-style .type,#function pseudo-ops... yes
- checking for COFF-style .type directive... no
- checking if we should use a .note.GNU-stack section... yes
- checking if .align assembly directive is logarithmic... yes
- checking for m4... /usr/bin/m4
- checking for BF_ecb_encrypt in -lcrypto... yes
- checking for library containing clock_gettime... none required
- configure: creating ./config.status
- config.status: creating config.make
- config.status: creating config.m4
- config.status: creating Makefile
- config.status: creating version.h
- config.status: creating tools/Makefile
- config.status: creating testsuite/Makefile
- config.status: creating examples/Makefile
- config.status: creating nettle.pc
- config.status: creating hogweed.pc
- config.status: creating libnettle.map
- config.status: creating libhogweed.map
- config.status: creating config.h
- config.status: linking arm/aes-encrypt-internal.asm to aes-encrypt-internal.asm
- config.status: linking arm/aes-decrypt-internal.asm to aes-decrypt-internal.asm
- config.status: linking arm/memxor.asm to memxor.asm
- config.status: linking arm/memxor3.asm to memxor3.asm
- config.status: linking arm/machine.m4 to machine.m4
- config.status: linking arm/ecc-192-modp.asm to ecc-192-modp.asm
- config.status: linking arm/ecc-224-modp.asm to ecc-224-modp.asm
- config.status: linking arm/ecc-256-redc.asm to ecc-256-redc.asm
- config.status: linking arm/ecc-384-modp.asm to ecc-384-modp.asm
- config.status: linking arm/ecc-521-modp.asm to ecc-521-modp.asm
- config.status: executing dummy-dep-files commands
- config.status: executing nettle-stdint.h commands
- config.status: creating nettle-stdint.h : __NETTLE_STDINT_H
- configure: summary of build options:
- Version: nettle 3.3
- Host type: arm-cortex-linux-gnueabihf
- ABI: standard
- Assembly files: arm
- Install prefix:
- Library directory: ${exec_prefix}/lib
- Compiler: arm-cortex-linux-gnueabihf-gcc
- Static libraries: yes
- Shared libraries: yes
- Public key crypto: yes
- Using mini-gmp: no
- Documentation: no
- make all-here
- gcc -O `test -f aesdata.c || echo './'`aesdata.c \
- -o aesdata
- gcc -O `test -f desdata.c || echo './'`desdata.c \
- -o desdata
- gcc -O `test -f twofishdata.c || echo './'`twofishdata.c \
- -o twofishdata
- gcc -O `test -f shadata.c || echo './'`shadata.c -lm \
- -o shadata
- gcc -O `test -f gcmdata.c || echo './'`gcmdata.c \
- -o gcmdata
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt.o -MD -MP -MF getopt.o.d -c getopt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -c getopt1.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -c nettle-internal.c \
- && true
- /usr/bin/m4 ./asm.m4 machine.m4 config.m4 aes-decrypt-internal.asm >aes-decrypt-internal.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -c aes-decrypt-internal.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -c aes-decrypt.c \
- && true
- /usr/bin/m4 ./asm.m4 machine.m4 config.m4 aes-encrypt-internal.asm >aes-encrypt-internal.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -c aes-encrypt-internal.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -c aes-encrypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -c aes-encrypt-table.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-invert-internal.o -MD -MP -MF aes-invert-internal.o.d -c aes-invert-internal.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-key-internal.o -MD -MP -MF aes-set-key-internal.o.d -c aes-set-key-internal.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -c aes-set-encrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -c aes-set-decrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes128-set-encrypt-key.o -MD -MP -MF aes128-set-encrypt-key.o.d -c aes128-set-encrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes128-set-decrypt-key.o -MD -MP -MF aes128-set-decrypt-key.o.d -c aes128-set-decrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes128-meta.o -MD -MP -MF aes128-meta.o.d -c aes128-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes192-set-encrypt-key.o -MD -MP -MF aes192-set-encrypt-key.o.d -c aes192-set-encrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes192-set-decrypt-key.o -MD -MP -MF aes192-set-decrypt-key.o.d -c aes192-set-decrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes192-meta.o -MD -MP -MF aes192-meta.o.d -c aes192-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes256-set-encrypt-key.o -MD -MP -MF aes256-set-encrypt-key.o.d -c aes256-set-encrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes256-set-decrypt-key.o -MD -MP -MF aes256-set-decrypt-key.o.d -c aes256-set-decrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes256-meta.o -MD -MP -MF aes256-meta.o.d -c aes256-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -c arcfour.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -c arcfour-crypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -c arctwo.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -c arctwo-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -c blowfish.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -c base16-encode.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -c base16-decode.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -c base16-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -c base64-encode.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -c base64-decode.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -c base64-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64url-encode.o -MD -MP -MF base64url-encode.o.d -c base64url-encode.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64url-decode.o -MD -MP -MF base64url-decode.o.d -c base64url-decode.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64url-meta.o -MD -MP -MF base64url-meta.o.d -c base64url-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -c buffer.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -c buffer-init.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -c camellia-crypt-internal.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -c camellia-table.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-absorb.o -MD -MP -MF camellia-absorb.o.d -c camellia-absorb.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-invert-key.o -MD -MP -MF camellia-invert-key.o.d -c camellia-invert-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia128-set-encrypt-key.o -MD -MP -MF camellia128-set-encrypt-key.o.d -c camellia128-set-encrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia128-crypt.o -MD -MP -MF camellia128-crypt.o.d -c camellia128-crypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia128-set-decrypt-key.o -MD -MP -MF camellia128-set-decrypt-key.o.d -c camellia128-set-decrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia128-meta.o -MD -MP -MF camellia128-meta.o.d -c camellia128-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia192-meta.o -MD -MP -MF camellia192-meta.o.d -c camellia192-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia256-set-encrypt-key.o -MD -MP -MF camellia256-set-encrypt-key.o.d -c camellia256-set-encrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia256-crypt.o -MD -MP -MF camellia256-crypt.o.d -c camellia256-crypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia256-set-decrypt-key.o -MD -MP -MF camellia256-set-decrypt-key.o.d -c camellia256-set-decrypt-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia256-meta.o -MD -MP -MF camellia256-meta.o.d -c camellia256-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -c cast128.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -c cast128-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -c cbc.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ccm.o -MD -MP -MF ccm.o.d -c ccm.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ccm-aes128.o -MD -MP -MF ccm-aes128.o.d -c ccm-aes128.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ccm-aes192.o -MD -MP -MF ccm-aes192.o.d -c ccm-aes192.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ccm-aes256.o -MD -MP -MF ccm-aes256.o.d -c ccm-aes256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT chacha-crypt.o -MD -MP -MF chacha-crypt.o.d -c chacha-crypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT chacha-core-internal.o -MD -MP -MF chacha-core-internal.o.d -c chacha-core-internal.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT chacha-poly1305.o -MD -MP -MF chacha-poly1305.o.d -c chacha-poly1305.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT chacha-poly1305-meta.o -MD -MP -MF chacha-poly1305-meta.o.d -c chacha-poly1305-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT chacha-set-key.o -MD -MP -MF chacha-set-key.o.d -c chacha-set-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT chacha-set-nonce.o -MD -MP -MF chacha-set-nonce.o.d -c chacha-set-nonce.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -c ctr.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -c des.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -c des3.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -c des-compat.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eax.o -MD -MP -MF eax.o.d -c eax.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eax-aes128.o -MD -MP -MF eax-aes128.o.d -c eax-aes128.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eax-aes128-meta.o -MD -MP -MF eax-aes128-meta.o.d -c eax-aes128-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -c gcm.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -c gcm-aes.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes128.o -MD -MP -MF gcm-aes128.o.d -c gcm-aes128.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes128-meta.o -MD -MP -MF gcm-aes128-meta.o.d -c gcm-aes128-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes192.o -MD -MP -MF gcm-aes192.o.d -c gcm-aes192.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes192-meta.o -MD -MP -MF gcm-aes192-meta.o.d -c gcm-aes192-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes256.o -MD -MP -MF gcm-aes256.o.d -c gcm-aes256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes256-meta.o -MD -MP -MF gcm-aes256-meta.o.d -c gcm-aes256-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-camellia128.o -MD -MP -MF gcm-camellia128.o.d -c gcm-camellia128.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-camellia128-meta.o -MD -MP -MF gcm-camellia128-meta.o.d -c gcm-camellia128-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-camellia256.o -MD -MP -MF gcm-camellia256.o.d -c gcm-camellia256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-camellia256-meta.o -MD -MP -MF gcm-camellia256-meta.o.d -c gcm-camellia256-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gosthash94.o -MD -MP -MF gosthash94.o.d -c gosthash94.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gosthash94-meta.o -MD -MP -MF gosthash94-meta.o.d -c gosthash94-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -c hmac.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -c hmac-md5.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -c hmac-ripemd160.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -c hmac-sha1.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -c hmac-sha224.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -c hmac-sha256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -c hmac-sha384.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -c hmac-sha512.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -c knuth-lfib.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -c md2.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -c md2-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -c md4.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -c md4-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -c md5.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -c md5-compress.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -c md5-compat.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -c md5-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memeql-sec.o -MD -MP -MF memeql-sec.o.d -c memeql-sec.c \
- && true
- /usr/bin/m4 ./asm.m4 machine.m4 config.m4 memxor.asm >memxor.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -c memxor.s
- /usr/bin/m4 ./asm.m4 machine.m4 config.m4 memxor3.asm >memxor3.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-aeads.o -MD -MP -MF nettle-meta-aeads.o.d -c nettle-meta-aeads.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor3.o -MD -MP -MF memxor3.o.d -c memxor3.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -c nettle-meta-armors.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -c nettle-meta-ciphers.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -c nettle-meta-hashes.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pbkdf2.o -MD -MP -MF pbkdf2.o.d -c pbkdf2.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pbkdf2-hmac-sha1.o -MD -MP -MF pbkdf2-hmac-sha1.o.d -c pbkdf2-hmac-sha1.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pbkdf2-hmac-sha256.o -MD -MP -MF pbkdf2-hmac-sha256.o.d -c pbkdf2-hmac-sha256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT poly1305-aes.o -MD -MP -MF poly1305-aes.o.d -c poly1305-aes.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT poly1305-internal.o -MD -MP -MF poly1305-internal.o.d -c poly1305-internal.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -c realloc.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -c ripemd160.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -c ripemd160-compress.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -c ripemd160-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-core-internal.o -MD -MP -MF salsa20-core-internal.o.d -c salsa20-core-internal.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -c salsa20-crypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20r12-crypt.o -MD -MP -MF salsa20r12-crypt.o.d -c salsa20r12-crypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -c salsa20-set-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-nonce.o -MD -MP -MF salsa20-set-nonce.o.d -c salsa20-set-nonce.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-128-set-key.o -MD -MP -MF salsa20-128-set-key.o.d -c salsa20-128-set-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-256-set-key.o -MD -MP -MF salsa20-256-set-key.o.d -c salsa20-256-set-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -c sha1.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -c sha1-compress.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -c sha1-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -c sha256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -c sha256-compress.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -c sha224-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -c sha256-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -c sha512.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -c sha512-compress.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -c sha384-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -c sha512-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-224-meta.o -MD -MP -MF sha512-224-meta.o.d -c sha512-224-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-256-meta.o -MD -MP -MF sha512-256-meta.o.d -c sha512-256-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3.o -MD -MP -MF sha3.o.d -c sha3.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-permute.o -MD -MP -MF sha3-permute.o.d -c sha3-permute.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-224.o -MD -MP -MF sha3-224.o.d -c sha3-224.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-224-meta.o -MD -MP -MF sha3-224-meta.o.d -c sha3-224-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-256.o -MD -MP -MF sha3-256.o.d -c sha3-256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-256-meta.o -MD -MP -MF sha3-256-meta.o.d -c sha3-256-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-384.o -MD -MP -MF sha3-384.o.d -c sha3-384.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-384-meta.o -MD -MP -MF sha3-384-meta.o.d -c sha3-384-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-512.o -MD -MP -MF sha3-512.o.d -c sha3-512.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha3-512-meta.o -MD -MP -MF sha3-512-meta.o.d -c sha3-512-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -c serpent-set-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -c serpent-encrypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -c serpent-decrypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -c serpent-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -c twofish.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -c twofish-meta.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac-nh.o -MD -MP -MF umac-nh.o.d -c umac-nh.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac-nh-n.o -MD -MP -MF umac-nh-n.o.d -c umac-nh-n.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac-l2.o -MD -MP -MF umac-l2.o.d -c umac-l2.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac-l3.o -MD -MP -MF umac-l3.o.d -c umac-l3.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac-poly64.o -MD -MP -MF umac-poly64.o.d -c umac-poly64.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac-poly128.o -MD -MP -MF umac-poly128.o.d -c umac-poly128.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac-set-key.o -MD -MP -MF umac-set-key.o.d -c umac-set-key.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac32.o -MD -MP -MF umac32.o.d -c umac32.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac64.o -MD -MP -MF umac64.o.d -c umac64.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac96.o -MD -MP -MF umac96.o.d -c umac96.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT umac128.o -MD -MP -MF umac128.o.d -c umac128.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT version.o -MD -MP -MF version.o.d -c version.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -c write-be32.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -c write-le32.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le64.o -MD -MP -MF write-le64.o.d -c write-le64.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -c yarrow256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -c yarrow_key_event.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -c sexp.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -c sexp-format.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -c sexp-transport.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -c sexp-transport-format.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -c bignum.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -c bignum-random.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -c bignum-random-prime.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -c sexp2bignum.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -c pkcs1.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -c pkcs1-encrypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -c pkcs1-decrypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -c pkcs1-rsa-digest.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -c pkcs1-rsa-md5.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -c pkcs1-rsa-sha1.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -c pkcs1-rsa-sha256.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -c pkcs1-rsa-sha512.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -c rsa.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign-tr.o -MD -MP -MF rsa-sign-tr.o.d -c rsa-sign-tr.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -c rsa-pkcs1-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -c rsa-pkcs1-sign-tr.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -c rsa-pkcs1-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -c rsa-md5-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign-tr.o -MD -MP -MF rsa-md5-sign-tr.o.d -c rsa-md5-sign-tr.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -c rsa-md5-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -c rsa-sha1-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign-tr.o -MD -MP -MF rsa-sha1-sign-tr.o.d -c rsa-sha1-sign-tr.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -c rsa-sha1-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -c rsa-sha256-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign-tr.o -MD -MP -MF rsa-sha256-sign-tr.o.d -c rsa-sha256-sign-tr.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -c rsa-sha256-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -c rsa-sha512-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign-tr.o -MD -MP -MF rsa-sha512-sign-tr.o.d -c rsa-sha512-sign-tr.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -c rsa-sha512-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -c rsa-decrypt-tr.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -c rsa-blind.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -c rsa2sexp.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -c sexp2rsa.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -c dsa.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-compat.o -MD -MP -MF dsa-compat.o.d -c dsa-compat.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-compat-keygen.o -MD -MP -MF dsa-compat-keygen.o.d -c dsa-compat-keygen.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-gen-params.o -MD -MP -MF dsa-gen-params.o.d -c dsa-gen-params.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -c dsa-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -c dsa-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -c dsa-keygen.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-hash.o -MD -MP -MF dsa-hash.o.d -c dsa-hash.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -c dsa-sha1-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -c dsa-sha1-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -c dsa-sha256-sign.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -c dsa-sha256-verify.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -c dsa2sexp.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -c sexp2dsa.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -c pgp-encode.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -c rsa2openpgp.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -c der-iterator.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -c der2rsa.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -c der2dsa.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sec-add-1.o -MD -MP -MF sec-add-1.o.d -c sec-add-1.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sec-sub-1.o -MD -MP -MF sec-sub-1.o.d -c sec-sub-1.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sec-tabselect.o -MD -MP -MF sec-tabselect.o.d -c sec-tabselect.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gmp-glue.o -MD -MP -MF gmp-glue.o.d -c gmp-glue.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cnd-copy.o -MD -MP -MF cnd-copy.o.d -c cnd-copy.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-mod.o -MD -MP -MF ecc-mod.o.d -c ecc-mod.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-mod-inv.o -MD -MP -MF ecc-mod-inv.o.d -c ecc-mod-inv.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-mod-arith.o -MD -MP -MF ecc-mod-arith.o.d -c ecc-mod-arith.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-pp1-redc.o -MD -MP -MF ecc-pp1-redc.o.d -c ecc-pp1-redc.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-pm1-redc.o -MD -MP -MF ecc-pm1-redc.o.d -c ecc-pm1-redc.c \
- && true
- make eccdata
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-size.o -MD -MP -MF ecc-size.o.d -c ecc-size.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-j-to-a.o -MD -MP -MF ecc-j-to-a.o.d -c ecc-j-to-a.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-a-to-j.o -MD -MP -MF ecc-a-to-j.o.d -c ecc-a-to-j.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-dup-jj.o -MD -MP -MF ecc-dup-jj.o.d -c ecc-dup-jj.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-add-jja.o -MD -MP -MF ecc-add-jja.o.d -c ecc-add-jja.c \
- && true
- Makefile:645: ecc-j-to-a.o.d: No such file or directory
- make[4]: *** No rule to make target 'ecc-j-to-a.o.d'. Stop.
- Makefile:367: recipe for target 'eccdata.stamp' failed
- make[3]: *** [eccdata.stamp] Error 2
- make[3]: *** Waiting for unfinished jobs....
- Makefile:49: recipe for target 'all' failed
- make[2]: *** [all] Error 2
- make/gstreamer.mk:377: recipe for target '/home/vanhofen/ni/buildsystem/deps/nettle' failed
- make[1]: *** [/home/vanhofen/ni/buildsystem/deps/nettle] Error 2
- make/ni.mk:47: recipe for target 'ni-image' failed
- make: *** [ni-image] Error 2
- vanhofen@jessie:~/ni/buildsystem[master]$ make ni-image
- starting 'make ni-image' build with 8 threads!
- make -j$(expr `grep -c ^processor /proc/cpuinfo`) neutrino
- make[1]: Circular /home/vanhofen/ni/buildsystem/build_tmp/ni-libstb-hal-next/config.status <- /home/vanhofen/ni/buildsystem/deps/libstb-hal dependency dropped.
- tar -C /home/vanhofen/ni/buildsystem/build_tmp -xf /home/vanhofen/ni/buildsystem/download/nettle-3.3.tar.gz
- set -e; cd /home/vanhofen/ni/buildsystem/build_tmp/nettle-3.3; \
- patch -p1 -i /home/vanhofen/ni/buildsystem/archive-patches/nettle-3.3.patch; \
- test -f ./configure || ./autogen.sh && CC=arm-cortex-linux-gnueabihf-gcc CXX=arm-cortex-linux-gnueabihf-g++ LD=arm-cortex-linux-gnueabihf-ld NM=arm-cortex-linux-gnueabihf-nm AR=arm-cortex-linux-gnueabihf-ar AS=arm-cortex-linux-gnueabihf-as LDD=arm-cortex-linux-gnueabihf-ldd RANLIB=arm-cortex-linux-gnueabihf-ranlib STRIP=arm-cortex-linux-gnueabihf-strip OBJCOPY=arm-cortex-linux-gnueabihf-objcopy OBJDUMP=arm-cortex-linux-gnueabihf-objdump READELF=arm-cortex-linux-gnueabihf-readelf CFLAGS="-pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include" CPPFLAGS="-pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include" CXXFLAGS="-pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include" LDFLAGS="-lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib " PKG_CONFIG_PATH=/home/vanhofen/ni/buildsystem/root/lib/pkgconfig ./configure --build=x86_64-unknown-linux-gnu --host=arm-cortex-linux-gnueabihf \
- --prefix= \
- --disable-documentation \
- ; \
- make all; \
- make install DESTDIR=/home/vanhofen/ni/buildsystem/root
- patching file Makefile.in
- patching file testsuite/Makefile.in
- Hunk #1 succeeded at 121 (offset 5 lines).
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... arm-cortex-linux-gnueabihf
- checking for -R flag... using -Wl,-rpath,
- Searching for libraries
- checking /lib... added
- checking /usr/local/lib... added
- checking /sw/local/lib... not found
- checking /sw/lib... not found
- checking /usr/gnu/lib... not found
- checking /opt/gnu/lib... not found
- checking /sw/gnu/lib... not found
- checking /usr/freeware/lib... not found
- checking /usr/pkg/lib... not found
- checking for arm-cortex-linux-gnueabihf-gcc... arm-cortex-linux-gnueabihf-gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... yes
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether arm-cortex-linux-gnueabihf-gcc accepts -g... yes
- checking for arm-cortex-linux-gnueabihf-gcc option to accept ISO C89... none needed
- checking for ifunc support... no
- checking whether we are using the GNU C++ compiler... yes
- checking whether arm-cortex-linux-gnueabihf-g++ accepts -g... yes
- checking if LD -Wl,--version-script works... yes
- checking whether make sets $(MAKE)... yes
- checking for arm-cortex-linux-gnueabihf-ranlib... arm-cortex-linux-gnueabihf-ranlib
- checking for arm-cortex-linux-gnueabihf-nm... arm-cortex-linux-gnueabihf-nm
- checking for arm-cortex-linux-gnueabihf-objdump... arm-cortex-linux-gnueabihf-objdump
- checking for arm-cortex-linux-gnueabihf-ar... arm-cortex-linux-gnueabihf-ar
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking whether ln -s works... yes
- checking build system compiler gcc... yes
- checking for build system executable suffix...
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking how to run the C preprocessor... arm-cortex-linux-gnueabihf-gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for uid_t in sys/types.h... yes
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for size_t... yes
- checking whether time.h and sys/time.h may both be included... yes
- checking size of long... 4
- checking size of size_t... 4
- checking openssl/blowfish.h usability... yes
- checking openssl/blowfish.h presence... yes
- checking for openssl/blowfish.h... yes
- checking openssl/des.h usability... yes
- checking openssl/des.h presence... yes
- checking for openssl/des.h... yes
- checking openssl/cast.h usability... yes
- checking openssl/cast.h presence... yes
- checking for openssl/cast.h... yes
- checking openssl/aes.h usability... yes
- checking openssl/aes.h presence... yes
- checking for openssl/aes.h... yes
- checking openssl/ecdsa.h usability... yes
- checking openssl/ecdsa.h presence... yes
- checking for openssl/ecdsa.h... yes
- checking valgrind/memcheck.h usability... no
- checking valgrind/memcheck.h presence... no
- checking for valgrind/memcheck.h... no
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking for dlopen in -ldl... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking malloc.h usability... yes
- checking malloc.h presence... yes
- checking for malloc.h... yes
- checking for strerror... yes
- checking for secure_getenv... yes
- checking for getline... yes
- checking whether byte ordering is bigendian... no
- checking for __attribute__... yes
- checking for stdint types... stdint.h (shortcircuit)
- make use of stdint.h in nettle-stdint.h (assuming C99 compatible system)
- checking for fcntl file locking... yes
- checking for __gmpz_powm_sec in -lgmp... yes
- checking for GMP limb size... 32 bits
- configure: Looking for assembler files in arm.
- checking CCPIC... -fpic
- checking if globals are prefixed by underscore... no
- checking for ELF-style .type,%function pseudo-ops... yes
- checking for ELF-style .type,#function pseudo-ops... yes
- checking for COFF-style .type directive... no
- checking if we should use a .note.GNU-stack section... yes
- checking if .align assembly directive is logarithmic... yes
- checking for m4... /usr/bin/m4
- checking for BF_ecb_encrypt in -lcrypto... yes
- checking for library containing clock_gettime... none required
- configure: creating ./config.status
- config.status: creating config.make
- config.status: creating config.m4
- config.status: creating Makefile
- config.status: creating version.h
- config.status: creating tools/Makefile
- config.status: creating testsuite/Makefile
- config.status: creating examples/Makefile
- config.status: creating nettle.pc
- config.status: creating hogweed.pc
- config.status: creating libnettle.map
- config.status: creating libhogweed.map
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: linking arm/aes-encrypt-internal.asm to aes-encrypt-internal.asm
- config.status: linking arm/aes-decrypt-internal.asm to aes-decrypt-internal.asm
- config.status: linking arm/memxor.asm to memxor.asm
- config.status: linking arm/memxor3.asm to memxor3.asm
- config.status: linking arm/machine.m4 to machine.m4
- config.status: linking arm/ecc-192-modp.asm to ecc-192-modp.asm
- config.status: linking arm/ecc-224-modp.asm to ecc-224-modp.asm
- config.status: linking arm/ecc-256-redc.asm to ecc-256-redc.asm
- config.status: linking arm/ecc-384-modp.asm to ecc-384-modp.asm
- config.status: linking arm/ecc-521-modp.asm to ecc-521-modp.asm
- config.status: executing dummy-dep-files commands
- config.status: executing nettle-stdint.h commands
- config.status: creating nettle-stdint.h : __NETTLE_STDINT_H
- config.status: nettle-stdint.h is unchanged
- configure: summary of build options:
- Version: nettle 3.3
- Host type: arm-cortex-linux-gnueabihf
- ABI: standard
- Assembly files: arm
- Install prefix:
- Library directory: ${exec_prefix}/lib
- Compiler: arm-cortex-linux-gnueabihf-gcc
- Static libraries: yes
- Shared libraries: yes
- Public key crypto: yes
- Using mini-gmp: no
- Documentation: no
- make all-here
- ./config.status config.h
- /usr/bin/m4 ./asm.m4 machine.m4 config.m4 aes-decrypt-internal.asm >aes-decrypt-internal.s
- /usr/bin/m4 ./asm.m4 machine.m4 config.m4 aes-encrypt-internal.asm >aes-encrypt-internal.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -c aes-decrypt-internal.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -c aes-encrypt-internal.s
- /usr/bin/m4 ./asm.m4 machine.m4 config.m4 memxor.asm >memxor.s
- /usr/bin/m4 ./asm.m4 machine.m4 config.m4 memxor3.asm >memxor3.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -c memxor.s
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor3.o -MD -MP -MF memxor3.o.d -c memxor3.s
- make eccdata
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-add-jjj.o -MD -MP -MF ecc-add-jjj.o.d -c ecc-add-jjj.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-eh-to-a.o -MD -MP -MF ecc-eh-to-a.o.d -c ecc-eh-to-a.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-dup-eh.o -MD -MP -MF ecc-dup-eh.o.d -c ecc-dup-eh.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-add-eh.o -MD -MP -MF ecc-add-eh.o.d -c ecc-add-eh.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-add-ehh.o -MD -MP -MF ecc-add-ehh.o.d -c ecc-add-ehh.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-mul-g-eh.o -MD -MP -MF ecc-mul-g-eh.o.d -c ecc-mul-g-eh.c \
- && true
- config.status: creating config.h
- config.status: config.h is unchanged
- Makefile:645: ecc-add-ehh.o.d: No such file or directory
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-mul-a-eh.o -MD -MP -MF ecc-mul-a-eh.o.d -c ecc-mul-a-eh.c \
- && true
- echo timestamp > stamp-h
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-mul-g.o -MD -MP -MF ecc-mul-g.o.d -c ecc-mul-g.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-mul-a.o -MD -MP -MF ecc-mul-a.o.d -c ecc-mul-a.c \
- && true
- arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ecc-hash.o -MD -MP -MF ecc-hash.o.d -c ecc-hash.c \
- && true
- make[4]: *** No rule to make target 'ecc-add-ehh.o.d'. Stop.
- Makefile:367: recipe for target 'eccdata.stamp' failed
- make[3]: *** [eccdata.stamp] Error 2
- make[3]: *** Waiting for unfinished jobs....
- Makefile:49: recipe for target 'all' failed
- make[2]: *** [all] Error 2
- make/gstreamer.mk:377: recipe for target '/home/vanhofen/ni/buildsystem/deps/nettle' failed
- make[1]: *** [/home/vanhofen/ni/buildsystem/deps/nettle] Error 2
- make/ni.mk:47: recipe for target 'ni-image' failed
- make: *** [ni-image] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement