From 6d1a47e69e2cbffc1fd196d30bc9a4fdc87dcd3d Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Sun, 19 Nov 2017 12:19:59 -0800 Subject: [PATCH] It's --with-arch, not --with-isa --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e07f58..7828ea2 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ $(toolchain_dest)/bin/$(target)-gcc: $(toolchain_srcdir) mkdir -p $(toolchain_wrkdir) cd $(toolchain_wrkdir); $(toolchain_srcdir)/configure \ --prefix=$(toolchain_dest) \ - --with-isa=$(ISA) \ + --with-arch=$(ISA) \ --with-abi=$(ABI) $(MAKE) -C $(toolchain_wrkdir) linux sed 's/^#define LINUX_VERSION_CODE.*/#define LINUX_VERSION_CODE 263682/' -i $(toolchain_dest)/sysroot/usr/include/linux/version.h