Changeset 970c4d8 in mainline for uspace/srv/net/inetsrv/icmpv6_std.h

Timestamp:
2013-08-15T09:41:43Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
820104d
Parents:
7fbe5ec
Message:

libposix: use objcopy more effectively

This removes the helper libposix tools that were used to redefine
conflicting symbols in libc.

objcopy can work on whole libraries thus there is no need to
unpack and repack them again.
Also, it accepts file with list of redefinitions, thus we do not
need to use xargs at all.

This solution is much simpler and also it speeds-up the compilation
a bit.

(No files)

Note: See TracChangeset for help on using the changeset viewer.