glibc: force OBJDUMP to cc.bintools
This commit is contained in:
parent
e1f4e0f03f
commit
b83fb95a41
@ -203,7 +203,7 @@ stdenv.mkDerivation ({
|
||||
configureScript="`pwd`/../$sourceRoot/configure"
|
||||
|
||||
${lib.optionalString (stdenv.cc.libc != null)
|
||||
''makeFlags="$makeFlags BUILD_LDFLAGS=-Wl,-rpath,${stdenv.cc.libc}/lib"''
|
||||
''makeFlags="$makeFlags BUILD_LDFLAGS=-Wl,-rpath,${stdenv.cc.libc}/lib OBJDUMP=${stdenv.cc.bintools.bintools}/bin/objdump"''
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user