From 98374c79caef2d659d3141de17ef8625267888d3 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 5 Jun 2009 17:56:21 +0200 Subject: [PATCH] --- yaml --- r: 147672 b: refs/heads/master c: 136107a76fe5f62906162f730834477b71cf131e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/perf_counter/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7872cddcc1ba..2c74fcb55565 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2debbc836696f2a815d02630230584a1754a5022 +refs/heads/master: 136107a76fe5f62906162f730834477b71cf131e diff --git a/trunk/Documentation/perf_counter/Makefile b/trunk/Documentation/perf_counter/Makefile index c9ec4585f4d6..5b99f04df812 100644 --- a/trunk/Documentation/perf_counter/Makefile +++ b/trunk/Documentation/perf_counter/Makefile @@ -159,7 +159,7 @@ uname_V := $(shell sh -c 'uname -v 2>/dev/null || echo not') # CFLAGS and LDFLAGS are for the users to override from the command line. -CFLAGS = -ggdb3 -Wall -Werror -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -std=gnu99 -Wdeclaration-after-statement -O6 -march=native +CFLAGS = -ggdb3 -Wall -Werror -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -std=gnu99 -Wdeclaration-after-statement -O6 LDFLAGS = -lpthread -lrt -lelf ALL_CFLAGS = $(CFLAGS) ALL_LDFLAGS = $(LDFLAGS)