------- Comment #24 from jakub at gcc dot gnu dot org  2008-03-02 17:52 -------
If r131198 makes a difference, then I'm just guessing that while
libgcc's install target depends on install-darwin-libgcc-stubs, install-leaf
does not.  So perhaps
libgcc/config/t-slibgcc-darwin
should change:
 ifeq ($(enable_shared),yes)
 all: $(INSTALL_FILES)
-install: install-darwin-libgcc-stubs
+install-leaf: install-darwin-libgcc-stubs
 endif
to make sure the other *.dylib files are installed into gcc/ subdir too.

BTW, there is really no problem on the ELF side, you are just wasting time
trying to prove this bug affects anything but darwin.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35401

Reply via email to