Fixup default compiler architecture

This commit is contained in:
Eric Andersen 2003-01-19 00:57:37 +00:00
parent f5bc3784a2
commit cc93d0f9a7

View file

@ -145,7 +145,7 @@ STRIP:=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
#STRIP:=/bin/true
IMAGE:=$(BASE_DIR)/root_fs
MAKE:=make
GNU_TARGET_NAME:=$(OPTIMIZE_FOR_CPU)-unknown-linux-gnu
GNU_TARGET_NAME:=$(OPTIMIZE_FOR_CPU)-linux
ifneq ($(strip $(ARCH)),i386)
CROSS:=$(ARCH)-linux-
endif