From 976b6129928a05c907ecbce67c549ea588899fda Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Fri, 4 Jun 2021 10:41:21 -0500 Subject: [PATCH] updated isa extensions for simple branch predictor test. --- testsBP/simple/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsBP/simple/Makefile b/testsBP/simple/Makefile index 4447f2843..66a8d7f12 100644 --- a/testsBP/simple/Makefile +++ b/testsBP/simple/Makefile @@ -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