summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60c386b3d..b176fc31c 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