From: Eric Andersen Date: Sun, 19 Jan 2003 00:57:37 +0000 (-0000) Subject: Fixup default compiler architecture X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc93d0f9a74a280021d80f1b0dc941314bc61f83;p=buildroot.git Fixup default compiler architecture --- diff --git a/Makefile b/Makefile index 60c386b3d3..b176fc31c7 100644 --- a/Makefile +++ b/Makefile @@ -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