diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-17 19:34:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-17 19:34:22 +0900 |
| commit | 2080def64c64099ea7685d903d070e028a8cb916 (patch) | |
| tree | f645ca3060a53cae9729cf3e9256da820e534e35 /PLATFORMS | |
| parent | 37a07263c70308f7ddef4aac747446d5ede82374 (diff) | |
| download | tqt-2080def64c64099ea7685d903d070e028a8cb916.tar.gz tqt-2080def64c64099ea7685d903d070e028a8cb916.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'PLATFORMS')
| -rw-r--r-- | PLATFORMS | 28 |
1 files changed, 22 insertions, 6 deletions
@@ -5,12 +5,28 @@ system and compiler you are using. Supported platforms and compilers: - aix-g++ hpux-g++ linux-g++ solaris-cc-64 win32-g++ - aix-xlc hpux-g++-64 linux-g++-64 solaris-g++ win32-icc - aix-xlc-64 irix-cc linux-icc solaris-g++-64 win32-msvc - freebsd-g++ irix-cc-64 macx-g++ tru64-cxx win32-msvc.net - freebsd-icc irix-g++ macx-pbuilder tru64-g++ - hpux-acc linux-ecc-64 solaris-cc +aix-g++ +aix-xlc +aix-xlc-64 +freebsd-g++ +freebsd-icc +irix-cc +irix-cc-64 +irix-g++ +linux-ecc-64 +linux-g++ +linux-g++-64 +linux-icc +macx-g++ +macx-pbuilder +solaris-cc +solaris-cc-64 +solaris-g++ +solaris-g++-64 +win32-g++ +win32-icc +win32-msvc +win32-msvc.net Example: |
