OSDN Git Service

* lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jan 2002 21:29:12 +0000 (21:29 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jan 2002 21:29:12 +0000 (21:29 +0000)
ld_library_path.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49055 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/g77.exp

index d806caf..9ada70f 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
+       ld_library_path.
+
 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.dg/20020218-1.c: New test.
index 2a08f15..78a3384 100644 (file)
@@ -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 "