aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@jrtc27.com>2021-10-26 15:42:24 +0100
committerGitHub <noreply@github.com>2021-10-26 15:42:24 +0100
commit4508059032ecfdb986a5673108b02900d2c4ccfd (patch)
treefd0274c117dd3a412ffbd1a754773e9185e19da6
parentca2fe944fe1184579cf074395dc715feb4e7b7a9 (diff)
downloadsail-riscv-4508059032ecfdb986a5673108b02900d2c4ccfd.zip
sail-riscv-4508059032ecfdb986a5673108b02900d2c4ccfd.tar.gz
sail-riscv-4508059032ecfdb986a5673108b02900d2c4ccfd.tar.bz2
Makefile: Remove stale comment
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37280be..869f6e8 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@ else ifeq ($(ARCH),64)
override ARCH := RV64
endif
-# Currently, we only have F with RV32, and both F and D with RV64.
ifeq ($(ARCH),RV32)
SAIL_XLEN := riscv_xlen32.sail
else ifeq ($(ARCH),RV64)