libbfd: back to postPatch, restore configurePlatforms
This commit is contained in:
parent
e25a343716
commit
42a17d638b
@ -18,13 +18,14 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# We just want to build libbfd
|
# We just want to build libbfd
|
||||||
postAutoreconf = ''
|
postPatch = ''
|
||||||
cd bfd
|
cd bfd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook264 bison ];
|
nativeBuildInputs = [ autoreconfHook264 bison ];
|
||||||
buildInputs = [ libiberty zlib ];
|
buildInputs = [ libiberty zlib ];
|
||||||
|
|
||||||
|
configurePlatforms = [ "build" "host" ];
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-targets=all" "--enable-64-bit-bfd"
|
"--enable-targets=all" "--enable-64-bit-bfd"
|
||||||
"--enable-install-libbfd"
|
"--enable-install-libbfd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user