summaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-02-22 23:30:56 +0000
committerMartin Baulig <martin@src.gnome.org>2000-02-22 23:30:56 +0000
commit350e4e799d4e5de901effb0ecfdb47b43cb6fb43 (patch)
treef64c256a38ce58054cf850a55965bd11fa70dfd2 /ltconfig
parent6c6d8e006eb4164d4296e932e23d1b0f4cb27d7e (diff)
downloadlibgtop-350e4e799d4e5de901effb0ecfdb47b43cb6fb43.tar.gz
Fix some True64 issues which were reported from Aron Griffis.
2000-02-23 Martin Baulig <martin@home-of-linux.org> Fix some True64 issues which were reported from Aron Griffis. * libgtop-sysdeps.m4 (GNOME_LIBGTOP_TYPES_PRIVATE): Check for <sys/bittype.h> and use AC_LIBGTOP_CHECK_TYPE, not AC_CHECK_TYPE. * include/glibtop/global.h: #include <sys/bittypes.h>. * ltmain.sh: Added this from libtool 1.3.4 (only used on Solaris).
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/ltconfig b/ltconfig
index d86ffda8..a01334f9 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1454,14 +1454,6 @@ else
solaris2.[0-5] | solaris2.[0-5].*) ;;
*) # Supported since Solaris 2.6 (maybe 2.5.1?)
whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
- esac
- case "$host_os" in
- solaris2.7)
- # Ugly hack, but sysdeps/solaris/libgtop_sysdeps.la won't work otherwise (we need to make
- # sure stuff from libgcc.a gets linked in).
- # Feb 22, 2000 Martin Baulig
- archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-h $wl$soname ${wl}-G -o $lib'
- ;;
esac
;;