From 30cd9241c00f1a8d71db3d446cc4527101ace7ec Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Thu, 10 May 2012 17:38:12 +0100 Subject: gator-daemon: Fix building on armhf Remove compiler options for arm arch and interworking as they break the build and are superfluous now we build for armhf. Signed-off-by: Jon Medhurst --- tools/gator/daemon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gator/daemon/Makefile b/tools/gator/daemon/Makefile index aa1c0056a8a..950e87060ac 100644 --- a/tools/gator/daemon/Makefile +++ b/tools/gator/daemon/Makefile @@ -18,7 +18,7 @@ GCC=$(CROSS_COMPILE)gcc # -std=c++98 is the 1998 c++ standard # -march=armv5t is required to set the minimum architecture # -mthumb-interwork is required for interworking to ARM or Thumb stdlibc -CFLAGS=-O3 -Wall -Werror -march=armv5t -mthumb-interwork +CFLAGS=-O3 -Wall -Werror TARGET=gatord C_SRC = $(wildcard mxml/*.c) CPP_SRC = $(wildcard *.cpp) -- cgit v1.2.3