Skip to content

Commit

Permalink
[#275] cross.riscv: add ilp32e
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 30, 2018
1 parent 9a1246a commit 3d0445f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ option.target.isa.compressed = Compressed extension (RVC)
option.target.abi.integer = Integer ABI
option.target.abi.integer.default = Toolchain default
option.target.abi.integer.ilp32 = ILP32 (-mabi=ilp32*)
option.target.abi.integer.ilp32e = ILP32E (-mabi=ilp32e*)
option.target.abi.integer.lp64 = LP64 (-mabi=lp64*)

option.target.abi.fp = Floating point ABI
Expand Down
5 changes: 5 additions & 0 deletions bundles/ilg.gnumcueclipse.managedbuild.cross.riscv/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@
id="ilg.gnumcueclipse.managedbuild.cross.riscv.option.abi.integer.ilp32"
name="%option.target.abi.integer.ilp32">
</enumeratedOptionValue>
<enumeratedOptionValue
command="-mabi=ilp32e"
id="ilg.gnumcueclipse.managedbuild.cross.riscv.option.abi.integer.ilp32e"
name="%option.target.abi.integer.ilp32e">
</enumeratedOptionValue>
<enumeratedOptionValue
command="-mabi=lp64"
id="ilg.gnumcueclipse.managedbuild.cross.riscv.option.abi.integer.lp64"
Expand Down

0 comments on commit 3d0445f

Please sign in to comment.