diff options
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makerules b/Makerules index 8f35b716d5..85ed6eb13e 100644 --- a/Makerules +++ b/Makerules @@ -377,8 +377,8 @@ endef # Also omits crti.o and crtn.o, which we do not want # since we define our own `.init' section specially. LDFLAGS-c.so = -nostdlib -nostartfiles -# But we still want to link libc.so against -lgcc. -LDLIBS-c.so = -lgcc +# But we still want to link libc.so against $(gnulib). +LDLIBS-c.so = $(gnulib) # Give libc.so an entry point and make it directly runnable itself. LDFLAGS-c.so += -e __libc_main # We have a versioning file for libc.so. |