From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13947 invoked by alias); 9 Nov 2011 13:52:06 -0000 Received: (qmail 13934 invoked by uid 22791); 9 Nov 2011 13:52:06 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_AV X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Nov 2011 13:51:51 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/51031] build error in libitm (how to disable trans-mem???) Date: Wed, 09 Nov 2011 13:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-11/txt/msg00938.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51031 --- Comment #7 from Dominique d'Humieres 2011-11-09 13:49:18 UTC --- > I think that configure should check that the "as" supports avx independently of > the architecture one is building on or for. I don't think the failure in comment #2 has anything to do with avx: it is due to pseudo-op (elf ones according rth on IRC) and I see it on x86_64-darwin10 as well (AFAIK gcc is tune for Core2). Note that I am now bootstrapping with --- /opt/gcc/_clean/libitm/configure.tgt 2011-11-08 20:06:30.000000000 +0100 +++ /opt/gcc/work/libitm/configure.tgt 2011-11-09 00:42:05.000000000 +0100 @@ -94,6 +94,7 @@ case "${target}" in | *-*-netbsd* | *-*-freebsd* | *-*-openbsd* \ | *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11* \ | *-*-darwin* | *-*-aix*) + UNSUPPORTED=1 # POSIX system. The OS is supported. ;;