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)