summaryrefslogtreecommitdiff
path: root/os.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os.sh')
-rwxr-xr-xos.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/os.sh b/os.sh
index 8468ba1b3e7d..5815ea2874fb 100755
--- a/os.sh
+++ b/os.sh
@@ -17,7 +17,7 @@
# Simon J. Gerraty <sjg@crufty.net>
# RCSid:
-# $Id: os.sh,v 1.53 2017/01/11 20:01:09 sjg Exp $
+# $Id: os.sh,v 1.54 2017/09/08 06:17:22 sjg Exp $
#
# @(#) Copyright (c) 1994 Simon J. Gerraty
#
@@ -246,5 +246,7 @@ case /$0 in
echo "$v='$vv'"
done
;;
+*/host_target32) echo $HOST_TARGET32;;
+*/host_target) echo $HOST_TARGET;;
esac