Forráskód Böngészése

Added support for selecting platform

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8251 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 éve
szülő
commit
8f1223c631
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      tools/builds/a2/makefile

+ 2 - 1
tools/builds/a2/makefile

@@ -10,6 +10,7 @@ platforms := Bios32 Bios64 Win32 Win64 Linux32 Linux64 Darwin32 Darwin64 Solaris
 	Linux32C Linux64C
 
 target := Linux64
+pltfrm := Unix64
 object := .GofUu
 symbol := .SymUu
 
@@ -25,7 +26,7 @@ dependencies: modules source/*.Mod
 FoxArrayBase$(object): ComplexNumbers$(object)
 
 %$(object):
-	@$(tool) compile -p=$(target) $(if $<, $<, $(error no target for $@))
+	@$(tool) compile -p=$(pltfrm) $(if $<, $<, $(error no target for $@))
 
 # Fox Compiler