Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BUILD_DIR ?= $(CURDIR)/build
PKG_DIR ?= $(CURDIR)/install
TOOL_PATCH_DIR ?= $(CURDIR)/toolchain-patches

ifdef ZERORISCY_PULP
ARCH_FLAGS?=-march=IMXpulpslim
Expand All @@ -19,7 +20,6 @@ endif
endif
endif


.PHONY: build

PATCH_FILES = gcc.c gcse.c target.def builtins.c omp-low.c ira-color.c doc/tm.texi doc/tm.texi.in config/riscv/pulp_builtins.def
Expand Down
2 changes: 1 addition & 1 deletion toolchain-patches/001-fix-gcc-6-compilation-issue.patch
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ index 5561fd1..e30e714 100644
++ gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L C++ \
+ $(srcdir)/cp/cfns.gperf --output-file $(srcdir)/cp/cfns.h
+
+ #
+ #