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]

PATCH: bootstrap/18533: XTRA_MULTILIB_PARTS are used to build libgcc_s.so for multilib


This patch seems to work for me.


H.J.
-----
2004-11-17  H.J. Lu  <hongjiu.lu@intel.com>

	PR bootstrap/18533
	* mklibgcc.in: Remove shlib dependency on EXTRA_MULTILIB_PARTS.

--- gcc/mklibgcc.in.extra	2004-11-17 12:57:51.497482157 -0800
+++ gcc/mklibgcc.in	2004-11-17 13:02:59.863673237 -0800
@@ -393,12 +393,6 @@ EOF
   fi
   shlib_deps="$shlib_deps $mapfile"
 
-  # Depend on EXTRA_MULTILIB_PARTS, since that's where crtbegin/end
-  # usually are put in a true multilib situation.
-  for f in $EXTRA_MULTILIB_PARTS; do
-    shlib_deps="$shlib_deps $dir/$f"
-  done
-
   libgcc_a_objs="$libgcc_objs $libgcc_st_objs"
 
   if [ "@libgcc_visibility@" = yes -a "$SHLIB_LINK" ]; then


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