gcc: fix xtensa overlay application
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 27 Feb 2014 05:07:20 +0000 (09:07 +0400)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 27 Feb 2014 08:07:27 +0000 (09:07 +0100)
commita957e1b265e2736da7c2aa746c084f228ff7985d
tree15e1714cbe831db1af97a51448fe22b421c1cff5
parentde62a1ab616cf5ecc674ce5205d34e9f8c383cf8
gcc: fix xtensa overlay application

gcc build scripts use wrong variable name to specify xtensa overlay
application command. As a result gcc is built with the default overlay,
which leads to obscure failures later in the build process.

xtensa toolchain needs an additional configuration for a specific core
variant we're building for. This configuration is called 'overlay' and
is an archive with files for binutils, gcc and gdb that replace
corresponding files in toolchain components.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/gcc-final/gcc-final.mk
package/gcc/gcc-initial/gcc-initial.mk
package/gcc/gcc-intermediate/gcc-intermediate.mk