From: Eric Andersen Date: Wed, 12 Feb 2003 09:10:22 +0000 (-0000) Subject: Fixup the target path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d108fa86c933dbf2d33bd622a017b134fc524c27;p=buildroot.git Fixup the target path --- diff --git a/Makefile b/Makefile index 923b6c8cb6..643b5e19e4 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