--- work/binutils/ld/genscripts.sh.orig	2005-04-18 14:41:53.000000000 +0300
+++ work/binutils/ld/genscripts.sh	2005-04-18 14:47:47.000000000 +0300
@@ -48,7 +48,6 @@
   # Cross, or native non-default emulation not requesting LIB_PATH.
   LIB_PATH=
 
-  if [ "x${host}" = "x${target}" ] ; then
     case " $EMULATION_LIBPATH " in
       *" ${EMULATION_NAME} "*)
         # Native, and default or emulation requesting LIB_PATH.
@@ -63,7 +62,6 @@
 	  LIB_PATH=${LIB_PATH}:/usr/local/lib
         fi
     esac
-  fi
 fi
 
 # Always search $(tooldir)/lib, aka /usr/local/TARGET/lib.

