summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2016-12-19 18:50:53 -0800
committerAndrew Waterman <andrew@sifive.com>2016-12-20 19:15:39 -0800
commit8c445a9e23ea4ccf34dfc52ee1030aa29681afbf (patch)
tree58d268265cf8777f86c374406f30cc72e4e27e6c /Makefile
parent15ea618a79886024f50cabac19d7f91811dec5fb (diff)
Enable RVC by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab02199..d19e956 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ openocd: $(openocd_dest)/bin/openocd
$(toolchain_dest)/bin/$(target32)-gcc: $(toolchain_srcdir)
mkdir -p $(toolchain32_wrkdir)
- cd $(toolchain32_wrkdir); $(toolchain_srcdir)/configure --prefix=$(toolchain_dest) --with-arch=rv32ima --with-abi=ilp32
+ cd $(toolchain32_wrkdir); $(toolchain_srcdir)/configure --prefix=$(toolchain_dest) --with-arch=rv32imac --with-abi=ilp32
$(MAKE) -C $(toolchain32_wrkdir)
$(openocd_dest)/bin/openocd: $(openocd_srcdir)