Skip to content

Commit

Permalink
Fix ri5cy chip flags to match arch and abi (rv32imc ilp32)
Browse files Browse the repository at this point in the history
ChangeLog:

	* config/riscv32/chips/ri5cy/chip.cfg: Change CHIP_CFLAGS to
	match architecture of ri5cy (-march=rv32imc -mabi=ilp32)
  • Loading branch information
edward-jones committed Apr 24, 2019
1 parent 33bb9e4 commit dbf6b68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-04-24 Edward Jones <[email protected]>

* config/riscv32/chips/ri5cy/chip.cfg: Change CHIP_CFLAGS to
match architecture of ri5cy (-march=rv32imc -mabi=ilp32)

2019-04-24 Jeremy Bennett <[email protected]>

The initial data for FDCT was in a global block, overwritten by
Expand Down
2 changes: 1 addition & 1 deletion config/riscv32/chips/ri5cy/chip.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.

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

0 comments on commit dbf6b68

Please sign in to comment.