diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-05 16:41:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-05 16:41:17 +0900 |
commit | 75657caa154675c042789e8c7f275cf8ab107df8 (patch) | |
tree | 21ddf89052d81c4857551fbc0fc5bf0622e42942 /configure.py | |
parent | 07f2d8d7d9a193f0732f5d9b077b0d5ebc4bcc3f (diff) | |
download | sip4-tqt-75657caa154675c042789e8c7f275cf8ab107df8.tar.gz sip4-tqt-75657caa154675c042789e8c7f275cf8ab107df8.zip |
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configure.py')
-rw-r--r-- | configure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 9726a73..68d428f 100644 --- a/configure.py +++ b/configure.py @@ -128,7 +128,6 @@ def set_defaults(): "bsd": "bsdi-g++", "cygwin": "cygwin-g++", "darwin": "macx-g++", - "dgux": "dgux-g++", "freebsd": "freebsd-clang", "gnu": "hurd-g++", "hp-ux": "hpux-acc", |