From: Thomas Petazzoni Date: Tue, 17 Apr 2012 04:45:25 +0000 (+0000) Subject: Remove unused GNU_TARGET_SUFFIX X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad5af7573291e48835d52223642505a2f8d18af2;p=buildroot.git Remove unused GNU_TARGET_SUFFIX Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index eafb654c4d..44c70ccd25 100644 --- a/Makefile +++ b/Makefile @@ -236,8 +236,6 @@ BZCAT:=$(call qstrip,$(BR2_BZCAT)) XZCAT:=$(call qstrip,$(BR2_XZCAT)) TAR_OPTIONS=$(call qstrip,$(BR2_TAR_OPTIONS)) -xf -GNU_TARGET_SUFFIX:=-$(call qstrip,$(BR2_GNU_TARGET_SUFFIX)) - # packages compiled for the host go here HOST_DIR:=$(call qstrip,$(BR2_HOST_DIR))