diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-05 18:06:08 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-06 16:56:11 +0900 |
| commit | 5b02649a93d00e9f10f9161d655ca371ed3484d1 (patch) | |
| tree | 2643fd8f25108915a201d36d89ccbf2da22f1436 /acinclude.m4 | |
| parent | 9070d2e9577e8e1966192c98be49b57e6e50dbae (diff) | |
| download | ksquirrel-5b02649a.tar.gz ksquirrel-5b02649a.zip | |
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9c13cf30f10d109d8d37388f61ee71df77d86282)
Diffstat (limited to 'acinclude.m4')
| -rw-r--r-- | acinclude.m4 | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index be47244..9ea3e98 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -7153,15 +7153,6 @@ darwin* | rhapsody*) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; -dgux*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - freebsd1*) dynamic_linker=no ;; @@ -8784,24 +8775,6 @@ case $host_os in _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; - - 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 @@ -10312,19 +10285,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* | kfreebsd*-gnu) # FreeBSD uses GNU C++ ;; @@ -11073,12 +11033,6 @@ EOF fi ;; - 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 ;; |
