use yasm instead of nasm

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30096 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David McPaul
2009-04-10 03:21:06 +00:00
parent d477c2ba88
commit 1c258c3d59
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ rule AssembleNasm
actions AssembleNasm
{
nasm -d $(ASFLAGS) -f elf -o $(1) $(2)
yasm -d $(ASFLAGS) -f elf -o $(1) $(2)
}
rule Ld