summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-04-17 04:45:25 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-25 08:52:29 +0200
commitad5af7573291e48835d52223642505a2f8d18af2 (patch)
tree7034d585dc12af0da4eb7271d4c61b1eb1ccd839 /Makefile
parent4fd085315620ea128379187b4af7ce417d16a18d (diff)
Remove unused GNU_TARGET_SUFFIX
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eafb654c4..44c70ccd2 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))