summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/clock-monotonic
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-07-28 23:54:36 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-08-02 16:36:39 +0000
commitb56846a43019355a3d302c1c2a03e40a1d61a737 (patch)
tree2bcdf5164e13bc64c59b1071909161692c7df3f2 /config.tests/unix/clock-monotonic
parentaaed0530fd59b9c6c6f10ee4c815d492f0214fa1 (diff)
configure: remove support for obsolete platforms
- #error hack for MIPSpro compiler from unix/clock-* - irix exclusions from unix/*iconv - hpux defines from unix/{getifaddrs,ipv6ifname} (the obsolete hpuxi-g++-64 spec would add them automatically anyway) Change-Id: Ib227e5626c0e8c8f6faebf76c312d77955f80b92 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'config.tests/unix/clock-monotonic')
-rw-r--r--config.tests/unix/clock-monotonic/clock-monotonic.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.tests/unix/clock-monotonic/clock-monotonic.cpp b/config.tests/unix/clock-monotonic/clock-monotonic.cpp
index 0e75ed5a59..777a6d1c21 100644
--- a/config.tests/unix/clock-monotonic/clock-monotonic.cpp
+++ b/config.tests/unix/clock-monotonic/clock-monotonic.cpp
@@ -47,8 +47,6 @@ int main(int, char **)
clock_gettime(CLOCK_MONOTONIC, &ts);
#else
# error "Feature _POSIX_MONOTONIC_CLOCK not available"
- // MIPSpro doesn't understand #error, so force a compiler error
- force_compiler_error = true;
#endif
return 0;
}