diff options
author | Erkka Kääriä <erkka.kaaria@intel.com> | 2016-03-21 13:39:11 +0200 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2016-03-23 11:52:26 +0200 |
commit | d354a638e7e919bebbde3c21c830b19aca004809 (patch) | |
tree | ca8b747f2c4789fce490d99a756c625a3b2a8876 /recipes-core/openjdk/patches-openjdk-8/openjdk8-find-compiler-fix-env-respect.patch | |
parent | 4c9dfc2b14676db414d915ba3bab9e101de73e05 (diff) | |
download | meta-java-d354a638e7e919bebbde3c21c830b19aca004809.tar.gz |
Openjdk-8: Fix openjdk build when CXX contains assembler arguments
Builds currently fail, if CXX also contains assembler arguments. These
arguments are in form "-Wa,args,are,here". When this string is then used in
openjdk make process, it is inserted before the make evaluates its argument
lists. As these lists are comma separated, the commas in assembler argument list
are interpreted as list separators, which breaks the build.
This is fixed by adding the extra '$', which means the string is inserted after
make evaluates the list.
Signed-off-by: Erkka Kääriä <erkka.kaaria@intel.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/openjdk8-find-compiler-fix-env-respect.patch')
0 files changed, 0 insertions, 0 deletions