summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-07-19 00:16:23 -0400
committerJeffrey Walton <noloader@gmail.com>2019-07-19 00:16:23 -0400
commit417fbd719ab6a40aa35d7dfe2562e56b0e425130 (patch)
tree25e09c136c425dba6f64e75409bf33585f5ffca7 /GNUmakefile-cross
parent058a59814f0be1d89e2a0fa11438c2037112cd7a (diff)
downloadcryptopp-git-417fbd719ab6a40aa35d7dfe2562e56b0e425130.tar.gz
Fix missing if statement
Copy/paste error from the regular GNUmakefile
Diffstat (limited to 'GNUmakefile-cross')
-rwxr-xr-xGNUmakefile-cross1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile-cross b/GNUmakefile-cross
index 7c151c59..d32139ed 100755
--- a/GNUmakefile-cross
+++ b/GNUmakefile-cross
@@ -195,6 +195,7 @@ endif
# Strip out -Wall, -Wextra and friends for feature testing
ifeq ($(DETECT_FEATURES),1)
TCXXFLAGS := $(filter-out -D_FORTIFY_SOURCE=1 -D_FORTIFY_SOURCE=2 -Wall -Wextra -Werror% -Wunused -Wconversion -Wp%, $(CXXFLAGS))
+ ifneq ($(strip $(TCXXFLAGS)),)
$(info Using testing flags: $(TCXXFLAGS))
endif
#TPROG = TestPrograms/test_cxx.cxx