diff mbox

[13/22] Remove unused GNU_TARGET_SUFFIX

Message ID 60a226b4a2b427209157f962136e1f9cfe09ed93.1334673910.git.thomas.petazzoni@free-electrons.com
State Accepted
Commit ad5af7573291e48835d52223642505a2f8d18af2
Headers show

Commit Message

Thomas Petazzoni April 17, 2012, 2:45 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard April 25, 2012, 6:55 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 4f29cba..a48fb87 100644
--- a/Makefile
+++ b/Makefile
@@ -235,8 +235,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))