Subversion Repositories Kolibri OS

Rev

Rev 9843 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9843 Rev 9844
Line 1... Line -...
1
if tup.getconfig("NO_FASM") ~= "" then return end
-
 
2
if tup.getconfig("NO_GCC") ~= "" then return end
1
if tup.getconfig("NO_TCC") ~= "" then return end
3
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../../../" or tup.getconfig("HELPERDIR")
-
 
4
tup.include(HELPERDIR .. "/use_gcc.lua")
-
 
Line 5... Line 2...
5
 
2
 
6
CFLAGS = " -r -nostdinc -nostdlib -DGNUC -D_BUILD_LIBC "
3
CFLAGS = " -r -nostdinc -nostdlib -DGNUC -D_BUILD_LIBC "
Line 7... Line 4...
7
INCLUDES = " -I../include"
4
INCLUDES = " -I../include"