mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -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)
|