Remove $(TOOLCHAIN_DIR)/bin and $(STAGING_DIR)/{usr/bin,bin} from the PATH
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 20 Jun 2010 13:06:30 +0000 (15:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 7 Jul 2010 06:14:41 +0000 (08:14 +0200)
commit0ab16a01bbe02d37ad2daa007fdb5a0de0ff9eab
tree1026a24e0a36fee12f8e76e72a36c56c673da504
parent359090e693846cc62b9390363e79b5d7afb83eee
Remove $(TOOLCHAIN_DIR)/bin and $(STAGING_DIR)/{usr/bin,bin} from the PATH

These shouldn't be needed. Even when the cross-compiler is in
$(STAGING_DIR)/usr/bin, we anyway use an absolute path for TARGET_CC,
TARGET_LD and al.

Not having $(STAGING_DIR)/{usr/bin,bin} in the PATH will avoid having
Buildroot trying to run target binaries.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in