From d8c8b456f45c773d0adac99f2997cbb0cab4c911 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 16 Jan 2004 18:52:54 +0000 Subject: We need to link with libgcc.a when creating shared libs, in order to avoid problems 'hidden symbol' problems. Also handle -lfloat for the soft-float arm case. --- libintl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libintl/Makefile') diff --git a/libintl/Makefile b/libintl/Makefile index 8083897bd..d52409ed9 100644 --- a/libintl/Makefile +++ b/libintl/Makefile @@ -54,7 +54,7 @@ shared: all $(LD) $(LDFLAGS) -soname=$(LIBINTL_SHARED).$(MAJOR_VERSION) \ -o $(LIBINTL_SHARED_FULLNAME) --whole-archive $(LIBINTL) \ --no-whole-archive $(TOPDIR)libc/misc/internals/interp.o \ - -L$(TOPDIR)lib -lc; + -L$(TOPDIR)lib -lc $(LDADD_LIBFLOAT) $(LIBGCC); $(INSTALL) -d $(TOPDIR)lib $(RM) $(TOPDIR)lib/$(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBINTL_SHARED).$(MAJOR_VERSION) $(INSTALL) -m 644 $(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib -- cgit v1.2.3