Explorar el Código

Use explicit platform for compiling

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7764 8c9fc860-2736-0410-a75d-ab315db34111
negelef hace 7 años
padre
commit
2ee7e90dec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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