|
Lines 2449-2457
Link Here
|
| 2449 |
*-*-openbsd*) |
2449 |
*-*-openbsd*) |
| 2450 |
# Do not include libc due to us having libc/libc_r. |
2450 |
# Do not include libc due to us having libc/libc_r. |
| 2451 |
;; |
2451 |
;; |
| 2452 |
*-*-freebsd*) |
|
|
| 2453 |
# FreeBSD doesn't need this... |
| 2454 |
;; |
| 2455 |
*) |
2452 |
*) |
| 2456 |
# Add libc to deplibs on all other systems if necessary. |
2453 |
# Add libc to deplibs on all other systems if necessary. |
| 2457 |
if test $build_libtool_need_lc = "yes"; then |
2454 |
if test $build_libtool_need_lc = "yes"; then |
|
Lines 4218-4229
Link Here
|
| 4218 |
fi |
4215 |
fi |
| 4219 |
|
4216 |
|
| 4220 |
# Install the pseudo-library for information purposes. |
4217 |
# Install the pseudo-library for information purposes. |
| 4221 |
if /usr/bin/false; then |
|
|
| 4222 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
4218 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
| 4223 |
instname="$dir/$name"i |
4219 |
instname="$dir/$name"i |
| 4224 |
$show "$install_prog $instname $destdir/$name" |
4220 |
$show "$install_prog $instname $destdir/$name" |
| 4225 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
4221 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
| 4226 |
fi |
|
|
| 4227 |
|
4222 |
|
| 4228 |
# Maybe install the static library, too. |
4223 |
# Maybe install the static library, too. |
| 4229 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |
4224 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |