diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-09-02 09:45:53 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-09-12 11:59:08 +0200 |
commit | e5bb026ee1736e1645b3bdf743740245f1a88a82 (patch) | |
tree | fcf869a9c32950264b6665b4b18a39dd986e6d30 /debian/librte-eal2.symbols | |
parent | e23cec6cdc0e170cfe9ee0fa10b07b5f1476622c (diff) |
symbols: stop x86 only symbol to be required on ppc64el
As with arm there is no rte_rtm_supported on ppc64el, so adding an arch
qualifier in the symbols file.
Change-Id: Icbc457f3d9378120524bc817f3f3e650cd54cf85
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/librte-eal2.symbols')
-rw-r--r-- | debian/librte-eal2.symbols | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/librte-eal2.symbols b/debian/librte-eal2.symbols index cafe2449..85387a95 100644 --- a/debian/librte-eal2.symbols +++ b/debian/librte-eal2.symbols @@ -121,7 +121,7 @@ librte_eal.so.2 librte-eal2 #MINVER# rte_memzone_walk@DPDK_2.0 16.04 rte_openlog_stream@DPDK_2.0 16.04 rte_realloc@DPDK_2.0 16.04 - (arch=!arm64)rte_rtm_supported@DPDK_16.07 16.07~rc3 + (arch=!arm64 !ppc64el)rte_rtm_supported@DPDK_16.07 16.07~rc3 rte_set_application_usage_hook@DPDK_2.0 16.04 rte_set_log_level@DPDK_2.0 16.04 rte_set_log_type@DPDK_2.0 16.04 |