diff options
author | Michele Calgaro <[email protected]> | 2025-02-05 17:10:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-06 16:55:33 +0900 |
commit | 8e2be4fd190957e3fc2c37ab19deed3299f4e3d3 (patch) | |
tree | 375b387ce243d8fc3c3005640c2f7d7015ca3a97 | |
parent | a2c4016d0d91ab476240e82860d533c5c1c19f44 (diff) | |
download | libtqt-perl-r14.1.x.tar.gz libtqt-perl-r14.1.x.zip |
Drop support for discontinued DGUXr14.1.x
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0e72ac24e5ebb8c31003af380befd215e7509ce1)
-rw-r--r-- | acinclude.m4 | 45 | ||||
-rw-r--r-- | aclocal.m4 | 45 |
2 files changed, 0 insertions, 90 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 021ec88..d677936 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -6503,15 +6503,6 @@ darwin* | rhapsody*) shlibpath_var=DYLD_LIBRARY_PATH ;; -dgux*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' - soname_spec='${libname}${release}.so$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - freebsd1*) dynamic_linker=no ;; @@ -7883,23 +7874,6 @@ case $host_os in ;; esac ;; - dgux*) - case $cc_basename in - ec++) - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - ghcx) - # Green Hills C++ Compiler - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; freebsd[12]*) # C++ shared libraries reported to be fairly broken before switch to ELF _LT_AC_TAGVAR(ld_shlibs, $1)=no @@ -9185,19 +9159,6 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ;; esac ;; - dgux*) - case $cc_basename in - ec++) - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - ghcx) - # Green Hills C++ Compiler - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; freebsd*) # FreeBSD uses GNU C++ ;; @@ -9934,12 +9895,6 @@ EOF _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ;; - dgux*) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - freebsd1*) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; @@ -6493,15 +6493,6 @@ darwin* | rhapsody*) shlibpath_var=DYLD_LIBRARY_PATH ;; -dgux*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' - soname_spec='${libname}${release}.so$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - freebsd1*) dynamic_linker=no ;; @@ -7869,23 +7860,6 @@ case $host_os in ;; esac ;; - dgux*) - case $cc_basename in - ec++) - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - ghcx) - # Green Hills C++ Compiler - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_AC_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; freebsd[12]*) # C++ shared libraries reported to be fairly broken before switch to ELF _LT_AC_TAGVAR(ld_shlibs, $1)=no @@ -9163,19 +9137,6 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ;; esac ;; - dgux*) - case $cc_basename in - ec++) - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - ghcx) - # Green Hills C++ Compiler - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; freebsd*) # FreeBSD uses GNU C++ ;; @@ -9912,12 +9873,6 @@ EOF _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' ;; - dgux*) - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - freebsd1*) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; |