Document that patchelf warnings in zephyr toolchain are fine
This commit is contained in:
parent
22673eda17
commit
2e3f4a4adf
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p "$out"
|
mkdir -p "$out"
|
||||||
tar -C "$out" -xvf "$src"
|
tar -C "$out" -xf "$src"
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -28,7 +28,9 @@ stdenv.mkDerivation {
|
||||||
autoPatchelf ${target}/${target}/bin
|
autoPatchelf ${target}/${target}/bin
|
||||||
autoPatchelf ${target}/lib/bfd-plugins
|
autoPatchelf ${target}/lib/bfd-plugins
|
||||||
autoPatchelf ${target}/lib/gcc/${target}/*/plugin ${target}/libexec/gcc/${target}
|
autoPatchelf ${target}/lib/gcc/${target}/*/plugin ${target}/libexec/gcc/${target}
|
||||||
echo "done with my autopatchelf"
|
|
||||||
|
# There are some patchelf errors after this, but it's just audit-tmpdir doing
|
||||||
|
# patchelf --print-rpath and shouldn't mess with anything
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue