From 6c6db94e93d4aeb9d6d6dce51b4e93c8ecd28cb4 Mon Sep 17 00:00:00 2001 From: Vincent Celier Date: Tue, 15 Nov 2005 14:51:50 +0100 Subject: mlib-tgt-tru64.adb, [...] (DLL_Prefix): New function 2005-11-14 Vincent Celier * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, mlib-tgt-darwin.adb, mlib-tgt.adb, mlib-tgt.ads, mlib-tgt-lynxos.adb (DLL_Prefix): New function From-SVN: r106953 --- gcc/ada/mlib-tgt-linux.adb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'gcc/ada/mlib-tgt-linux.adb') diff --git a/gcc/ada/mlib-tgt-linux.adb b/gcc/ada/mlib-tgt-linux.adb index 70fde48..ca205b6 100644 --- a/gcc/ada/mlib-tgt-linux.adb +++ b/gcc/ada/mlib-tgt-linux.adb @@ -7,7 +7,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2001-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2005, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -28,7 +28,7 @@ -- This package provides a set of target dependent routines to build -- static, dynamic and shared libraries. --- This is the GNU/Linux version of the body. +-- This is the GNU/Linux version of the body with MLib.Fil; with MLib.Utl; @@ -194,6 +194,15 @@ package body MLib.Tgt is return "so"; end DLL_Ext; + ---------------- + -- DLL_Prefix -- + ---------------- + + function DLL_Prefix return String is + begin + return "lib"; + end DLL_Prefix; + -------------------- -- Dynamic_Option -- -------------------- -- cgit v1.1