gdb: remove `--disable-sim` fix

main
Maximilian Bosch 2 years ago
parent 11597d1162
commit e9187abff1
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 1
      pkgs/development/tools/misc/gdb/default.nix

@ -92,7 +92,6 @@ stdenv.mkDerivation rec {
"--disable-shared" "--enable-static"
"--with-system-zlib"
"--with-system-readline"
"--disable-sim"
"--with-gmp=${gmp.dev}"
"--with-mpfr=${mpfr.dev}"

Loading…
Cancel
Save