From 00fa581bc6acc3158b3008019e81802a5d70418c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 2 Mar 2014 15:22:50 +0100 Subject: remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not know why this is required. the names are not unique between arch with different abi --- package/binutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/binutils/Makefile') diff --git a/package/binutils/Makefile b/package/binutils/Makefile index 19b945f41..b6e6fb616 100644 --- a/package/binutils/Makefile +++ b/package/binutils/Makefile @@ -35,8 +35,8 @@ TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) TARGET_CFLAGS+= -fPIC ifeq ($(ADK_NATIVE),) CONFIGURE_ARGS+= --disable-werror \ - --host=$(REAL_GNU_TARGET_NAME) \ - --target=$(REAL_GNU_TARGET_NAME) + --host=$(GNU_TARGET_NAME) \ + --target=$(GNU_TARGET_NAME) else CONFIGURE_ARGS+= --disable-werror endif -- cgit v1.2.3