Skip to content
Snippets Groups Projects
Commit a0f11a7b authored by sof's avatar sof
Browse files

[project @ 1998-06-13 15:36:12 by sof]

mirror driver, -concurrent gets you -syslib concurrent
parent 5f361eae
No related merge requests found
......@@ -254,6 +254,8 @@ sub mangle_command_line_args {
push(@Syslibs, &grab_arg_arg($_,''));
} elsif ( /^-fglasgow-exts$/ ) {
push(@Syslibs, 'exts');
} elsif ( /^-concurrent$/ ) {
push(@Syslibs, 'concurrent');
} elsif ($Dashdashes_seen != 1) { # not between -- ... --
if ( /^-v$/ ) {
$Verbose++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment