kumquat-buildroot/toolchain
Thomas Petazzoni f50eff3401 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>
2013-07-18 00:25:06 +02:00
..
toolchain-buildroot toolchain: remove the old BR2_VFP_FLOAT option 2013-07-16 15:13:57 +02:00
toolchain-crosstool-ng Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC} 2013-07-04 09:08:42 +02:00
toolchain-external toolchain/toolchain-external: don't use x$(...) construct or == 2013-07-18 00:25:06 +02:00
Config.in eglibc: enable support in the Buildroot toolchain backend 2013-07-04 11:08:27 +02:00
helpers.mk toolchain: check ARM EABI vs. EABIhf for external toolchains 2013-07-18 00:22:40 +02:00
toolchain-buildroot.mk eglibc: enable support in the Buildroot toolchain backend 2013-07-04 11:08:27 +02:00
toolchain-common.in arch: Refactor BR2_SOFT_FLOAT into per-architecture options 2013-07-16 14:35:07 +02:00
toolchain-crosstool-ng.mk uclibc: convert to the package infrastructure 2013-07-04 00:13:23 +02:00
toolchain-external.mk uclibc: convert to the package infrastructure 2013-07-04 00:13:23 +02:00