Branch: refs/heads/master
  Home:   https://github.com/Linaro/odp
  Commit: 39be9572056ee715468214ad6d2d5c01054456d7
      
https://github.com/Linaro/odp/commit/39be9572056ee715468214ad6d2d5c01054456d7
  Author: Brian Brooks <brian.bro...@arm.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  configure.ac: fix native Clang build on ARMv8

The build is broken when using clang on ARM. -mcx16 is being passed to
clang when building natively on ARM. This combined with -Werror causes
the breakage. Fix it by skipping anything related to -mcx16 when not
building for x86-based architectures. See [1] for details.

Signed-off-by: Brian Brooks <brian.bro...@arm.com>
Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


Reply via email to