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.
This commit is contained in:
Ben Gras
2014-07-28 17:06:03 +02:00
committed by sambuc
parent ac74a77a40
commit 33c4e94990
6 changed files with 29 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
major=1
minor=0