From a9bfe856cf5b524f157cda222c8b2d07f1463be9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 19 Jan 2003 06:07:22 +0000 Subject: Change from using "TARGET_CC1" to just plan "TARGET_CC" which is a bit more sensible. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b176fc31c..8b97b1e90 100644 --- a/Makefile +++ b/Makefile @@ -137,9 +137,8 @@ PATCH_DIR=$(SOURCE_DIR)/patches BUILD_DIR:=$(BASE_DIR)/build TARGET_DIR:=$(BUILD_DIR)/root STAGING_DIR:=$(BUILD_DIR)/staging_dir -TARGET_CC:=$(STAGING_DIR)/usr/bin/gcc TARGET_CROSS:=$(STAGING_DIR)/bin/$(ARCH)-uclibc- -TARGET_CC1:=$(TARGET_CROSS)gcc +TARGET_CC:=$(TARGET_CROSS)gcc TARGET_PATH:=$(STAGING_DIR)/bin:$(STAGING_DIR)/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin STRIP:=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note #STRIP:=/bin/true -- cgit v1.2.3-55-g7522