Merge pull request #104733 from r-burns/ppc64le-glibc-cross
[staging] glibc: fix cross-compile to ppc64le
This commit is contained in:
commit
9f74d3b350
|
@ -160,6 +160,10 @@ stdenv.mkDerivation ({
|
|||
"libc_cv_as_needed=no"
|
||||
] ++ lib.optional withGd "--with-gd";
|
||||
|
||||
makeFlags = [
|
||||
"OBJCOPY=${stdenv.cc.targetPrefix}objcopy"
|
||||
];
|
||||
|
||||
installFlags = [ "sysconfdir=$(out)/etc" ];
|
||||
|
||||
outputs = [ "out" "bin" "dev" "static" ];
|
||||
|
|
Loading…
Reference in New Issue