summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2017-07-20 21:22:05 -0700
committerEryu Guan <eguan@redhat.com>2017-07-28 18:53:50 +0800
commitfb05a918085e86f60fa371e4c4620bcef9f76bea (patch)
treed58063387d27e9ab793520410ffc2cc73b45206c /include
parent4556c97ebf901daec3596084ed3f8fe14d7a2505 (diff)
build: remove IRIX-specific build logic
As xfstests is no longer supported on IRIX, remove the ability to build xfstests for IRIX. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 38fb9c60..cb52b99a 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -76,9 +76,6 @@ endif
ifeq ($(PKG_PLATFORM),darwin)
PCFLAGS = -traditional-cpp $(GCCFLAGS)
endif
-ifeq ($(PKG_PLATFORM),irix)
-PCFLAGS = -nostdinc -I$(ROOT)/usr/include -I$(TOPDIR)/../irix/include
-endif
ifeq ($(PKG_PLATFORM),freebsd)
endif