summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2013-10-18 08:14:21 -0400
committerRobert Haas <rhaas@postgresql.org>2013-10-18 08:14:21 -0400
commitea91a6be89575095f61ebf36d67c2df98be093db (patch)
tree0fd094eccff27622e6496452962c0ca9568b3e51 /configure.in
parentf39418e9b36987ce1dac0c55da1452e43ec46e15 (diff)
downloadpostgresql-ea91a6be89575095f61ebf36d67c2df98be093db.tar.gz
Remove IRIX port.
Development of IRIX has been discontinued, and support is scheduled to end in December of 2013. Therefore, there will be no supported versions of this operating system by the time PostgreSQL 9.4 is released. Furthermore, we have no maintainer for this platform.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f8c72061ad..d2bab32589 100644
--- a/configure.in
+++ b/configure.in
@@ -60,7 +60,6 @@ case $host_os in
dragonfly*) template=netbsd ;;
freebsd*) template=freebsd ;;
hpux*) template=hpux ;;
- irix*) template=irix ;;
linux*|gnu*|k*bsd*-gnu)
template=linux ;;
mingw*) template=win32 ;;
@@ -350,7 +349,6 @@ PGAC_ARG_REQ(with, CC, [CMD], [set compiler (deprecated)], [CC=$with_CC])
case $template in
aix) pgac_cc_list="gcc xlc";;
- irix) pgac_cc_list="cc";; # no gcc
*) pgac_cc_list="gcc cc";;
esac