diff options
| -rw-r--r-- | arch/x86/entry/vdso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/entry/vdso/Makefile b/arch/x86/entry/vdso/Makefile index 141d415a8c80..0624bf2266fd 100644 --- a/arch/x86/entry/vdso/Makefile +++ b/arch/x86/entry/vdso/Makefile | |||
| @@ -47,7 +47,7 @@ targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) | |||
| 47 | CPPFLAGS_vdso.lds += -P -C | 47 | CPPFLAGS_vdso.lds += -P -C |
| 48 | 48 | ||
| 49 | VDSO_LDFLAGS_vdso.lds = -m elf_x86_64 -soname linux-vdso.so.1 --no-undefined \ | 49 | VDSO_LDFLAGS_vdso.lds = -m elf_x86_64 -soname linux-vdso.so.1 --no-undefined \ |
| 50 | -z max-page-size=4096 -z common-page-size=4096 | 50 | -z max-page-size=4096 |
| 51 | 51 | ||
| 52 | $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE | 52 | $(obj)/vdso64.so.dbg: $(obj)/vdso.lds $(vobjs) FORCE |
| 53 | $(call if_changed,vdso) | 53 | $(call if_changed,vdso) |
| @@ -98,7 +98,7 @@ CFLAGS_REMOVE_vvar.o = -pg | |||
| 98 | 98 | ||
| 99 | CPPFLAGS_vdsox32.lds = $(CPPFLAGS_vdso.lds) | 99 | CPPFLAGS_vdsox32.lds = $(CPPFLAGS_vdso.lds) |
| 100 | VDSO_LDFLAGS_vdsox32.lds = -m elf32_x86_64 -soname linux-vdso.so.1 \ | 100 | VDSO_LDFLAGS_vdsox32.lds = -m elf32_x86_64 -soname linux-vdso.so.1 \ |
| 101 | -z max-page-size=4096 -z common-page-size=4096 | 101 | -z max-page-size=4096 |
| 102 | 102 | ||
| 103 | # x32-rebranded versions | 103 | # x32-rebranded versions |
| 104 | vobjx32s-y := $(vobjs-y:.o=-x32.o) | 104 | vobjx32s-y := $(vobjs-y:.o=-x32.o) |
