summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-adlc-flags.patch
diff options
context:
space:
mode:
authorErkka Kääriä <erkka.kaaria@intel.com>2016-03-21 13:39:11 +0200
committerMaxin B. John <maxin.john@intel.com>2016-03-23 11:52:26 +0200
commitd354a638e7e919bebbde3c21c830b19aca004809 (patch)
treeca8b747f2c4789fce490d99a756c625a3b2a8876 /recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-adlc-flags.patch
parent4c9dfc2b14676db414d915ba3bab9e101de73e05 (diff)
downloadmeta-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-fix-adlc-flags.patch')
0 files changed, 0 insertions, 0 deletions