nixpkgs/pkgs/applications/graphics/ImageMagick
Zhaofeng Li 990431c1e3 imagemagick: Allow compilation without --with-gcc-arch
The --with-gcc-arch flag is used to specify the value used for
--march and --mtune [1], therefore it does not make sense to fail the
evaluation simply because it's not enumerated by us. However,
it's necessary to specify --without-gcc-arch, otherwise the config
script will guess the values and lead to incompatible / non-determinstic
artifacts.

[1] 850d5a9fc5/m4/ax_gcc_archflag.m4
2021-05-31 18:40:34 -07:00
..
6.x.nix imagemagick: Allow compilation without --with-gcc-arch 2021-05-31 18:40:34 -07:00
7.0.nix imagemagick: Allow compilation without --with-gcc-arch 2021-05-31 18:40:34 -07:00