renable missing features
This commit is contained in:
parent
ab048afa0b
commit
b2ac60836d
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@ aarch64)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
_intel_rt=disabled
|
||||||
|
case "$CARCH" in
|
||||||
|
x86_64) _intel_rt=enabled ;;
|
||||||
|
esac
|
||||||
|
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
x86)
|
x86)
|
||||||
# lto fails on x86 only
|
# lto fails on x86 only
|
||||||
|
|
Loading…
Reference in a new issue