diff options
Diffstat (limited to 'gcc/ada/5gml-tgt.adb')
-rw-r--r-- | gcc/ada/5gml-tgt.adb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/ada/5gml-tgt.adb b/gcc/ada/5gml-tgt.adb index cc13d372ae6..c18819918dd 100644 --- a/gcc/ada/5gml-tgt.adb +++ b/gcc/ada/5gml-tgt.adb @@ -7,7 +7,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2003, Ada Core Technologies, Inc. -- +-- Copyright (C) 2003-2004, Ada Core Technologies, 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- -- @@ -324,15 +324,6 @@ package body MLib.Tgt is end if; end Library_File_Name_For; - -------------------------------- - -- Linker_Library_Path_Option -- - -------------------------------- - - function Linker_Library_Path_Option return String_Access is - begin - return new String'("-Wl,-rpath,"); - end Linker_Library_Path_Option; - ---------------- -- Object_Ext -- ---------------- |