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/pcc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/pcc') diff --git a/package/pcc/Makefile b/package/pcc/Makefile index c7f3878da..8adc848ca 100644 --- a/package/pcc/Makefile +++ b/package/pcc/Makefile @@ -22,8 +22,8 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,PCC,pcc,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) # we cross-compile a native compiler for the target system -CONFIGURE_ARGS+= --host=${REAL_GNU_TARGET_NAME} -CONFIGURE_ARGS+= --target=${REAL_GNU_TARGET_NAME} +CONFIGURE_ARGS+= --host=${GNU_TARGET_NAME} +CONFIGURE_ARGS+= --target=${GNU_TARGET_NAME} CONFIGURE_ARGS+= --with-assembler=/usr/bin/as CONFIGURE_ARGS+= --with-linker=/usr/bin/ld -- cgit v1.2.3