summaryrefslogtreecommitdiff
path: root/gcc/ada/mlib-tgt-mingw.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/mlib-tgt-mingw.adb')
-rw-r--r--gcc/ada/mlib-tgt-mingw.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/mlib-tgt-mingw.adb b/gcc/ada/mlib-tgt-mingw.adb
index 77295cf5b17..1efebfd5638 100644
--- a/gcc/ada/mlib-tgt-mingw.adb
+++ b/gcc/ada/mlib-tgt-mingw.adb
@@ -121,7 +121,8 @@ package body MLib.Tgt is
Tools.Gcc
(Output_File => Lib_File,
Objects => Ofiles,
- Options => Options,
+ Options => Tools.No_Argument_List,
+ Options_2 => Options,
Driver_Name => Driver_Name);
end Build_Dynamic_Library;