Commit 5f9c8af
authored
Fix libgcc.a linkage when linking libgcc_s.so (#317)
libgcc_s.so is normally a linker script that adds -lgcc for static
functions. However due to bootstrapping requirements, libgcc_s is also
added to the glibc library directory. Unfortunately, here it is a
symlink to libgcc_s.so.1. Fix it by replacing the symlink by a linker
script.1 parent cc4997d commit 5f9c8af
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| |||
0 commit comments