diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-05 18:07:52 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-06 16:56:23 +0900 |
| commit | be1f8b0cf8196ebcad70389d02f5df077900e0f3 (patch) | |
| tree | dd5aeb9ce5ac29eee94e9262eaeffe8714f12ac3 /admin/libtool/config.sub | |
| parent | f0d9ffb2f3c8f898a45a2f6676ddd6c909cebc1b (diff) | |
| download | kvirc-be1f8b0c.tar.gz kvirc-be1f8b0c.zip | |
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7aefe638e6b2cc0ddfb3e9963afccda42283ec89)
Diffstat (limited to 'admin/libtool/config.sub')
| -rwxr-xr-x | admin/libtool/config.sub | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/admin/libtool/config.sub b/admin/libtool/config.sub index b334b551..1e3e97af 100755 --- a/admin/libtool/config.sub +++ b/admin/libtool/config.sub @@ -1251,7 +1251,7 @@ case $os in # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -hpux* | -unos* | -luna* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ @@ -1518,9 +1518,6 @@ case $basic_machine in *-cbm) os=-amigaos ;; - *-dg) - os=-dgux - ;; *-dolphin) os=-sysv3 ;; @@ -1617,9 +1614,6 @@ case $basic_machine in -unos*) vendor=crds ;; - -dgux*) - vendor=dg - ;; -luna*) vendor=omron ;; |
