Implementation notes: mips64, gcc49, crypto_hash/sha224

Computer: gcc49
Architecture: mips64
CPU ID: unknown CPU ID
SUPERCOP version: 20130126
Operation: crypto_hash
Primitive: sha224

Compiler output

Implementation: crypto_hash/sha224/openssl
Compiler: gcc -funroll-loops -mabi=64 -O2 -fomit-frame-pointer
try.c: crypto_hash_sha224.a(hash.o): In function `crypto_hash_sha224_openssl':
try.c: hash.c:(.text+0x...): undefined reference to `SHA224'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -funroll-loops -mabi=64 -O2 -fomit-frame-pointer openssl
gcc -funroll-loops -mabi=64 -O3 -fomit-frame-pointer openssl
gcc -funroll-loops -mabi=64 -O -fomit-frame-pointer openssl
gcc -funroll-loops -mabi=64 -Os -fomit-frame-pointer openssl
gcc -mabi=64 -O2 -fomit-frame-pointer openssl
gcc -mabi=64 -O3 -fomit-frame-pointer openssl
gcc -mabi=64 -O -fomit-frame-pointer openssl
gcc -mabi=64 -Os -fomit-frame-pointer openssl