toolchain/gcc: remove dead code related to host binary stripping
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 30 Jun 2013 19:28:54 +0000 (21:28 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 3 Jul 2013 06:28:15 +0000 (08:28 +0200)
commit1f6d92d2ce2fee794080505e0c6536b78cf252ea
tree65eb18538a3c3c0db377f0fd86fd60348882ecb5
parent598ade90a8a4eb6036499d8d81589aadd69d9f43
toolchain/gcc: remove dead code related to host binary stripping

The GCC_STRIP_HOST_BINARIES variable was always defined to 'nope',
which means that the host binaries were never stripped. Get rid of the
corresponding code, which is not in use.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gcc/gcc-uclibc-4.x.mk