mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-08-03 19:56:31 -04:00
Libs/mbedtls: Use strip instead of kos32-strip
`kos32-strip`` contains a bug: When trying to strip a large object file builded by `clink`, a segfault occurs. This bug is not reproduced on the newer `strip`. Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
parent
739facfeca
commit
c11c7922bd
@ -100,5 +100,4 @@ compile_gcc(MBEDTLS_SRC);
|
||||
table.insert(OBJS,"mbedtls_export.o");
|
||||
table.insert(OBJS,"mbedtls_init.o");
|
||||
|
||||
tup.rule(OBJS, "clink -o %o %f" .. " && kos32-strip %o --strip-unneeded " .. tup.getconfig("KPACK_CMD"), "mbedtls.obj");
|
||||
|
||||
tup.rule(OBJS, "clink -o %o %f" .. " && strip %o --strip-unneeded " .. tup.getconfig("KPACK_CMD"), "mbedtls.obj");
|
||||
|
Loading…
x
Reference in New Issue
Block a user