source:
patches/binutils-2.15.91.0.1-genscripts-no_libdir.patch@
1a625f6
Last change on this file since 1a625f6 was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 458 bytes |
-
binutils-2.15.91.0.
old new 132 132 libs=${NATIVE_LIB_DIRS} 133 133 if [ "x${use_sysroot}" != "xyes" ] ; then 134 134 case " ${libs} " in 135 *" ${libdir} "*) ;;136 *) libs="${libdir} ${libs}" ;;137 esac138 case " ${libs} " in139 135 *" ${tool_lib} "*) ;; 140 136 *) libs="${tool_lib} ${libs}" ;; 141 137 esac
Note:
See TracBrowser
for help on using the repository browser.