Home
last modified time | relevance | path

Searched refs:PATCHELF (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env45 local old_rpath="`$PATCHELF --print-rpath "$path"`"
52 $PATCHELF --set-rpath "$new_rpath" "$path"
223 if test -z "$PATCHELF"; then
224 PATCHELF=`which patchelf 2> /dev/null`
226 if test -z "$PATCHELF"; then
227 PATCHELF=`which patchelf-uninative 2> /dev/null`
229 if test -z "$PATCHELF"; then