diff options
Diffstat (limited to 'target/linux/generic/patches-3.3/.svn/text-base/321-powerpc_crtsavres_prereq.patch.svn-base')
-rw-r--r-- | target/linux/generic/patches-3.3/.svn/text-base/321-powerpc_crtsavres_prereq.patch.svn-base | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.3/.svn/text-base/321-powerpc_crtsavres_prereq.patch.svn-base b/target/linux/generic/patches-3.3/.svn/text-base/321-powerpc_crtsavres_prereq.patch.svn-base new file mode 100644 index 0000000..941aa90 --- /dev/null +++ b/target/linux/generic/patches-3.3/.svn/text-base/321-powerpc_crtsavres_prereq.patch.svn-base @@ -0,0 +1,10 @@ +--- a/arch/powerpc/Makefile ++++ b/arch/powerpc/Makefile +@@ -94,7 +94,6 @@ else + endif + endif + +-KBUILD_LDFLAGS_MODULE += arch/powerpc/lib/crtsavres.o + + ifeq ($(CONFIG_TUNE_CELL),y) + KBUILD_CFLAGS += $(call cc-option,-mtune=cell) |