forked from KolibriOS/kolibrios
update build rules
git-svn-id: svn://kolibrios.org@6543 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
af9fc4f465
commit
67359467d7
@ -11,6 +11,6 @@ if TOOLCHAIN_LIBPATH == "" then
|
|||||||
end
|
end
|
||||||
|
|
||||||
INCLUDES = INCLUDES .. " -I" .. NEWLIB_BASE .. "/libc/include"
|
INCLUDES = INCLUDES .. " -I" .. NEWLIB_BASE .. "/libc/include"
|
||||||
LDFLAGS = LDFLAGS .. " -T$(NEWLIB_BASE)/app.lds -L$(NEWLIB_LIB) -L$(TOOLCHAIN_LIBPATH) --image-base 0"
|
LDFLAGS = LDFLAGS .. " -T$(NEWLIB_BASE)/app-dynamic.lds -L$(NEWLIB_LIB) --image-base 0"
|
||||||
tup.append_table(LIBDEPS, {NEWLIB_LIB .. "/<libapp.a>", NEWLIB_LIB .. "/<libc.dll.a>"})
|
tup.append_table(LIBDEPS, {NEWLIB_LIB .. "/<libc.dll.a>"})
|
||||||
LIBS = LIBS .. "-lgcc -lapp -lc.dll"
|
LIBS = LIBS .. "-lgcc -lc.dll"
|
||||||
|
Loading…
Reference in New Issue
Block a user