From 245e844e80045bc566331c0e59a75e19d15e5bd8 Mon Sep 17 00:00:00 2001
From: "roel@libnfc.org" <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Date: Mon, 5 Sep 2011 11:48:08 +0000
Subject: [PATCH] fix temp changes

---
 client/Makefile        | 12 ++++++------
 common/Makefile.common |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/client/Makefile b/client/Makefile
index 7224fe06..c76edf52 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -31,13 +31,13 @@ MOC = $(shell pkg-config --variable=moc_location QtCore)
 endif
 
 
-#ifneq ($(QTLDLIBS),)
-#QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
-#CFLAGS += -DHAVE_GUI
-#LINK.o = $(LINK.cpp)
-#else
+ifneq ($(QTLDLIBS),)
+QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
+CFLAGS += -DHAVE_GUI
+LINK.o = $(LINK.cpp)
+else
 QTGUI = guidummy.o
-#endif
+endif
 
 CMDSRCS = \
 			nonce2key/crapto1.c\
diff --git a/common/Makefile.common b/common/Makefile.common
index d8968327..0e3bdd1e 100644
--- a/common/Makefile.common
+++ b/common/Makefile.common
@@ -20,7 +20,7 @@ platform = $(shell uname)
 
 all:
 
-CROSS  ?= arm-none-eabi-
+CROSS  ?= arm-eabi-
 CC	= $(CROSS)gcc
 AS	= $(CROSS)as
 LD	= $(CROSS)ld
-- 
2.39.5