diff options
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -396,7 +396,7 @@ elide-routines.ob += $(shared-only-routines) # since we define our own `.init' section specially. LDFLAGS-c.so = -nostdlib -nostartfiles # But we still want to link libc.so against $(gnulib). -LDLIBS-c.so = $(gnulib) +LDLIBS-c.so += $(gnulib) # Give libc.so an entry point and make it directly runnable itself. LDFLAGS-c.so += -e __libc_main # Pre-link the objects of libc_pic.a so that we can locally resolve |