浏览代码

Use explicit platform for compiling

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7764 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 年之前
父节点
当前提交
2ee7e90dec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/builds/a2/makefile

+ 1 - 1
tools/builds/a2/makefile

@@ -20,7 +20,7 @@ Trace.GofU Streams.GofU: Runtime.GofU
 FoxArrayBase.GofU: ComplexNumbers.GofU
 
 %.GofU:
-	@$(tool) compile $(if $<, $<, $(error no target for $@))
+	@$(tool) compile -p=Linux32G $(if $<, $<, $(error no target for $@))
 
 # targets