From d108fa86c933dbf2d33bd622a017b134fc524c27 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Feb 2003 09:10:22 +0000 Subject: Fixup the target path --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 923b6c8cb..643b5e19e 100644 --- a/Makefile +++ b/Makefile @@ -145,9 +145,10 @@ PATCH_DIR=$(SOURCE_DIR)/patches BUILD_DIR:=$(BASE_DIR)/build TARGET_DIR:=$(BUILD_DIR)/root STAGING_DIR:=$(BUILD_DIR)/staging_dir -TARGET_CROSS:=$(STAGING_DIR)/bin/$(ARCH)-uclibc- -TARGET_CC:=$(TARGET_CROSS)gcc -TARGET_PATH:=$(STAGING_DIR)/bin:$(STAGING_DIR)/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin +TOOL_BUILD_DIR=$(BASE_DIR)/build +TARGET_PATH=$(STAGING_DIR)/bin:$(STAGING_DIR)/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin +TARGET_CROSS=$(STAGING_DIR)/bin/$(ARCH)-uclibc- +TARGET_CC=$(TARGET_CROSS)gcc STRIP:=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note #STRIP:=/bin/true IMAGE:=$(BASE_DIR)/root_fs -- cgit v1.2.3-55-g7522