From 9dac67be80fece70f5486d158cb21d85ceea9aef Mon Sep 17 00:00:00 2001 From: mistermatt2u Date: Wed, 16 Dec 2015 19:48:50 -0500 Subject: [PATCH] Remove unnecessary manual compiler architecture selection - Remove statements that set the architecture selection that is passed to the compiler. The statemets seemed to only be an opportunity to cause build failures due to manual setting of the architecture. Perhaps it is best to let the compiler do that on its own. --- Makefile.macosx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.macosx b/Makefile.macosx index 3a2888c..1cff6d6 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -26,12 +26,7 @@ else EXTRA_CFLAGS := -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -pthread endif -# Change as required in support of the available libraries - -#CC := $(DARWIN_CC) -m64 $(SYS_LIBS) $(SYS_MIN) -CC := $(DARWIN_CC) -m32 $(SYS_LIBS) $(SYS_MIN) CFLAGS := -Os -pthread -Igeotranz $(EXTRA_CFLAGS) -# $(info $$CC is [${CC}]) # # The DSP filters spend a lot of time spinning around in little