This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] build fat libgcc_s.1.dylib for darwin


On Jul 10, 2006, at 8:21 PM, Eric Christopher wrote:
+	$(LN_S) ./libgcc_s.1.dylib \
+		$(DESTDIR)$(slibdir)/libgcc_s_ppc64.1.dylib

Subtly different from what I said:


+	$(LN_S) libgcc_s.1.dylib \
+		$(DESTDIR)$(slibdir)/libgcc_s_ppc64.1.dylib

I checked in:


Doing diffs in t-slibgcc-darwin.~1~:
--- t-slibgcc-darwin.~1~        2006-07-10 20:56:18.000000000 -0700
+++ t-slibgcc-darwin    2006-07-10 20:56:57.000000000 -0700
@@ -93,7 +93,7 @@ install-darwin-libgcc-stubs : $(INSTALL_
        if [ -f $(DESTDIR)$(slibdir)/libgcc_s_ppc64.1.dylib ]; then \
          rm -f $(DESTDIR)$(slibdir)/libgcc_s_ppc64.1.dylib; \
        else true; fi
-       $(LN_S) ./libgcc_s.1.dylib \
+       $(LN_S) libgcc_s.1.dylib \
                $(DESTDIR)$(slibdir)/libgcc_s_ppc64.1.dylib
INSTALL_LIBGCC += install-darwin-libgcc-stubs
--------------

to fix it after building and installing and checking the result to ensure it was ok.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]