Subversion Repositories Kolibri OS

Rev

Rev 9770 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9770 Rev 9797
Line 1... Line 1...
1
if tup.getconfig("NO_GCC") ~= "" then return end
1
if tup.getconfig("NO_GCC") ~= "" then return end
2
if tup.getconfig("HELPERDIR") == ""
2
if tup.getconfig("HELPERDIR") == ""
3
then
3
then
4
  if tup.getconfig("NO_NASM") ~= "" then return end -- required for SDL compilation
4
  if tup.getconfig("NO_NASM") == "full" then return end -- required for SDL compilation
5
  HELPERDIR = "../../../programs"
5
  HELPERDIR = "../../../programs"
6
end
6
end
7
tup.include(HELPERDIR .. "/use_gcc.lua")
7
tup.include(HELPERDIR .. "/use_gcc.lua")
8
tup.include(HELPERDIR .. "/use_newlib.lua")
8
tup.include(HELPERDIR .. "/use_newlib.lua")
9
--use_dynamic_stack() -- default 64K are not sufficient
9
--use_dynamic_stack() -- default 64K are not sufficient