Skip to content

Commit

Permalink
Enable clang on armeb, it is now able to build targeting armeb. This is
Browse files Browse the repository at this point in the history
the last arm platform to move away from gcc.

Tested by:	jmg
  • Loading branch information
zxombie committed Jun 11, 2015
1 parent cd458c6 commit 40321be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/mk/src.opts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ __DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC
# On x86 and arm64, clang is enabled, and will be installed as the default cc.
__DEFAULT_YES_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC
__DEFAULT_NO_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
.elif ${__TT} == "arm" && ${__T:Marm*eb*} == ""
# On little-endian arm, clang is enabled, and it is installed as the default
# cc, but since gcc is unable to build the full clang, disable it by default.
.elif ${__TT} == "arm"
# On arm, clang is enabled, and it is installed as the default cc, but
# since gcc is unable to build the full clang, disable it by default.
__DEFAULT_YES_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_IS_CC
__DEFAULT_NO_OPTIONS+=CLANG_FULL GCC GCC_BOOTSTRAP GNUCXX
.elif ${__T:Mpowerpc*}
Expand Down

0 comments on commit 40321be

Please sign in to comment.