about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNiels Sascha Reedijk <niels.reedijk@gmail.com>2016-09-24 23:49:11 -0500
committerAlexander von Gluck IV <kallisti5@unixzen.com>2016-09-25 11:15:18 -0500
commit01fecb9f8fd5701e5a42fc83fe6be878ac02958f (patch)
treed6e08c8262212163fd5f63879f7772e007300222 /src
parent328743aa28bb107c52db67166613ad24ce499ee1 (diff)
downloadrust-01fecb9f8fd5701e5a42fc83fe6be878ac02958f.tar.gz
rust-01fecb9f8fd5701e5a42fc83fe6be878ac02958f.zip
Haiku: add support for building on Haiku
* Hand rebased from Niels original work on 1.9.0
Diffstat (limited to 'src')
-rwxr-xr-xsrc/etc/local_stage0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/local_stage0.sh b/src/etc/local_stage0.sh
index f5f39d264a6..645a80ab8b5 100755
--- a/src/etc/local_stage0.sh
+++ b/src/etc/local_stage0.sh
@@ -18,7 +18,7 @@ LIB_PREFIX=lib
 
 OS=`uname -s`
 case $OS in
-    ("Linux"|"FreeBSD"|"DragonFly"|"Bitrig"|"OpenBSD"|"SunOS")
+    ("Linux"|"FreeBSD"|"DragonFly"|"Bitrig"|"OpenBSD"|"SunOS"|"Haiku")
     BIN_SUF=
     LIB_SUF=.so
     ;;