From e980ca92297b87f132315afe36cc530edb20c7e0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Oct 1998 14:37:19 +0000 Subject: Update. 1998-10-30 Ulrich Drepper * Makerules (build-shlib): Add -O to generate optimized shared objects. --- Makerules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 1284cf5..3bb4617 100644 --- a/Makerules +++ b/Makerules @@ -353,7 +353,7 @@ lib%.so: lib%_pic.a $(+preinit) $(+postinit) $(+interp) $(build-shlib) define build-shlib -$(LINK.o) -shared -o $@ $(sysdep-LDFLAGS) $(config-LDFLAGS) \ +$(LINK.o) -shared -O -o $@ $(sysdep-LDFLAGS) $(config-LDFLAGS) \ -B$(csu-objpfx) $(load-map-file) \ -Wl,-soname=lib$(libprefix)$(@F:lib%.so=%).so$($(@F)-version) \ $(LDFLAGS.so) $(LDFLAGS-$(@F:lib%.so=%).so) \ @@ -670,8 +670,8 @@ ifndef subdir # link script. It contains references for the various libraries we need. # The libc.so object is not complete since some functions are only defined # in libc_nonshared.a. -# We need to use absolute paths since otherwise local copies (if they exist) -# of the files are taken by the linker. +# We need to use absolute paths since otherwise local copies (if they exist) +# of the files are taken by the linker. install: $(inst_libdir)/libc.so $(inst_libdir)/libc.so: $(common-objpfx)libc.so$(libc.so-version) \ $(inst_libdir)/$(patsubst %,$(libtype.oS),\ -- cgit v1.1