Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 23 Feb 2003 21:06:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 23 Feb 2003 21:06:04 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:49363 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Sun, 23 Feb 2003 21:06:02 -0500 Date: Sun, 23 Feb 2003 20:16:10 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Pete Zaitcev cc: sparclinux@vger.kernel.org, Subject: Re: State of sparc32 union In-Reply-To: <20030223202233.A20072@devserv.devel.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 27 On Sun, 23 Feb 2003, Pete Zaitcev wrote: > -- The problem is that top Makefile says: > # That's our default target when none is given on the command line > all: vmlinux You can just add all: image to arch/sparc/Makefile - i386 makes bzImage the default target this way. > zaitcev: I had a new EXPORT_SYMBOL_DOT() for sparc. But since we just blindly skip '.' now for ppc64, it's not necessary, the EXPORT_SYMBOL() works. Bug me some time to dig that out again - ppc64 doesn't need it anymore, but for sparc it's the right thing to do. --Kai - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/