From: John David Anglin Date: Mon, 21 Jan 2002 21:29:12 +0000 (+0000) Subject: g77.exp (g77_link_flags): Remove check for libg2c.so in setting ld_library_path. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5f54c4567eb82b5468fcd2b2806954f28bd23b9;p=gcc.git g77.exp (g77_link_flags): Remove check for libg2c.so in setting ld_library_path. * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting ld_library_path. From-SVN: r49055 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d806caf6677..9ada70f7c4f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-01-21 John David Anglin + + * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting + ld_library_path. + 2002-01-21 Jakub Jelinek * gcc.dg/20020218-1.c: New test. diff --git a/gcc/testsuite/lib/g77.exp b/gcc/testsuite/lib/g77.exp index 2a08f15fef6..78a3384d68b 100644 --- a/gcc/testsuite/lib/g77.exp +++ b/gcc/testsuite/lib/g77.exp @@ -1,4 +1,5 @@ -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002 Free +# Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -83,9 +84,7 @@ proc g77_link_flags { paths } { if { $gccpath != "" } { if [file exists "${gccpath}/libf2c/.libs/libg2c.a"] { append flags "-L${gccpath}/libf2c/.libs " - if [file exists "${gccpath}/libf2c/.libs/libg2c.so"] { - append ld_library_path ":${gccpath}/libf2c/.libs" - } + append ld_library_path ":${gccpath}/libf2c/.libs" } if [file exists "${gccpath}/libf2c/libfrtbegin.a"] { append flags "-L${gccpath}/libf2c "