aboutsummaryrefslogtreecommitdiff
path: root/find-win-host.cmd
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-08-07 14:40:27 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-08-07 14:45:26 +0800
commit749efe457c4395c5a2396ec8685d494d2bfbad97 (patch)
tree73622039414c8981fc1eb8a23958e8c4a61be46c /find-win-host.cmd
parenta9e66e7d82e71a308dbd51643da1d049faf3fb54 (diff)
downloadndk-749efe457c4395c5a2396ec8685d494d2bfbad97.tar.gz
Misc fixes
1. Fixed to create bin/$TOOLCHAIN_PREFIX-clang[++] in addition to bin/clang[++] 2. Fixed to rebuild stlport inside /tmp/ndk-$USER 3. Adjusted gcc local patch after 4.8.1 and mclinker rebase 4. Uncomment "@echo off" in find-win-host.cmd 5. Cleanup compiler-rt subdir 6. Use wine 1.7 for 64-bit testing standalone toolchain Change-Id: I7e74c4b67c81b2f7276e466c2899037cd100d73a
Diffstat (limited to 'find-win-host.cmd')
-rw-r--r--find-win-host.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-win-host.cmd b/find-win-host.cmd
index ad7212f24..2149b2500 100644
--- a/find-win-host.cmd
+++ b/find-win-host.cmd
@@ -1,4 +1,4 @@
-rem @echo off
+@echo off
rem This is a Windows cmd.exe script used to find windows host name.
rem %1 is the env. var to set to the windows host name.