]> code.ossystems Code Review - openembedded-core.git/commit
automake: Add missing libtool tag for cppasm language
authorKhem Raj <raj.khem@gmail.com>
Thu, 27 Jul 2017 04:18:51 +0000 (21:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Aug 2017 08:24:02 +0000 (09:24 +0100)
commit519c34adeb0735f6ff606addd00a7bbe19f4b15c
tree9238714b7c0e51bb5e2ee4494b5ab820adb65ed0
parent8319dce16210ebe2d89cd1e0926ad937909bc9ea
automake: Add missing libtool tag for cppasm language

This is highlighted when CC is passing flags like -fPIE
which are stripped by libtool when building shared libs
and replaced with -fPIC, this actually results in CC
not matching the CC computed from cmdline created for
compiling and as a result libtool heuristic to compute
tags auotmatically fails.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/automake/automake/0001-automake-Add-default-libtool_tag-to-cppasm.patch [new file with mode: 0644]
meta/recipes-devtools/automake/automake_1.15.1.bb