]> code.ossystems Code Review - openembedded-core.git/commit
microblaze tune: cleanup +=
authorMark Hatle <mark.hatle@xilinx.com>
Tue, 4 Feb 2020 21:06:29 +0000 (15:06 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Feb 2020 12:16:02 +0000 (12:16 +0000)
commit78c38857486d3107ecd95d0ceefabcf5152c3928
treec3fa70d24fcd00b99c9d946b243b54c3c35569a1
parent389691be34b79da1fafa8df2e6369e7771406cc2
microblaze tune: cleanup +=

Various += were used, refactor these to be either = or .= depending on
usuage.

CONFLICTS should be '=', as no leading space is required and they are not
amending any other conflict settings.

The TUNE_CCARGS should be .= so that if the feature does not define a CCARG
blank spaces are not added to the CFLAGS.  This is consistent to how the arm
tuning is implemented.

Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/microblaze/arch-microblaze.inc
meta/conf/machine/include/microblaze/feature-microblaze-math.inc