]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add a bootstrap-native build config
authorAndi Kleen <ak@gcc.gnu.org>
Tue, 30 Jul 2024 16:39:48 +0000 (09:39 -0700)
committerAndi Kleen <ak@gcc.gnu.org>
Fri, 23 May 2025 22:24:21 +0000 (15:24 -0700)
commit57f8cc4601454c797d0857201b26f9a7c2893933
treefb255869fc3bd80a16e91cb2fc879e0eb3a78aae
parent725063bc1fda6b0403a8b72fce3b4c9cc6a4ba3a
Add a bootstrap-native build config

... that uses -march=native -mtune=native to build a compiler optimized
for the host.

config/ChangeLog:

* bootstrap-native.mk: New file.

gcc/ChangeLog:

* doc/install.texi: Document bootstrap-native.
config/bootstrap-native.mk [new file with mode: 0644]
gcc/doc/install.texi