From 213569a46d82adad59093bc30c43cffb2c801a8e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 11 Nov 2018 07:53:49 -0500 Subject: [PATCH] Remove Darwin requirement for Port compilers I seem to recall someone used one on Linux at one time --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index fc0a4285..c8cba4a2 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -195,7 +195,7 @@ ifeq ($(findstring -DCRYPTOPP_DISABLE_ASM,$(CXXFLAGS)),) # Tell MacPorts and Homebrew GCC to use Clang integrated assembler # http://github.com/weidai11/cryptopp/issues/190 - ifeq ($(IS_DARWIN)$(GCC_COMPILER)$(OSXPORT_COMPILER),111) + ifeq ($(GCC_COMPILER)$(OSXPORT_COMPILER),111) ifeq ($(findstring -Wa,-q,$(CXXFLAGS)),) CXXFLAGS += -Wa,-q endif