mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Prettier, better terminal handling, more variation
This commit is contained in:
parent
54f71f18c2
commit
7e7cabeb24
3 changed files with 18 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ PREFIX:=${DOCKER_CMD} riscv64-unknown-elf-
|
|||
CFLAGS+=-I../../common
|
||||
CFLAGS+=-fno-stack-protector
|
||||
CFLAGS+=-static-libgcc -fdata-sections -ffunction-sections
|
||||
CFLAGS+=-g -Os -march=rv32ima_zicsr -mabi=ilp32 -static
|
||||
CFLAGS+=-g -O6 -march=rv32ima_zicsr -mabi=ilp32 -static
|
||||
LDFLAGS:= -T ../linker.ld -nostdlib -Wl,--gc-sections
|
||||
LIBS:= -lgcc # needed for softfp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue