From f55af8eb1fde1f573407eb22e2bfc071c52a277d Mon Sep 17 00:00:00 2001
From: Ross Thompson <stephen.thompson.37@us.af.mil>
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 4447f284..66a8d7f1 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