Merge #151065: libffi: Pass --build and --host to configure

...into staging
This commit is contained in:
Vladimír Čunát 2022-06-23 09:58:27 +02:00
commit c605c54a7e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
configurePlatforms = [ "build" "host" ];
configureFlags = [
"--with-gcc-arch=generic" # no detection of -march= or -mtune=
"--enable-pax_emutramp"