Luís Marques | 4fb3123 | 2022-03-28 10:24:13 +0200 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
| 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | # override toolchain configuration defaults |
Michael Munday | 1c1f9b5 | 2022-02-10 22:35:43 +0000 | [diff] [blame] | 6 | [constants] |
Luís Marques | 4fb3123 | 2022-03-28 10:24:13 +0200 | [diff] [blame] | 7 | march = 'rv32imc' # don't enable bitmanip for now |
Michael Munday | 1c1f9b5 | 2022-02-10 22:35:43 +0000 | [diff] [blame] | 8 | default_extra_args = [] |