Re-enable WITH_SYSTEM_COMPILER with WITH_META_MODE.
This was disabled in r301468 due to -target/--sysroot sometimes being used in the build and other times not being used. Now that it is always used since r304681, it is safe to combine the features. MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
bb0cd1b514
commit
c472a0f8c2
@ -356,10 +356,6 @@ MK_ELFTOOLCHAIN_BOOTSTRAP:= no
|
||||
MK_GCC_BOOTSTRAP:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_META_MODE} == "yes"
|
||||
MK_SYSTEM_COMPILER:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_TOOLCHAIN} == "no"
|
||||
MK_BINUTILS:= no
|
||||
MK_CLANG:= no
|
||||
|
Loading…
x
Reference in New Issue
Block a user