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][configure] Recognize the gold linker in gcc/configure


On 04/08/2010 02:02 AM, Doug Kwan (éæå) wrote:
+  if test x"$ld_is_gold" == xyes; then
+    gcc_cv_ld_hidden=yes+  elif echo "$ld_ver" | grep GNU > /dev/null; then
+  elif echo "$ld_ver" | grep GNU > /dev/null; then

The patch is fine, but make sure the above wrapping problem is fixed.


Paolo


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