diff options
author | Hsiang-Chia.Huang <hsiangchiah@sifive.com> | 2019-05-22 00:37:14 -0700 |
---|---|---|
committer | Hsiang-Chia.Huang <hsiangchiah@sifive.com> | 2019-05-22 19:58:17 -0700 |
commit | 7817c5e85cb6f9f6d5b98f6702fa4b7d1fb99e02 (patch) | |
tree | dc9652a6765fefad29d18da1a19645de104d8639 /bsp/sifive-hifive-unleashed | |
parent | 9946f2062837098088e4c9701614a2eeffaa921b (diff) |
Setup default options for dhrystone release.
Diffstat (limited to 'bsp/sifive-hifive-unleashed')
-rw-r--r-- | bsp/sifive-hifive-unleashed/settings.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bsp/sifive-hifive-unleashed/settings.mk b/bsp/sifive-hifive-unleashed/settings.mk index 38a72d6..07f05fd 100644 --- a/bsp/sifive-hifive-unleashed/settings.mk +++ b/bsp/sifive-hifive-unleashed/settings.mk @@ -1,5 +1,12 @@ +# Copyright 2019 SiFive, Inc # +# SPDX-License-Identifier: Apache-2.0 # +# ----------------------------------- # +# [XXXXX] 22-05-2019 00-09-03 # +# ----------------------------------- # + RISCV_ARCH=rv64imac RISCV_ABI=lp64 RISCV_CMODEL=medany TARGET_TAGS=board openocd +TARGET_DHRY_ITERS=20000000 |