mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 21:44:29 +00:00
updated isa extensions for simple branch predictor test.
This commit is contained in:
parent
99d661cee9
commit
976b612992
@ -4,8 +4,8 @@ ROOT := ..
|
||||
LIBRARY_DIRS := ${ROOT}/crt0
|
||||
LIBRARY_FILES := crt0
|
||||
|
||||
MARCH :=-march=rv64ic
|
||||
MABI :=-mabi=lp64
|
||||
MARCH :=-march=rv64imfdc
|
||||
MABI :=-mabi=lp64d
|
||||
LINK_FLAGS :=$(MARCH) $(MABI) -nostartfiles -Wl,-Map=$(TARGET).map
|
||||
|
||||
CFLAGS =$(MARCH) $(MABI) -Wa,-alhs -Wa,-L -mcmodel=medany -mstrict-align -O2
|
||||
|
Loading…
Reference in New Issue
Block a user