summaryrefslogtreecommitdiff
path: root/make-config.sh
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2020-08-17 18:27:22 -0400
committerDouglas Katzman <dougk@google.com>2020-08-17 18:34:01 -0400
commit772484834107312d6cd2abcb2a2aa4d2654696cb (patch)
tree0689c1b2d1897ada6bfaef76e777100f07d03da6 /make-config.sh
parent20e3ece30c8f50e1368d1536afe948fffdf09f1a (diff)
Remove HPUX support
This does not delete all conditionals for #+/-hpux, just most of them. Anything in the HPPA-specific files is untouched, since those will be deleted in their entirety at some point so there was no reason to go over them culling out pieces. e.g. no changes were made in "src/runtime/hppa-assem.S" The criterion used was that if an otherwise machine-independent file had special cases for the now-unsupported OS, they were removed for reduced overall maintenance burden. #codehealth
Diffstat (limited to 'make-config.sh')
-rwxr-xr-xmake-config.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/make-config.sh b/make-config.sh
index 2c07bf793..857ad9026 100755
--- a/make-config.sh
+++ b/make-config.sh
@@ -305,9 +305,6 @@ case `uname` in
CYGWIN* | WindowsNT | MINGW* | MSYS*)
sbcl_os="win32"
;;
- HP-UX)
- sbcl_os="hpux"
- ;;
Haiku)
sbcl_os="haiku"
;;
@@ -522,12 +519,6 @@ case "$sbcl_os" in
link_or_copy $sbcl_arch-linux-os.h target-arch-os.h
link_or_copy linux-os.h target-os.h
;;
- hpux)
- printf ' :unix :hpux :elf' >> $ltf
- link_or_copy Config.$sbcl_arch-hpux Config
- link_or_copy $sbcl_arch-hpux-os.h target-arch-os.h
- link_or_copy hpux-os.h target-os.h
- ;;
haiku)
printf ' :unix :haiku :elf :int4-breakpoints' >> $ltf
link_or_copy Config.$sbcl_arch-haiku Config