mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02: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)
|