From f18ce934889a36db42b7988e8acca9ac4f23299f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 8 Mar 2016 14:07:40 +0100 Subject: [PATCH] Make mk1mf recognise the --classic flag Reviewed-by: Matt Caswell --- util/mk1mf.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 4fb3a539f6..a68cb735bb 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -1416,6 +1416,7 @@ sub read_options "gcc" => \$gcc, "debug" => \$debug, "--debug" => \$debug, + "--classic" => 0, "profile" => \$profile, "shlib" => \$shlib, "dll" => \$shlib, -- 2.34.1