Subversion Repositories Kolibri OS

Rev

Rev 8348 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8348 punk_joker 1
if tup.getconfig("NO_GCC") ~= "" then return end
8349 punk_joker 2
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../../programs" or tup.getconfig("HELPERDIR")
8348 punk_joker 3
tup.include(HELPERDIR .. "/use_gcc.lua")
4
tup.include(HELPERDIR .. "/use_newlib.lua")
5
 
6
compile_gcc{"args.c", "avra.c", "coff.c", "device.c", "directiv.c", "expr.c", "file.c", "macro.c", "map.c", "mnemonic.c", "parser.c", "stdextra.c"}
7
link_gcc("avra")