From e3f9c4c1828ff74bfb4deb55eafed5b865ed351e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 4 May 2013 11:28:08 -0700 Subject: Temporarily disabling one change to Makefile. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e9214359..1a4698f7 100644 --- a/Makefile +++ b/Makefile @@ -39,10 +39,10 @@ OPTFLAGS := -g -O #-DABC_NAMESPACE=xxx CFLAGS += -Wall -Wno-unused-function $(OPTFLAGS) $(ARCHFLAGS) -I$(PWD)/src -ifeq ($(shell $(CC) -dumpversion | awk '{FS="."; print ($$1>=4 && $$2>=6)}'),1) +#ifeq ($(shell $(CC) -dumpversion | awk '{FS="."; print ($$1>=4 && $$2>=6)}'),1) # Set -Wno-unused-bug-set-variable for GCC 4.6.0 and greater only CFLAGS += -Wno-unused-but-set-variable -endif +#endif LIBS := -ldl -- cgit v1.2.3