mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-21 23:30:25 -04:00
Remove version suffixes, no longer needed on ubuntu 22.10 (clang 15)
Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
parent
ca5541ce0e
commit
b30e62dbb5
4 changed files with 8 additions and 8 deletions
|
@ -28,16 +28,16 @@ BRAM_FW_SIZE ?= 1536
|
|||
|
||||
PIN_FILE ?= application_fpga_mta1_usb_v1.pcf
|
||||
|
||||
SIZE ?= llvm-size-14
|
||||
OBJCOPY ?= llvm-objcopy-14
|
||||
SIZE ?= llvm-size
|
||||
OBJCOPY ?= llvm-objcopy
|
||||
|
||||
CC = clang-14
|
||||
CC = clang
|
||||
|
||||
CFLAGS = -target riscv32-unknown-none-elf -march=rv32imc -mabi=ilp32 \
|
||||
-static -std=gnu99 -Os -ffast-math -fno-common -fno-builtin-printf \
|
||||
-fno-builtin-putchar -nostdlib -mno-relax -Wall -flto -DNOCONSOLE
|
||||
|
||||
AS = clang-14
|
||||
AS = clang
|
||||
ASFLAGS = -target riscv32-unknown-none-elf -march=rv32imc -mabi=ilp32 -mno-relax
|
||||
|
||||
ICE40_SIM_CELLS = $(shell yosys-config --datdir/ice40/cells_sim.v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue