diff --git a/programs/other/tte/Tupfile.lua b/programs/other/tte/Tupfile.lua index aa07f1bbfc..38252e3c33 100755 --- a/programs/other/tte/Tupfile.lua +++ b/programs/other/tte/Tupfile.lua @@ -3,7 +3,7 @@ HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HEL tup.include(HELPERDIR .. "/use_gcc.lua") tup.include(HELPERDIR .. "/use_newlib.lua") -CFLAGS = CFLAGS .. " -std=c99 -DGCC_BUILD" +CFLAGS = CFLAGS .. " -Dasm=__asm__ -std=c99 -DGCC_BUILD" LDFLAGS = LDFLAGS .. " --subsystem native" compile_gcc{"tte.c", "notify.c", "getline.c"}