Re: [GIT-PULL Part #2] Blackfin arch fixing and updates for 2.6.24 merge windows
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Date: Sun, 21 Oct 2007 19:34:01 +0200
Hi Bryan.
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile
index 3689337..3c87291 100644
--- a/arch/blackfin/Makefile
+++ b/arch/blackfin/Makefile
@@ -12,12 +12,17 @@ LDFLAGS_vmlinux := -X
OBJCOPYFLAGS := -O binary -R .note -R .comment -S
GZFLAGS := -9
+CFLAGS += $(call cc-option,-mno-fdpic)
+AFLAGS += $(call cc-option,-mno-fdpic)
CFLAGS_MODULE += -mlong-calls
KALLSYMS += --symbol-prefix=_
During the merge window kbuild shifted to use KBUILD_CFLAGS
and KBUILD_AFLAGS so you need to update the above two assignments.
I think it works as is but then you cannot pass additional CFLAGS
from the commandline.
Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Prev by Date: [PATCH] Fixing the warning in cgroup.c
- Next by Date: Re: [2.6.23] tasks stuck in running state?
- Previous by thread: [GIT-PULL Part #2] Blackfin arch fixing and updates for 2.6.24 merge windows
- Next by thread: [PATCH] Reserve low memory
- Index(es):
Relevant Pages
|