aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-11-12 06:39:36 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-11-12 06:39:36 -0500
commit3626adf26652cdf76a26ae14b2d75cb7801da7a9 (patch)
treee60f0a2370bb68824a5807f892951382a3ab2d4d /src
parentebefbb5fdeba885bb57d2f2e1eb185a46c9d777d (diff)
downloadpostgresql-3626adf26652cdf76a26ae14b2d75cb7801da7a9.tar.gz
postgresql-3626adf26652cdf76a26ae14b2d75cb7801da7a9.zip
Remove leftovers of IRIX port
This removes the remaining pieces of the IRIX port that was removed by ea91a6be89575095f61ebf36d67c2df98be093db.
Diffstat (limited to 'src')
-rw-r--r--src/makefiles/Makefile.irix19
-rw-r--r--src/template/irix0
2 files changed, 0 insertions, 19 deletions
diff --git a/src/makefiles/Makefile.irix b/src/makefiles/Makefile.irix
deleted file mode 100644
index d087ba83ff3..00000000000
--- a/src/makefiles/Makefile.irix
+++ /dev/null
@@ -1,19 +0,0 @@
-AROPT = crs
-rpath = -Wl,-rpath,'$(rpathdir)'
-
-DLSUFFIX = .so
-# PIC is default
-CFLAGS_SL =
-
-override CPPFLAGS += -U_NO_XOPEN4
-
-ifneq ($(GCC), yes)
- CFLAGS += -woff 1164,1171,1185,1195,1552
-endif
-LDFLAGS += -Wl,-woff,15 -Wl,-woff,84
-
-# Rule for building a shared library from a single .o file
-%.so: %.o
- $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $<
-
-sqlmansect = 5sql
diff --git a/src/template/irix b/src/template/irix
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/src/template/irix
+++ /dev/null