diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-11-20 16:52:57 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-11-20 16:52:57 +0900 |
commit | 399caee19df097d2071d6fad2073893fc557b3b6 (patch) | |
tree | 61d7d513c710341a38073b3ae89435dc5a757674 | |
parent | 109673c15b610c20eea19e356d66cd08265ce62b (diff) | |
download | boost-399caee19df097d2071d6fad2073893fc557b3b6.tar.gz boost-399caee19df097d2071d6fad2073893fc557b3b6.tar.bz2 boost-399caee19df097d2071d6fad2073893fc557b3b6.zip |
Add boost-coroutine at x86_64submit/tizen/20190225.015400submit/tizen/20190224.234454submit/tizen/20190212.040455submit/tizen/20190116.023325submit/tizen/20190102.044139submit/tizen/20181217.003507submit/tizen/20181207.010815submit/tizen/20181203.002156submit/tizen/20181120.080300
[Model] All
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A
[Problem]
[Cause & Measure]
[Checking Method]
[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A
Change-Id: Ifcf5116f17da55b7bfc86fb678fee86ddeac203a
-rw-r--r-- | packaging/boost.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec index 1d61290852..9b8260cb46 100644 --- a/packaging/boost.spec +++ b/packaging/boost.spec @@ -30,7 +30,7 @@ %define most_libs %boost_libs1 %boost_libs2 %boost_libs3 %boost_libs4 %boost_libs5 %boost_libs6 %boost_libs7 # context hasn't been ported to most architectures yet -%ifarch x86_64 aarch64 armv7hl +%ifarch aarch64 armv7hl %define build_context 0 %else %define build_context 1 |