diff options
author | Jack Lloyd <[email protected]> | 2017-12-13 13:41:21 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-13 15:24:56 -0500 |
commit | afcca925e4272858288ee4ac1ed95bb7cb8e1bfd (patch) | |
tree | 41c78c6f0fb9fbec3ef0d9a8a935143f63d13270 /src/build-data/os | |
parent | fb01f3a6595598efd91a72710444475ec53d35e2 (diff) |
Drop IRIX support
It turns out that GCC dropped support for IRIX in 4.8, so likely there
was never even a C++11 compiler that could have been used to compile 2.x
in any case.
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/irix.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/build-data/os/irix.txt b/src/build-data/os/irix.txt deleted file mode 100644 index 70c37d39a..000000000 --- a/src/build-data/os/irix.txt +++ /dev/null @@ -1,9 +0,0 @@ -os_type unix - -soname_suffix "so" - -<target_features> -gettimeofday -threads -filesystem -</target_features> |