Skip to content

Commit

Permalink
toolchain-funcs.eclass: add or1k tuple support #589682
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvb authored and vapier committed Aug 9, 2016
1 parent e633382 commit 88bbbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/toolchain-funcs.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; }
mips*) echo mips;;
nios2*) echo nios2;;
nios*) echo nios;;
or32*) echo openrisc;;
or1k|or32*) echo openrisc;;
powerpc*)
# Starting with linux-2.6.15, the 'ppc' and 'ppc64' trees
# have been unified into simply 'powerpc', but until 2.6.16,
Expand Down

0 comments on commit 88bbbd5

Please sign in to comment.