summaryrefslogtreecommitdiffstats
path: root/package/gcc/gcc-initial/gcc-initial.hash
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-26 15:14:33 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-26 15:16:19 +0200
commit9397bd643d2f64bd61843addd238ccee9ce66b1f (patch)
treea55c5c4443c9c0264e3bbe81d64e9f9834f4c283 /package/gcc/gcc-initial/gcc-initial.hash
parent5a6315d30cd77968ba6a40bd9505f3a2f6bee591 (diff)
downloadbuildroot-9397bd643d2f64bd61843addd238ccee9ce66b1f.tar.gz
buildroot-9397bd643d2f64bd61843addd238ccee9ce66b1f.zip
toolchain-external: fix definition of TOOLCHAIN_EXTERNAL_READELF
TOOLCHAIN_EXTERNAL_READELF is defined to $(TOOLCHAIN_EXTERNAL_CROSS)readelf$(TOOLCHAIN_EXTERNAL_SUFFIX), where TOOLCHAIN_EXTERNAL_SUFFIX is .br_real for Buildroot toolchains. However, this is bogus, because readelf is not wrapped by the Buildroot toolchain wrapper, so "<arch>-readelf.br_real" never exists. Therefore, it should simply be defined as $(TOOLCHAIN_EXTERNAL_CROSS)readelf. Currently, TOOLCHAIN_EXTERNAL_READELF is not used anywhere, so it wasn't visible, but a follow-up commit will make use of it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc/gcc-initial/gcc-initial.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud