Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179378
b: refs/heads/master
c: 8303951
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Jan 13, 2010
1 parent 608cdbd commit 95e0ec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2c5d45d46c8c0fd34291dec958670ad4816796f
refs/heads/master: 830395188fae5f4028fa3c38ab1b031aae18a64c
11 changes: 6 additions & 5 deletions trunk/tools/perf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@ PTHREAD_LIBS = -lpthread
# explicitly what architecture to check for. Fix this up for yours..
SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__

ifeq ($(V), 2)
QUIET_STDERR = ">/dev/null"
else
QUIET_STDERR = ">/dev/null 2>&1"
endif

ifeq ($(shell sh -c "echo 'int foo(void) {char X[2]; return 3;}' | $(CC) -x c -c -Werror -fstack-protector-all - -o /dev/null "$(QUIET_STDERR)" && echo y"), y)
CFLAGS := $(CFLAGS) -fstack-protector-all
endif
Expand Down Expand Up @@ -451,11 +457,6 @@ BUILTIN_OBJS += builtin-kmem.o

PERFLIBS = $(LIB_FILE)

ifeq ($(V), 2)
QUIET_STDERR = ">/dev/null"
else
QUIET_STDERR = ">/dev/null 2>&1"
endif
#
# Platform specific tweaks
#
Expand Down

0 comments on commit 95e0ec5

Please sign in to comment.