diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-17 22:30:49 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-18 00:25:06 +0200 |
commit | f50eff3401e5f41f68bd08d92d9886eecf23926f (patch) | |
tree | bd844d26d5e309bfbcd5047648f46d4c3017a709 /package/gcc | |
parent | b2e88073dbf05faa47475bf96d5ccf8a45906a3c (diff) | |
download | buildroot-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