commit 2821befb1687dd8623b0d360a3249cabc8686c93 parent 0dda3b6a2457ec4e9b38a520454bbd4a3a221d7e Author: bsandro <email@bsandro.tech> Date: Sun, 7 Dec 2025 22:25:28 +0200 Makefile typo fix Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ CFLAGS+=-mtune=sifive-u74 else ifeq ($(UNAME),Power Macintosh) CFLAGS+=-mtune=native -flto else ifeq ($(UNAME),i386) -CFLAGS+=-mtune=natuve +CFLAGS+=-mtune=native else CFLAGS+=-march=native -flto endif