diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2016-03-28 11:36:21 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2016-03-28 11:51:11 +0200 |
commit | 0bca3f3a56c606e5060be03227f0ea9ca2197acc (patch) | |
tree | bda242960f5a882e99f750e4b8d1be38f15f4dfa /includes | |
parent | 61df7f8fb4e76fc8987c0b4f02aa9ec795be7afb (diff) | |
download | haskell-0bca3f3a56c606e5060be03227f0ea9ca2197acc.tar.gz |
Scrap IRIX support
Long time ago, IRIX was way ahead of its time in the last century with
its SMP capabilities of scaling up to 1024 processors and other features
such as XFS or OpenGL that originated in IRIX and live on to this day in
other operating systems.
However, IRIX's last software update was in 2006 and support ended
around 2013 according to [1], so it's considered an extinct platform by
now. So this commit message is effectively an obituary for GHC's IRIX
support.
R.I.P. IRIX
[1]: https://en.wikipedia.org/wiki/IRIX
Diffstat (limited to 'includes')
-rw-r--r-- | includes/ghc.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk index aacca0805b..31b26508f6 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -143,11 +143,6 @@ $(includes_H_PLATFORM) : includes/Makefile | $$(dir $$@)/. @echo "#define $(TargetOS_CPP)_HOST_OS 1" >> $@ @echo "#define BUILD_OS \"$(HostOS_CPP)\"" >> $@ @echo "#define HOST_OS \"$(TargetOS_CPP)\"" >> $@ -ifeq "$(HostOS_CPP)" "irix" - @echo "#ifndef $(IRIX_MAJOR)_HOST_OS" >> $@ - @echo "#define $(IRIX_MAJOR)_HOST_OS 1" >> $@ - @echo "#endif" >> $@ -endif @echo >> $@ @echo "#define $(HostVendor_CPP)_BUILD_VENDOR 1" >> $@ @echo "#define $(TargetVendor_CPP)_HOST_VENDOR 1" >> $@ |