Implementation notes: armeabi, h2tegra, crypto_stream/trivium

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: trivium

Compiler output

Implementation: crypto_stream/trivium/e/submissions/trivium
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_keysetup':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_ivsetup':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o): In function `ECRYPT_process_bytes':
try.c: trivium.c:(.text+0x...): undefined reference to `U64TO64_LITTLE'
try.c: crypto_stream_trivium.a(trivium.o):trivium.c:(.text+0x...): more undefined references to `U64TO64_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv e/submissions/trivium
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv e/submissions/trivium
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv e/submissions/trivium
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv e/submissions/trivium