diff options
author | 2024-03-23 13:46:22 +0000 | |
---|---|---|
committer | 2024-03-23 14:48:42 +0000 | |
commit | df5debfbe8308f07f426d6a8a2230bb6b9107d30 (patch) | |
tree | 2f3337db4b93d9e790f42826edcf872c10f1c2fa /eclass/toolchain.eclass | |
parent | sci-mathematics/z3: Remove old (diff) | |
download | gentoo-df5debfbe8308f07f426d6a8a2230bb6b9107d30.tar.gz gentoo-df5debfbe8308f07f426d6a8a2230bb6b9107d30.tar.bz2 gentoo-df5debfbe8308f07f426d6a8a2230bb6b9107d30.zip |
toolchain.eclass: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index e962c8181693..f59b8d61f6f5 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1886,7 +1886,7 @@ toolchain_src_install() { # See https://gcc.gnu.org/onlinedocs/gcc-11.3.0/jit/internals/index.html#packaging-notes # and bug #843341. # - # Both of the non-JIT and JIT builds are configured to install to $(DESTDIR) + # Both of the non-JIT and JIT builds are configured to install to $(DESTDIR) # Install the configuration with --enable-host-shared first # *then* the one without, so that the faster build # of "cc1" et al overwrites the slower build. |