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
This commit is contained in:
parent
85e79f96ed
commit
e5f54c4567
@ -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>
|
2002-01-21 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* gcc.dg/20020218-1.c: New test.
|
* gcc.dg/20020218-1.c: New test.
|
||||||
|
@ -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
|
# 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
|
# 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 { $gccpath != "" } {
|
||||||
if [file exists "${gccpath}/libf2c/.libs/libg2c.a"] {
|
if [file exists "${gccpath}/libf2c/.libs/libg2c.a"] {
|
||||||
append flags "-L${gccpath}/libf2c/.libs "
|
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"] {
|
if [file exists "${gccpath}/libf2c/libfrtbegin.a"] {
|
||||||
append flags "-L${gccpath}/libf2c "
|
append flags "-L${gccpath}/libf2c "
|
||||||
|
Loading…
Reference in New Issue
Block a user