On Wed, Aug 13, 2003 at 03:52:42PM -0700, H. J. Lu wrote: > We didn't add LIBPATH_SUFFIX for ${tool_lib}. As the result, we got > > SEARCH_DIR("/export/tools/ppc64-linux/lib"); > > This patch changed it to > > SEARCH_DIR("/export/tools/ppc64-linux/lib64"); SEARCH_DIR("/export/tools/ppc64-linux/lib"); > > > H.J. > 2003-08-13 H.J. Lu > > * genscripts.sh (LIB_PATH): Add LIBPATH_SUFFIX for ${tool_lib}. > This is wrong for native build. Here is an updated patch. H.J.