From 31d680277326600fd73ad5681993447f8e30ac65 Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Fri, 7 Apr 2023 13:41:49 -0400 Subject: gnatboot: rename to gnat-bootstrap Most other bootstrap compilers are named -bootstrap so lets follow that pattern. --- pkgs/build-support/bintools-wrapper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/build-support') diff --git a/pkgs/build-support/bintools-wrapper/default.nix b/pkgs/build-support/bintools-wrapper/default.nix index 24be0ffdf68..0a4ea1ebf26 100644 --- a/pkgs/build-support/bintools-wrapper/default.nix +++ b/pkgs/build-support/bintools-wrapper/default.nix @@ -166,7 +166,7 @@ stdenv.mkDerivation { # If we are asked to wrap `gas` and this bintools has it, # then symlink it (`as` will be symlinked next). - # This is mainly for the wrapped gnatboot on x86-64 Darwin, + # This is mainly for the wrapped gnat-bootstrap on x86-64 Darwin, # as it must have both the GNU assembler from cctools (installed as `gas`) # and the Clang integrated assembler (installed as `as`). # See pkgs/os-specific/darwin/binutils/default.nix for details. -- cgit 1.4.1