mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
... 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.
2 lines
58 B
Makefile
2 lines
58 B
Makefile
BOOT_CFLAGS := -march=native -mtune=native $(BOOT_CFLAGS)
|