mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sparc32 block needed in final image link build fix
@ 2005-12-09 11:51 Paul Jackson
  0 siblings, 0 replies; only message in thread
From: Paul Jackson @ 2005-12-09 11:51 UTC (permalink / raw)
  To: Andrew Morton; +Cc: sparclinux, Paul Jackson, linux-kernel, wli

With this fix, sparc links vmlinuz again using crosstool.
Without this fix, the final link fails missing several dozen
dozen symbols, beginning with:

    kernel/built-in.o(.text+0x6fd0): In function `do_exit':
    : undefined reference to `exit_io_context'

(exit_io_context is defined in block/ll_rw_blk.c).

No further testing whatsoever was done after the link succeeded.

Signed-off-by: Paul Jackson <pj@sgi.com>

---

 arch/sparc/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- 2.6.15-rc3-mm1.orig/arch/sparc/Makefile	2005-12-04 01:42:16.842337555 -0800
+++ 2.6.15-rc3-mm1/arch/sparc/Makefile	2005-12-09 03:38:53.226046309 -0800
@@ -34,7 +34,7 @@ libs-y += arch/sparc/prom/ arch/sparc/li
 # Renaming is done to avoid confusing pattern matching rules in 2.5.45 (multy-)
 INIT_Y		:= $(patsubst %/, %/built-in.o, $(init-y))
 CORE_Y		:= $(core-y)
-CORE_Y		+= kernel/ mm/ fs/ ipc/ security/ crypto/
+CORE_Y		+= kernel/ mm/ fs/ ipc/ security/ crypto/ block/
 CORE_Y		:= $(patsubst %/, %/built-in.o, $(CORE_Y))
 DRIVERS_Y	:= $(patsubst %/, %/built-in.o, $(drivers-y))
 NET_Y		:= $(patsubst %/, %/built-in.o, $(net-y))

-- 
                          I won't rest till it's the best ...
                          Programmer, Linux Scalability
                          Paul Jackson <pj@sgi.com> 1.650.933.1373

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-09 11:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-09 11:51 [PATCH] sparc32 block needed in final image link build fix Paul Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome