Add wasm tacle-bench targets

This commit is contained in:
2026-06-12 20:06:22 +02:00
parent 30daa8a00c
commit 08c2e9c13d
1122 changed files with 520422 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Architecture selection
# Uncomment the line matching your architecture and your machine
# Targets marked -alone- does not embed the CRT0 and minimal libc
# and the matching .conf file may be tuned.
#CONF=powerpc-elf-alone
#CONF=powerpc-linux-gnu
#CONF=arm-elf
#CONF=arm-elf-alone
CONF=tricore-alone
# Tools
CC = @WCCBIN@
LD = @WCCBIN@
SIZE = $(ARCH)size
OBJCOPY = $(ARCH)objcopy
OBJDUMP = $(ARCH)objdump -d
# Other configuration
USER_CFLAGS = -O0 -I @abs_srcdir@/../../PapaBench/avr/include/avr
USER_LDFLAGS =