Loading tools/perf/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ INSTALL = install # explicitly what architecture to check for. Fix this up for yours.. SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__ -include feature-tests.mak -include config/feature-tests.mak ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y) CFLAGS := $(CFLAGS) -fstack-protector-all Loading tools/perf/feature-tests.mak→tools/perf/config/feature-tests.mak +0 −0 File moved. View file Loading
tools/perf/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ INSTALL = install # explicitly what architecture to check for. Fix this up for yours.. SPARSE_FLAGS = -D__BIG_ENDIAN__ -D__powerpc__ -include feature-tests.mak -include config/feature-tests.mak ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y) CFLAGS := $(CFLAGS) -fstack-protector-all Loading