summaryrefslogtreecommitdiff
path: root/gcc/ada/mlib-tgt-lynxos.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/mlib-tgt-lynxos.adb')
-rw-r--r--gcc/ada/mlib-tgt-lynxos.adb9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ada/mlib-tgt-lynxos.adb b/gcc/ada/mlib-tgt-lynxos.adb
index f1cab5f78ff..98fac4359bd 100644
--- a/gcc/ada/mlib-tgt-lynxos.adb
+++ b/gcc/ada/mlib-tgt-lynxos.adb
@@ -125,6 +125,15 @@ package body MLib.Tgt is
return "";
end DLL_Ext;
+ ----------------
+ -- DLL_Prefix --
+ ----------------
+
+ function DLL_Prefix return String is
+ begin
+ return "lib";
+ end DLL_Prefix;
+
--------------------
-- Dynamic_Option --
--------------------