]> Zhao Yanbai Git Server - minix.git/commit
Empty libgcc_s.
authorBen Gras <ben@minix3.org>
Thu, 17 Jul 2014 12:32:35 +0000 (12:32 +0000)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:06:03 +0000 (17:06 +0200)
commit33c4e94990ea7dbc6b8c277a1b8d3a96a49be515
tree3ab1f217b612ef925e1ba9a0d8bc28ede8352133
parentac74a77a40acf85987a46c771c0029b3a4b39ec8
Empty libgcc_s.

This library is built just so that something is present in
/usr/lib/libgcc_s.so.1.  This is needed for dynamically programs built
with gcc, which might reference that library at runtime (i.e. all pkgsrc
packages). The necessary symbols are in libc however, so when built on a
clang-only system, so an empty library is a working stopgap.
distrib/sets/lists/minix/mi
lib/Makefile
lib/libgcc_s_empty/Makefile [new file with mode: 0644]
lib/libgcc_s_empty/empty.c [new file with mode: 0644]
lib/libgcc_s_empty/libgcc_s_empty.map [new file with mode: 0644]
lib/libgcc_s_empty/shlib_version [new file with mode: 0644]