summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAnuj Mittal <anujx.mittal@intel.com>2015-09-18 15:40:05 +0800
committerSaul Wold <sgw@linux.intel.com>2015-09-21 16:14:18 -0700
commitf7a4b6aa69f821f5a6551fac0d1a474b390bbb5a (patch)
tree7adef76a8792cbd7d15f5b55e309a7bd8dc08f4f /common
parentb789f14aa8579fb68b4c60d0839d70ce664cf48b (diff)
downloadmeta-intel-f7a4b6aa69f821f5a6551fac0d1a474b390bbb5a.tar.gz
meta-isg: qat: fix inline build errors for gcc5
gcc5 has changed its default standard to gnu11 from gnu89. These two standards have different inline semantics. This results in errors like: undefined reference to `icp_adf_getQueueNext' undefined reference to `icp_adf_updateQueueTail' undefined reference to `icp_adf_pollQueue' undefined reference to `icp_adf_queueDataToSend' undefined reference to `icp_adf_getQueueMemory' Use the -fgnu89-inline command line option as suggested in [1]. Also, make sure that all the CFLAGS values are being picked up by the compiler. [1] https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> (cherry picked from commit 1201a576c9bcdab3bfcf87efeb2184f0025ae53e) Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions