forked from KolibriOS/kolibrios
libc.obj: remove gcc dependency from tupfile.
git-svn-id: svn://kolibrios.org@9844 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4f75a74c2c
commit
3f52f417fc
@ -1,7 +1,4 @@
|
|||||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
if tup.getconfig("NO_TCC") ~= "" then return end
|
||||||
if tup.getconfig("NO_GCC") ~= "" then return end
|
|
||||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../../../" or tup.getconfig("HELPERDIR")
|
|
||||||
tup.include(HELPERDIR .. "/use_gcc.lua")
|
|
||||||
|
|
||||||
CFLAGS = " -r -nostdinc -nostdlib -DGNUC -D_BUILD_LIBC "
|
CFLAGS = " -r -nostdinc -nostdlib -DGNUC -D_BUILD_LIBC "
|
||||||
INCLUDES = " -I../include"
|
INCLUDES = " -I../include"
|
||||||
|
Loading…
Reference in New Issue
Block a user