From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 381 invoked by alias); 9 Dec 2001 02:56:24 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 355 invoked from network); 9 Dec 2001 02:56:23 -0000 Received: from unknown (HELO godel.megacz.com) (64.23.37.80) by sources.redhat.com with SMTP; 9 Dec 2001 02:56:23 -0000 Received: from megacz by godel.megacz.com with local (Exim 3.12 #1 (Debian)) id 16Cu9H-00022u-00 for ; Sat, 08 Dec 2001 21:57:03 -0500 To: gcc@gcc.gnu.org Subject: victory! I have a working crosscompiler! From: Adam Megacz X-Home-Page: http://www.megacz.com/adam Organization: Myself Date: Sat, 08 Dec 2001 19:10:00 -0000 Message-ID: <86her1gkxs.fsf@megacz.com> User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00433.txt.bz2 And it even says "hello world"! =) Thanks for all your help, people. I'll be submitting some patches as soon as I figure out what to do about libc and libstdc++ (I know that libc is "a UNIX thing" -- is libstdc++ also "a UNIX thing"?)... - a