Advertisement
svenhoefer

Untitled

Nov 16th, 2017
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 152.12 KB | None | 0 0
  1. tar -C /home/vanhofen/ni/buildsystem/build_tmp -xf /home/vanhofen/ni/buildsystem/download/nettle-3.3.tar.gz
  2. set -e; cd /home/vanhofen/ni/buildsystem/build_tmp/nettle-3.3; \
  3. patch -p1 -i /home/vanhofen/ni/buildsystem/archive-patches/nettle-3.3.patch; \
  4. 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 \
  5. --prefix= \
  6. --disable-documentation \
  7. ; \
  8. make all; \
  9. make install DESTDIR=/home/vanhofen/ni/buildsystem/root
  10. patching file Makefile.in
  11. patching file testsuite/Makefile.in
  12. Hunk #1 succeeded at 121 (offset 5 lines).
  13. checking build system type... x86_64-unknown-linux-gnu
  14. checking host system type... arm-cortex-linux-gnueabihf
  15. checking for -R flag... using -Wl,-rpath,
  16. Searching for libraries
  17. checking /lib... added
  18. checking /usr/local/lib... added
  19. checking /sw/local/lib... not found
  20. checking /sw/lib... not found
  21. checking /usr/gnu/lib... not found
  22. checking /opt/gnu/lib... not found
  23. checking /sw/gnu/lib... not found
  24. checking /usr/freeware/lib... not found
  25. checking /usr/pkg/lib... not found
  26. checking for arm-cortex-linux-gnueabihf-gcc... arm-cortex-linux-gnueabihf-gcc
  27. checking whether the C compiler works... yes
  28. checking for C compiler default output file name... a.out
  29. checking for suffix of executables...
  30. checking whether we are cross compiling... yes
  31. checking for suffix of object files... o
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether arm-cortex-linux-gnueabihf-gcc accepts -g... yes
  34. checking for arm-cortex-linux-gnueabihf-gcc option to accept ISO C89... none needed
  35. checking for ifunc support... no
  36. checking whether we are using the GNU C++ compiler... yes
  37. checking whether arm-cortex-linux-gnueabihf-g++ accepts -g... yes
  38. checking if LD -Wl,--version-script works... yes
  39. checking whether make sets $(MAKE)... yes
  40. checking for arm-cortex-linux-gnueabihf-ranlib... arm-cortex-linux-gnueabihf-ranlib
  41. checking for arm-cortex-linux-gnueabihf-nm... arm-cortex-linux-gnueabihf-nm
  42. checking for arm-cortex-linux-gnueabihf-objdump... arm-cortex-linux-gnueabihf-objdump
  43. checking for arm-cortex-linux-gnueabihf-ar... arm-cortex-linux-gnueabihf-ar
  44. checking for a BSD-compatible install... /usr/bin/install -c
  45. checking for a thread-safe mkdir -p... /bin/mkdir -p
  46. checking whether ln -s works... yes
  47. checking build system compiler gcc... yes
  48. checking for build system executable suffix...
  49. checking for an ANSI C-conforming const... yes
  50. checking for inline... inline
  51. checking how to run the C preprocessor... arm-cortex-linux-gnueabihf-gcc -E
  52. checking for grep that handles long lines and -e... /bin/grep
  53. checking for egrep... /bin/grep -E
  54. checking for uid_t in sys/types.h... yes
  55. checking for ANSI C header files... yes
  56. checking for sys/types.h... yes
  57. checking for sys/stat.h... yes
  58. checking for stdlib.h... yes
  59. checking for string.h... yes
  60. checking for memory.h... yes
  61. checking for strings.h... yes
  62. checking for inttypes.h... yes
  63. checking for stdint.h... yes
  64. checking for unistd.h... yes
  65. checking for size_t... yes
  66. checking whether time.h and sys/time.h may both be included... yes
  67. checking size of long... 4
  68. checking size of size_t... 4
  69. checking openssl/blowfish.h usability... yes
  70. checking openssl/blowfish.h presence... yes
  71. checking for openssl/blowfish.h... yes
  72. checking openssl/des.h usability... yes
  73. checking openssl/des.h presence... yes
  74. checking for openssl/des.h... yes
  75. checking openssl/cast.h usability... yes
  76. checking openssl/cast.h presence... yes
  77. checking for openssl/cast.h... yes
  78. checking openssl/aes.h usability... yes
  79. checking openssl/aes.h presence... yes
  80. checking for openssl/aes.h... yes
  81. checking openssl/ecdsa.h usability... yes
  82. checking openssl/ecdsa.h presence... yes
  83. checking for openssl/ecdsa.h... yes
  84. checking valgrind/memcheck.h usability... no
  85. checking valgrind/memcheck.h presence... no
  86. checking for valgrind/memcheck.h... no
  87. checking dlfcn.h usability... yes
  88. checking dlfcn.h presence... yes
  89. checking for dlfcn.h... yes
  90. checking for dlopen in -ldl... yes
  91. checking for working alloca.h... yes
  92. checking for alloca... yes
  93. checking malloc.h usability... yes
  94. checking malloc.h presence... yes
  95. checking for malloc.h... yes
  96. checking for strerror... yes
  97. checking for secure_getenv... yes
  98. checking for getline... yes
  99. checking whether byte ordering is bigendian... no
  100. checking for __attribute__... yes
  101. checking for stdint types... stdint.h (shortcircuit)
  102. make use of stdint.h in nettle-stdint.h (assuming C99 compatible system)
  103. checking for fcntl file locking... yes
  104. checking for __gmpz_powm_sec in -lgmp... yes
  105. checking for GMP limb size... 32 bits
  106. configure: Looking for assembler files in arm.
  107. checking CCPIC... -fpic
  108. checking if globals are prefixed by underscore... no
  109. checking for ELF-style .type,%function pseudo-ops... yes
  110. checking for ELF-style .type,#function pseudo-ops... yes
  111. checking for COFF-style .type directive... no
  112. checking if we should use a .note.GNU-stack section... yes
  113. checking if .align assembly directive is logarithmic... yes
  114. checking for m4... /usr/bin/m4
  115. checking for BF_ecb_encrypt in -lcrypto... yes
  116. checking for library containing clock_gettime... none required
  117. configure: creating ./config.status
  118. config.status: creating config.make
  119. config.status: creating config.m4
  120. config.status: creating Makefile
  121. config.status: creating version.h
  122. config.status: creating tools/Makefile
  123. config.status: creating testsuite/Makefile
  124. config.status: creating examples/Makefile
  125. config.status: creating nettle.pc
  126. config.status: creating hogweed.pc
  127. config.status: creating libnettle.map
  128. config.status: creating libhogweed.map
  129. config.status: creating config.h
  130. config.status: linking arm/aes-encrypt-internal.asm to aes-encrypt-internal.asm
  131. config.status: linking arm/aes-decrypt-internal.asm to aes-decrypt-internal.asm
  132. config.status: linking arm/memxor.asm to memxor.asm
  133. config.status: linking arm/memxor3.asm to memxor3.asm
  134. config.status: linking arm/machine.m4 to machine.m4
  135. config.status: linking arm/ecc-192-modp.asm to ecc-192-modp.asm
  136. config.status: linking arm/ecc-224-modp.asm to ecc-224-modp.asm
  137. config.status: linking arm/ecc-256-redc.asm to ecc-256-redc.asm
  138. config.status: linking arm/ecc-384-modp.asm to ecc-384-modp.asm
  139. config.status: linking arm/ecc-521-modp.asm to ecc-521-modp.asm
  140. config.status: executing dummy-dep-files commands
  141. config.status: executing nettle-stdint.h commands
  142. config.status: creating nettle-stdint.h : __NETTLE_STDINT_H
  143. configure: summary of build options:
  144.  
  145. Version: nettle 3.3
  146. Host type: arm-cortex-linux-gnueabihf
  147. ABI: standard
  148. Assembly files: arm
  149. Install prefix:
  150. Library directory: ${exec_prefix}/lib
  151. Compiler: arm-cortex-linux-gnueabihf-gcc
  152. Static libraries: yes
  153. Shared libraries: yes
  154. Public key crypto: yes
  155. Using mini-gmp: no
  156. Documentation: no
  157.  
  158. make all-here
  159. gcc -O `test -f aesdata.c || echo './'`aesdata.c \
  160. -o aesdata
  161. gcc -O `test -f desdata.c || echo './'`desdata.c \
  162. -o desdata
  163. gcc -O `test -f twofishdata.c || echo './'`twofishdata.c \
  164. -o twofishdata
  165. gcc -O `test -f shadata.c || echo './'`shadata.c -lm \
  166. -o shadata
  167. gcc -O `test -f gcmdata.c || echo './'`gcmdata.c \
  168. -o gcmdata
  169. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  170. && true
  171. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  172. && true
  173. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  174. && true
  175. /usr/bin/m4 ./asm.m4 machine.m4 config.m4 aes-decrypt-internal.asm >aes-decrypt-internal.s
  176. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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
  177. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  178. && true
  179. /usr/bin/m4 ./asm.m4 machine.m4 config.m4 aes-encrypt-internal.asm >aes-encrypt-internal.s
  180. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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
  181. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  182. && true
  183. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  184. && true
  185. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  186. && true
  187. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  188. && true
  189. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  190. && true
  191. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  192. && true
  193. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  194. && true
  195. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  196. && true
  197. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  198. && true
  199. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  200. && true
  201. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  202. && true
  203. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  204. && true
  205. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  206. && true
  207. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  208. && true
  209. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  210. && true
  211. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  212. && true
  213. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  214. && true
  215. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  216. && true
  217. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  218. && true
  219. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  220. && true
  221. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  222. && true
  223. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  224. && true
  225. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  226. && true
  227. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  228. && true
  229. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  230. && true
  231. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  232. && true
  233. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  234. && true
  235. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  236. && true
  237. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  238. && true
  239. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  240. && true
  241. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  242. && true
  243. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  244. && true
  245. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  246. && true
  247. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  248. && true
  249. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  250. && true
  251. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  252. && true
  253. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  254. && true
  255. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  256. && true
  257. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  258. && true
  259. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  260. && true
  261. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  262. && true
  263. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  264. && true
  265. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  266. && true
  267. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  268. && true
  269. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  270. && true
  271. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  272. && true
  273. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  274. && true
  275. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  276. && true
  277. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  278. && true
  279. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  280. && true
  281. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  282. && true
  283. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  284. && true
  285. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  286. && true
  287. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  288. && true
  289. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  290. && true
  291. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  292. && true
  293. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  294. && true
  295. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  296. && true
  297. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  298. && true
  299. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  300. && true
  301. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  302. && true
  303. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  304. && true
  305. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  306. && true
  307. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  308. && true
  309. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  310. && true
  311. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  312. && true
  313. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  314. && true
  315. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  316. && true
  317. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  318. && true
  319. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  320. && true
  321. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  322. && true
  323. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  324. && true
  325. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  326. && true
  327. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  328. && true
  329. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  330. && true
  331. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  332. && true
  333. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  334. && true
  335. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  336. && true
  337. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  338. && true
  339. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  340. && true
  341. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  342. && true
  343. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  344. && true
  345. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  346. && true
  347. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  348. && true
  349. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  350. && true
  351. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  352. && true
  353. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  354. && true
  355. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  356. && true
  357. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  358. && true
  359. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  360. && true
  361. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  362. && true
  363. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  364. && true
  365. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  366. && true
  367. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  368. && true
  369. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  370. && true
  371. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  372. && true
  373. /usr/bin/m4 ./asm.m4 machine.m4 config.m4 memxor.asm >memxor.s
  374. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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
  375. /usr/bin/m4 ./asm.m4 machine.m4 config.m4 memxor3.asm >memxor3.s
  376. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  377. && true
  378. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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
  379. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  380. && true
  381. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  382. && true
  383. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  384. && true
  385. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  386. && true
  387. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  388. && true
  389. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  390. && true
  391. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  392. && true
  393. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  394. && true
  395. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  396. && true
  397. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  398. && true
  399. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  400. && true
  401. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  402. && true
  403. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  404. && true
  405. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  406. && true
  407. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  408. && true
  409. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  410. && true
  411. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  412. && true
  413. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  414. && true
  415. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  416. && true
  417. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  418. && true
  419. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  420. && true
  421. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  422. && true
  423. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  424. && true
  425. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  426. && true
  427. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  428. && true
  429. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  430. && true
  431. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  432. && true
  433. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  434. && true
  435. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  436. && true
  437. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  438. && true
  439. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  440. && true
  441. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  442. && true
  443. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  444. && true
  445. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  446. && true
  447. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  448. && true
  449. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  450. && true
  451. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  452. && true
  453. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  454. && true
  455. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  456. && true
  457. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  458. && true
  459. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  460. && true
  461. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  462. && true
  463. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  464. && true
  465. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  466. && true
  467. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  468. && true
  469. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  470. && true
  471. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  472. && true
  473. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  474. && true
  475. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  476. && true
  477. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  478. && true
  479. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  480. && true
  481. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  482. && true
  483. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  484. && true
  485. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  486. && true
  487. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  488. && true
  489. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  490. && true
  491. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  492. && true
  493. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  494. && true
  495. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  496. && true
  497. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  498. && true
  499. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  500. && true
  501. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  502. && true
  503. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  504. && true
  505. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  506. && true
  507. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  508. && true
  509. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  510. && true
  511. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  512. && true
  513. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  514. && true
  515. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  516. && true
  517. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  518. && true
  519. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  520. && true
  521. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  522. && true
  523. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  524. && true
  525. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  526. && true
  527. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  528. && true
  529. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  530. && true
  531. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  532. && true
  533. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  534. && true
  535. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  536. && true
  537. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  538. && true
  539. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  540. && true
  541. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  542. && true
  543. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  544. && true
  545. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  546. && true
  547. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  548. && true
  549. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  550. && true
  551. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  552. && true
  553. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  554. && true
  555. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  556. && true
  557. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  558. && true
  559. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  560. && true
  561. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  562. && true
  563. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  564. && true
  565. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  566. && true
  567. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  568. && true
  569. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  570. && true
  571. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  572. && true
  573. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  574. && true
  575. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  576. && true
  577. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  578. && true
  579. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  580. && true
  581. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  582. && true
  583. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  584. && true
  585. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  586. && true
  587. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  588. && true
  589. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  590. && true
  591. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  592. && true
  593. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  594. && true
  595. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  596. && true
  597. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  598. && true
  599. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  600. && true
  601. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  602. && true
  603. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  604. && true
  605. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  606. && true
  607. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  608. && true
  609. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  610. && true
  611. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  612. && true
  613. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  614. && true
  615. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  616. && true
  617. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  618. && true
  619. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  620. && true
  621. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  622. && true
  623. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  624. && true
  625. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  626. && true
  627. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  628. && true
  629. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  630. && true
  631. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  632. && true
  633. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  634. && true
  635. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  636. && true
  637. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  638. && true
  639. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  640. && true
  641. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  642. && true
  643. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  644. && true
  645. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  646. && true
  647. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  648. && true
  649. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  650. && true
  651. make eccdata
  652. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  653. && true
  654. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  655. && true
  656. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  657. && true
  658. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  659. && true
  660. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  661. && true
  662. Makefile:645: ecc-j-to-a.o.d: No such file or directory
  663. make[4]: *** No rule to make target 'ecc-j-to-a.o.d'. Stop.
  664. Makefile:367: recipe for target 'eccdata.stamp' failed
  665. make[3]: *** [eccdata.stamp] Error 2
  666. make[3]: *** Waiting for unfinished jobs....
  667. Makefile:49: recipe for target 'all' failed
  668. make[2]: *** [all] Error 2
  669. make/gstreamer.mk:377: recipe for target '/home/vanhofen/ni/buildsystem/deps/nettle' failed
  670. make[1]: *** [/home/vanhofen/ni/buildsystem/deps/nettle] Error 2
  671. make/ni.mk:47: recipe for target 'ni-image' failed
  672. make: *** [ni-image] Error 2
  673. vanhofen@jessie:~/ni/buildsystem[master]$ make ni-image
  674. starting 'make ni-image' build with 8 threads!
  675. make -j$(expr `grep -c ^processor /proc/cpuinfo`) neutrino
  676. make[1]: Circular /home/vanhofen/ni/buildsystem/build_tmp/ni-libstb-hal-next/config.status <- /home/vanhofen/ni/buildsystem/deps/libstb-hal dependency dropped.
  677. tar -C /home/vanhofen/ni/buildsystem/build_tmp -xf /home/vanhofen/ni/buildsystem/download/nettle-3.3.tar.gz
  678. set -e; cd /home/vanhofen/ni/buildsystem/build_tmp/nettle-3.3; \
  679. patch -p1 -i /home/vanhofen/ni/buildsystem/archive-patches/nettle-3.3.patch; \
  680. 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 \
  681. --prefix= \
  682. --disable-documentation \
  683. ; \
  684. make all; \
  685. make install DESTDIR=/home/vanhofen/ni/buildsystem/root
  686. patching file Makefile.in
  687. patching file testsuite/Makefile.in
  688. Hunk #1 succeeded at 121 (offset 5 lines).
  689. checking build system type... x86_64-unknown-linux-gnu
  690. checking host system type... arm-cortex-linux-gnueabihf
  691. checking for -R flag... using -Wl,-rpath,
  692. Searching for libraries
  693. checking /lib... added
  694. checking /usr/local/lib... added
  695. checking /sw/local/lib... not found
  696. checking /sw/lib... not found
  697. checking /usr/gnu/lib... not found
  698. checking /opt/gnu/lib... not found
  699. checking /sw/gnu/lib... not found
  700. checking /usr/freeware/lib... not found
  701. checking /usr/pkg/lib... not found
  702. checking for arm-cortex-linux-gnueabihf-gcc... arm-cortex-linux-gnueabihf-gcc
  703. checking whether the C compiler works... yes
  704. checking for C compiler default output file name... a.out
  705. checking for suffix of executables...
  706. checking whether we are cross compiling... yes
  707. checking for suffix of object files... o
  708. checking whether we are using the GNU C compiler... yes
  709. checking whether arm-cortex-linux-gnueabihf-gcc accepts -g... yes
  710. checking for arm-cortex-linux-gnueabihf-gcc option to accept ISO C89... none needed
  711. checking for ifunc support... no
  712. checking whether we are using the GNU C++ compiler... yes
  713. checking whether arm-cortex-linux-gnueabihf-g++ accepts -g... yes
  714. checking if LD -Wl,--version-script works... yes
  715. checking whether make sets $(MAKE)... yes
  716. checking for arm-cortex-linux-gnueabihf-ranlib... arm-cortex-linux-gnueabihf-ranlib
  717. checking for arm-cortex-linux-gnueabihf-nm... arm-cortex-linux-gnueabihf-nm
  718. checking for arm-cortex-linux-gnueabihf-objdump... arm-cortex-linux-gnueabihf-objdump
  719. checking for arm-cortex-linux-gnueabihf-ar... arm-cortex-linux-gnueabihf-ar
  720. checking for a BSD-compatible install... /usr/bin/install -c
  721. checking for a thread-safe mkdir -p... /bin/mkdir -p
  722. checking whether ln -s works... yes
  723. checking build system compiler gcc... yes
  724. checking for build system executable suffix...
  725. checking for an ANSI C-conforming const... yes
  726. checking for inline... inline
  727. checking how to run the C preprocessor... arm-cortex-linux-gnueabihf-gcc -E
  728. checking for grep that handles long lines and -e... /bin/grep
  729. checking for egrep... /bin/grep -E
  730. checking for uid_t in sys/types.h... yes
  731. checking for ANSI C header files... yes
  732. checking for sys/types.h... yes
  733. checking for sys/stat.h... yes
  734. checking for stdlib.h... yes
  735. checking for string.h... yes
  736. checking for memory.h... yes
  737. checking for strings.h... yes
  738. checking for inttypes.h... yes
  739. checking for stdint.h... yes
  740. checking for unistd.h... yes
  741. checking for size_t... yes
  742. checking whether time.h and sys/time.h may both be included... yes
  743. checking size of long... 4
  744. checking size of size_t... 4
  745. checking openssl/blowfish.h usability... yes
  746. checking openssl/blowfish.h presence... yes
  747. checking for openssl/blowfish.h... yes
  748. checking openssl/des.h usability... yes
  749. checking openssl/des.h presence... yes
  750. checking for openssl/des.h... yes
  751. checking openssl/cast.h usability... yes
  752. checking openssl/cast.h presence... yes
  753. checking for openssl/cast.h... yes
  754. checking openssl/aes.h usability... yes
  755. checking openssl/aes.h presence... yes
  756. checking for openssl/aes.h... yes
  757. checking openssl/ecdsa.h usability... yes
  758. checking openssl/ecdsa.h presence... yes
  759. checking for openssl/ecdsa.h... yes
  760. checking valgrind/memcheck.h usability... no
  761. checking valgrind/memcheck.h presence... no
  762. checking for valgrind/memcheck.h... no
  763. checking dlfcn.h usability... yes
  764. checking dlfcn.h presence... yes
  765. checking for dlfcn.h... yes
  766. checking for dlopen in -ldl... yes
  767. checking for working alloca.h... yes
  768. checking for alloca... yes
  769. checking malloc.h usability... yes
  770. checking malloc.h presence... yes
  771. checking for malloc.h... yes
  772. checking for strerror... yes
  773. checking for secure_getenv... yes
  774. checking for getline... yes
  775. checking whether byte ordering is bigendian... no
  776. checking for __attribute__... yes
  777. checking for stdint types... stdint.h (shortcircuit)
  778. make use of stdint.h in nettle-stdint.h (assuming C99 compatible system)
  779. checking for fcntl file locking... yes
  780. checking for __gmpz_powm_sec in -lgmp... yes
  781. checking for GMP limb size... 32 bits
  782. configure: Looking for assembler files in arm.
  783. checking CCPIC... -fpic
  784. checking if globals are prefixed by underscore... no
  785. checking for ELF-style .type,%function pseudo-ops... yes
  786. checking for ELF-style .type,#function pseudo-ops... yes
  787. checking for COFF-style .type directive... no
  788. checking if we should use a .note.GNU-stack section... yes
  789. checking if .align assembly directive is logarithmic... yes
  790. checking for m4... /usr/bin/m4
  791. checking for BF_ecb_encrypt in -lcrypto... yes
  792. checking for library containing clock_gettime... none required
  793. configure: creating ./config.status
  794. config.status: creating config.make
  795. config.status: creating config.m4
  796. config.status: creating Makefile
  797. config.status: creating version.h
  798. config.status: creating tools/Makefile
  799. config.status: creating testsuite/Makefile
  800. config.status: creating examples/Makefile
  801. config.status: creating nettle.pc
  802. config.status: creating hogweed.pc
  803. config.status: creating libnettle.map
  804. config.status: creating libhogweed.map
  805. config.status: creating config.h
  806. config.status: config.h is unchanged
  807. config.status: linking arm/aes-encrypt-internal.asm to aes-encrypt-internal.asm
  808. config.status: linking arm/aes-decrypt-internal.asm to aes-decrypt-internal.asm
  809. config.status: linking arm/memxor.asm to memxor.asm
  810. config.status: linking arm/memxor3.asm to memxor3.asm
  811. config.status: linking arm/machine.m4 to machine.m4
  812. config.status: linking arm/ecc-192-modp.asm to ecc-192-modp.asm
  813. config.status: linking arm/ecc-224-modp.asm to ecc-224-modp.asm
  814. config.status: linking arm/ecc-256-redc.asm to ecc-256-redc.asm
  815. config.status: linking arm/ecc-384-modp.asm to ecc-384-modp.asm
  816. config.status: linking arm/ecc-521-modp.asm to ecc-521-modp.asm
  817. config.status: executing dummy-dep-files commands
  818. config.status: executing nettle-stdint.h commands
  819. config.status: creating nettle-stdint.h : __NETTLE_STDINT_H
  820. config.status: nettle-stdint.h is unchanged
  821. configure: summary of build options:
  822.  
  823. Version: nettle 3.3
  824. Host type: arm-cortex-linux-gnueabihf
  825. ABI: standard
  826. Assembly files: arm
  827. Install prefix:
  828. Library directory: ${exec_prefix}/lib
  829. Compiler: arm-cortex-linux-gnueabihf-gcc
  830. Static libraries: yes
  831. Shared libraries: yes
  832. Public key crypto: yes
  833. Using mini-gmp: no
  834. Documentation: no
  835.  
  836. make all-here
  837. ./config.status config.h
  838. /usr/bin/m4 ./asm.m4 machine.m4 config.m4 aes-decrypt-internal.asm >aes-decrypt-internal.s
  839. /usr/bin/m4 ./asm.m4 machine.m4 config.m4 aes-encrypt-internal.asm >aes-encrypt-internal.s
  840. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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
  841. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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
  842. /usr/bin/m4 ./asm.m4 machine.m4 config.m4 memxor.asm >memxor.s
  843. /usr/bin/m4 ./asm.m4 machine.m4 config.m4 memxor3.asm >memxor3.s
  844. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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
  845. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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
  846. make eccdata
  847. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  848. && true
  849. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  850. && true
  851. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  852. && true
  853. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  854. && true
  855. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  856. && true
  857. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  858. && true
  859. config.status: creating config.h
  860. config.status: config.h is unchanged
  861. Makefile:645: ecc-add-ehh.o.d: No such file or directory
  862. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  863. && true
  864. echo timestamp > stamp-h
  865. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  866. && true
  867. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  868. && true
  869. arm-cortex-linux-gnueabihf-gcc -I. -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -DHAVE_CONFIG_H -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/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 \
  870. && true
  871. make[4]: *** No rule to make target 'ecc-add-ehh.o.d'. Stop.
  872. Makefile:367: recipe for target 'eccdata.stamp' failed
  873. make[3]: *** [eccdata.stamp] Error 2
  874. make[3]: *** Waiting for unfinished jobs....
  875. Makefile:49: recipe for target 'all' failed
  876. make[2]: *** [all] Error 2
  877. make/gstreamer.mk:377: recipe for target '/home/vanhofen/ni/buildsystem/deps/nettle' failed
  878. make[1]: *** [/home/vanhofen/ni/buildsystem/deps/nettle] Error 2
  879. make/ni.mk:47: recipe for target 'ni-image' failed
  880. make: *** [ni-image] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement