From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18958 invoked by alias); 23 Nov 2012 06:04:19 -0000 Received: (qmail 18950 invoked by uid 22791); 23 Nov 2012 06:04:17 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Nov 2012 06:04:15 +0000 Received: by mail-ee0-f47.google.com with SMTP id l10so5299327eei.20 for ; Thu, 22 Nov 2012 22:04:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.211.135 with SMTP id w7mr9991572eeo.4.1353650653955; Thu, 22 Nov 2012 22:04:13 -0800 (PST) Received: by 10.223.1.73 with HTTP; Thu, 22 Nov 2012 22:04:13 -0800 (PST) Date: Fri, 23 Nov 2012 06:04:00 -0000 Message-ID: Subject: some question about arm cross toolchain From: loody To: gcc-help , linux-arm@lists.arm.linux.org.uk Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg00184.txt.bz2 hi all: I found there are 2 arm tool chains as "arm-linux-gnueabihf-gcc" and "arm-linux-c-gcc" What are the differences between "gnueabihf" and "gnueabihf" is that due to different EABI version? -- Regards,