Remove Darwin requirement for Port compilers

I seem to recall someone used one on Linux at one time
pull/739/head
Jeffrey Walton 2018-11-11 07:53:49 -05:00
parent 8011f023b5
commit 213569a46d
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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