summaryrefslogtreecommitdiff
path: root/src/make.bat
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-10-22 14:26:36 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-10-22 14:26:36 +0800
commit2060f176fe67b6abf72cf2296f0d911cee3c15b0 (patch)
tree7abd60a1f7e89d19faf6f4910213c176d2c49e29 /src/make.bat
parent75ba428db23e46725c98df4a52fb16aa67eda638 (diff)
downloadgo-2060f176fe67b6abf72cf2296f0d911cee3c15b0.tar.gz
lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARM
R=rsc, dave CC=golang-dev http://codereview.appspot.com/6638043
Diffstat (limited to 'src/make.bat')
-rw-r--r--src/make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bat b/src/make.bat
index 01c2dc457..be1c8f52d 100644
--- a/src/make.bat
+++ b/src/make.bat
@@ -60,7 +60,7 @@ echo # Building C bootstrap tool.
echo cmd/dist
if not exist ..\bin\tool mkdir ..\bin\tool
:: Windows has no glob expansion, so spell out cmd/dist/*.c.
-gcc -O2 -Wall -Werror -o cmd/dist/dist.exe -Icmd/dist %DEFGOROOT% cmd/dist/buf.c cmd/dist/build.c cmd/dist/buildgc.c cmd/dist/buildruntime.c cmd/dist/goc2c.c cmd/dist/main.c cmd/dist/windows.c
+gcc -O2 -Wall -Werror -o cmd/dist/dist.exe -Icmd/dist %DEFGOROOT% cmd/dist/buf.c cmd/dist/build.c cmd/dist/buildgc.c cmd/dist/buildruntime.c cmd/dist/goc2c.c cmd/dist/main.c cmd/dist/windows.c cmd/dist/arm.c
if errorlevel 1 goto fail
.\cmd\dist\dist env -wp >env.bat
if errorlevel 1 goto fail