Implementation notes: mips32, gcc49, crypto_hash/md2

Computer: gcc49
Architecture: mips32
CPU ID: unknown CPU ID
SUPERCOP version: 20130126
Operation: crypto_hash
Primitive: md2

Compiler output

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

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