diff options
-rw-r--r-- | scripts/standalone.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/standalone.mk b/scripts/standalone.mk index 6b83a29..6f87950 100644 --- a/scripts/standalone.mk +++ b/scripts/standalone.mk @@ -39,7 +39,13 @@ endif ifeq ($(PROGRAM),dhrystone) ifeq ($(LINK_TARGET),) -LINK_TARGET = ramrodata + ifneq ($(TARGET),freedom-e310-arty) + ifneq ($(TARGET),sifive-hifive1) + ifneq ($(TARGET),sifive-hifive1-revb) + LINK_TARGET = ramrodata + endif + endif + endif endif endif |