gcc: use '.br_real' instead of '.real' suffix for the raw internal toolchain
authorArnout Vandecappelle <arnout@mind.be>
Wed, 14 Oct 2015 21:05:54 +0000 (23:05 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 17 Oct 2015 08:50:20 +0000 (10:50 +0200)
commit416326d47eecce2e33bd0c1046632c2c38617931
treecfc30f7645b2fa719734ab3a0affab50916168a0
parent7de33e138039eaf9c89531600c51e5af9c1f9da1
gcc: use '.br_real' instead of '.real' suffix for the raw internal toolchain

If an externally built (non-Buildroot) toolchain also wraps the toolchain
executables, there is a risk that it will also use the '.real' extension.
To minimise this risk, use a more buildroot-specific extension instead:
'.br_real', so we can detect that the external toolchain is built using
Buildroot and get to the raw toolchain binaries.

[Peter: reword description]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/gcc.mk