diff options
Diffstat (limited to 'gcc/ada/5lml-tgt.adb')
| -rw-r--r-- | gcc/ada/5lml-tgt.adb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/ada/5lml-tgt.adb b/gcc/ada/5lml-tgt.adb index fbe50548881..00ab3928b79 100644 --- a/gcc/ada/5lml-tgt.adb +++ b/gcc/ada/5lml-tgt.adb @@ -7,7 +7,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2001-2003, Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2004, 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- -- @@ -326,15 +326,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 -- ---------------- |

