From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1944 invoked by alias); 20 Jul 2004 16:37:38 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 1918 invoked from network); 20 Jul 2004 16:37:34 -0000 Received: from unknown (HELO webmail-outgoing.us4.outblaze.com) (205.158.62.67) by sourceware.org with SMTP; 20 Jul 2004 16:37:34 -0000 Received: from wfilter.us4.outblaze.com (wfilter.us4.outblaze.com [205.158.62.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 0715F180296F for ; Tue, 20 Jul 2004 16:37:34 +0000 (GMT) X-OB-Received: from unknown (205.158.62.105) by wfilter.us4.outblaze.com; 20 Jul 2004 16:35:36 -0000 Received: by ws4-4.us4.outblaze.com (Postfix, from userid 1001) id D8C507A8C86; Tue, 20 Jul 2004 16:37:33 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Received: from [81.215.227.59] by ws4-4.us4.outblaze.com with http for fdarkangel@hackermail.com; Tue, 20 Jul 2004 17:37:33 +0100 From: "Dark Angel" To: gcc-help@gcc.gnu.org Date: Tue, 20 Jul 2004 16:37:00 -0000 Subject: configuring for motorola 68000 X-Originating-Ip: 81.215.227.59 X-Originating-Server: ws4-4.us4.outblaze.com Message-Id: <20040720163733.D8C507A8C86@ws4-4.us4.outblaze.com> X-SW-Source: 2004-07/txt/msg00192.txt.bz2 Hi, i've been trying to compile gcc for m68000 (sega genesis). binutils-2.15 accepts m68000-*-* configuration but gcc-3.4.1 doesn't. I want -m68000 to be the default target, and diable all m68k variants, but gcc doesn't accept --disable-(cpu) and --with-cpu=m68000. How can i compile gcc for only m68000 cpu? (i don't libraries for other 68k variants either, except for the softfloat) I've tried editing the m68k header and defined 68000 as default (however, i don't think this's the way it should be), but it still compiles libraries for other m68k variants. Anyone knows a way around? -- _______________________________________________ Get your free email from http://www.hackermail.com Powered by Outblaze