Skip to content

Commit dbf6b68

Browse files
committed
Fix ri5cy chip flags to match arch and abi (rv32imc ilp32)
ChangeLog: * config/riscv32/chips/ri5cy/chip.cfg: Change CHIP_CFLAGS to match architecture of ri5cy (-march=rv32imc -mabi=ilp32)
1 parent 33bb9e4 commit dbf6b68

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-04-24 Edward Jones <ed.jones@embecosm.com>
2+
3+
* config/riscv32/chips/ri5cy/chip.cfg: Change CHIP_CFLAGS to
4+
match architecture of ri5cy (-march=rv32imc -mabi=ilp32)
5+
16
2019-04-24 Jeremy Bennett <jeremy.bennett@embecosm.com>
27

38
The initial data for FDCT was in a global block, overwritten by

config/riscv32/chips/ri5cy/chip.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# You should have received a copy of the GNU General Public License along with
2020
# this program. If not, see <http://www.gnu.org/licenses/>.
2121

22-
export CHIP_CFLAGS="-march=rv32i"
22+
export CHIP_CFLAGS="-march=rv32imc -mabi=ilp32"

0 commit comments

Comments
 (0)