From 2def4e404da908969354625d1d165c31210399d4 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sun, 22 Jul 2007 21:13:11 +0200 Subject: [PATCH] --- yaml --- r: 62762 b: refs/heads/master c: 037e20a3c5c206efdf63f1b45c8b082fc57253d2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86_64/vdso/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 753ee970524f..fff2d305fcf7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b053c204edbc82b068fe8cfc809b7f90b885fae0 +refs/heads/master: 037e20a3c5c206efdf63f1b45c8b082fc57253d2 diff --git a/trunk/arch/x86_64/vdso/Makefile b/trunk/arch/x86_64/vdso/Makefile index faaa72fb250c..8d03de029d9b 100644 --- a/trunk/arch/x86_64/vdso/Makefile +++ b/trunk/arch/x86_64/vdso/Makefile @@ -32,10 +32,10 @@ $(obj)/vdso.o: $(src)/vdso.S $(obj)/vdso.so $(obj)/vdso.so: $(src)/vdso.lds $(vobjs) FORCE $(call if_changed,syscall) -CF := $(PROFILING) -mcmodel=small -fPIC -g0 -O2 -fasynchronous-unwind-tables -m64 +CFL := $(PROFILING) -mcmodel=small -fPIC -g0 -O2 -fasynchronous-unwind-tables -m64 -$(obj)/vclock_gettime.o: CFLAGS = $(CF) -$(obj)/vgetcpu.o: CFLAGS = $(CF) +$(obj)/vclock_gettime.o: CFLAGS = $(CFL) +$(obj)/vgetcpu.o: CFLAGS = $(CFL) # We also create a special relocatable object that should mirror the symbol # table and layout of the linked DSO. With ld -R we can then refer to