diff options
-rw-r--r-- | arch/mips/vdso/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/vdso/Makefile b/arch/mips/vdso/Makefile index b369509e9753..fff01eddf3e9 100644 --- a/arch/mips/vdso/Makefile +++ b/arch/mips/vdso/Makefile | |||
@@ -8,7 +8,8 @@ ccflags-vdso := \ | |||
8 | $(filter -march=%,$(KBUILD_CFLAGS)) | 8 | $(filter -march=%,$(KBUILD_CFLAGS)) |
9 | cflags-vdso := $(ccflags-vdso) \ | 9 | cflags-vdso := $(ccflags-vdso) \ |
10 | $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \ | 10 | $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \ |
11 | -O2 -g -fPIC -fno-common -fno-builtin -G 0 -DDISABLE_BRANCH_PROFILING \ | 11 | -O2 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \ |
12 | -DDISABLE_BRANCH_PROFILING \ | ||
12 | $(call cc-option, -fno-stack-protector) | 13 | $(call cc-option, -fno-stack-protector) |
13 | aflags-vdso := $(ccflags-vdso) \ | 14 | aflags-vdso := $(ccflags-vdso) \ |
14 | $(filter -I%,$(KBUILD_CFLAGS)) \ | 15 | $(filter -I%,$(KBUILD_CFLAGS)) \ |