Quick fix of debugging option for mk1mf.pl.
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 19:39:58 +0000 (20:39 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 19:54:17 +0000 (20:54 +0100)
commita33b13128fd141baaea72b038a502a7904138d91
tree1714808ab5a0d81f2ec4664afcde77e610c405e8
parent6f84b383d3c19a1993f08cdfa9a23d7649161823
Quick fix of debugging option for mk1mf.pl.

util/mk1mf.pl was relying on the platform having the 'debug-' prefix
for doing a debug build.  Since the setup of targets has changed, this
is no longer true.  However, it can look for '--debug' in the command
line options.

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mk1mf.pl