Skip to content

Commit

Permalink
eclass: add support to toolchain.eclass for musl
Browse files Browse the repository at this point in the history
Signed-off-by: Jory Pratt <[email protected]>
  • Loading branch information
anarchpenguin committed May 24, 2019
1 parent 525ad2d commit c8ef036
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,9 @@ toolchain_src_configure() {
*-elf|*-eabi)
confgcc+=( --with-newlib )
;;
*-musl*)
confgcc+=( --enable-__cxa_atexit )
;;
*-gnu*)
confgcc+=(
--enable-__cxa_atexit
Expand Down

0 comments on commit c8ef036

Please sign in to comment.