summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-07-17 22:30:49 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-18 00:25:06 +0200
commitf50eff3401e5f41f68bd08d92d9886eecf23926f (patch)
treebd844d26d5e309bfbcd5047648f46d4c3017a709 /package/gcc
parentb2e88073dbf05faa47475bf96d5ccf8a45906a3c (diff)
downloadbuildroot-f50eff3401e5f41f68bd08d92d9886eecf23926f.tar.gz
buildroot-f50eff3401e5f41f68bd08d92d9886eecf23926f.zip
toolchain/toolchain-external: don't use x$(...) construct or ==
With modern shells, we can simply do test using the "$(...)" = "value" form. This commit gets rid of the x$(...) = x"value" constructs and replaces == by =, which is the correct operator to test the equality of two strings with the test program. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud