comparison ltmain.sh @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
5926 relink) 5926 relink)
5927 if test "$hardcode_direct" = yes && 5927 if test "$hardcode_direct" = yes &&
5928 test "$hardcode_direct_absolute" = no; then 5928 test "$hardcode_direct_absolute" = no; then
5929 add="$dir/$linklib" 5929 add="$dir/$linklib"
5930 elif test "$hardcode_minus_L" = yes; then 5930 elif test "$hardcode_minus_L" = yes; then
5931 add_dir="-L$dir" 5931 add_dir="-L$absdir"
5932 # Try looking first in the location we're being installed to. 5932 # Try looking first in the location we're being installed to.
5933 if test -n "$inst_prefix_dir"; then 5933 if test -n "$inst_prefix_dir"; then
5934 case $libdir in 5934 case $libdir in
5935 [\\/]*) 5935 [\\/]*)
5936 add_dir="$add_dir -L$inst_prefix_dir$libdir" 5936 add_dir="$add_dir -L$inst_prefix_dir$libdir"