Skip to content

Commit

Permalink
rabbitmq: more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Mar 8, 2017
1 parent 302a365 commit 86e218c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/rabbitmq/Makefile
Expand Up @@ -27,10 +27,10 @@ ifeq ($(CC_NAME),gcc)
# this only works in gcc > 4.5
GCC_VERSION_LOW = 450
GCC_VERSION := $(shell gcc -dumpversion | sed 's/\.//g')
$(warning "GCC_VERSION: $(GCC_VERSION)")
$(warning "GCC_VERSION: $(GCC_VERSION)")
GCC_TEST := $(shell test $(GCC_VERSION) -gt $(GCC_VERSION_LOW) && echo ok)
$(warning "GCC_TEST debug: test $(GCC_VERSION) -gt $(GCC_VERSION_LOW) && echo ok:)
$(warning "GCC_TEST: $(GCC_TEST)")
$(warning "GCC_TEST debug: test $(GCC_VERSION) -gt $(GCC_VERSION_LOW) && echo ok")
$(warning "GCC_TEST: $(GCC_TEST)")
ifeq ($(GCC_TEST),ok)
DEFS += -Wno-error=cpp
endif
Expand Down

0 comments on commit 86e218c

Please sign in to comment.