diff options
author | Anton Blanchard <anton@samba.org> | 2006-06-10 06:23:54 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-15 05:31:25 -0400 |
commit | 8555a0029b1b0840237b750e55d4835a52cc719b (patch) | |
tree | fb17c491f12deb3d7ac93397091ec900fbce46e9 /arch/powerpc/oprofile | |
parent | 3a2c48cfc97f9046abbd810f1efb1aa824bcfaf1 (diff) |
[POWERPC] Optimise some TOC usage
Micro-optimisation - add no-minimal-toc to some more arch/powerpc Makefiles.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/oprofile')
-rw-r--r-- | arch/powerpc/oprofile/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/oprofile/Makefile b/arch/powerpc/oprofile/Makefile index f5f9859a8338..3145d610b5b0 100644 --- a/arch/powerpc/oprofile/Makefile +++ b/arch/powerpc/oprofile/Makefile | |||
@@ -1,3 +1,7 @@ | |||
1 | ifeq ($(CONFIG_PPC64),y) | ||
2 | EXTRA_CFLAGS += -mno-minimal-toc | ||
3 | endif | ||
4 | |||
1 | obj-$(CONFIG_OPROFILE) += oprofile.o | 5 | obj-$(CONFIG_OPROFILE) += oprofile.o |
2 | 6 | ||
3 | DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ | 7 | DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \ |