aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Cohn <raphael.cohn@stormmq.com>2015-04-07 15:18:34 +0100
committerRaphael Cohn <raphael.cohn@stormmq.com>2015-04-07 15:18:34 +0100
commitfa0eff949d7eed47494f630e8154114e00cc57a6 (patch)
treec49e78aa182a590a6f8bb82deb103307dd9a5af9
parent96debc72f8c618b5cfdb04aee91f3671a6d6e6da (diff)
downloadtinycc-fa0eff949d7eed47494f630e8154114e00cc57a6.tar.gz
tinycc-fa0eff949d7eed47494f630e8154114e00cc57a6.tar.bz2
Adjusted configure to be more BSD friendly
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cb841ba..6fad0bf 100755
--- a/configure
+++ b/configure
@@ -50,7 +50,7 @@ cpu=
host_os=Linux
# OS specific
-targetos=`uname -s`
+targetos=`uname`
case $targetos in
MINGW32*) mingw32=yes; host_os=Windows; ;;
DragonFly) noldl=yes;;