From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21981 invoked by alias); 31 Mar 2013 18:12:08 -0000 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 Received: (qmail 21921 invoked by uid 48); 31 Mar 2013 18:12:01 -0000 From: "david.l.cantrell at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/55930] libatomic build failure if configured with --disable-dependency-tracking Date: Sun, 31 Mar 2013 18:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: david.l.cantrell at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC 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 X-SW-Source: 2013-03/txt/msg02279.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930 David Cantrell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.l.cantrell at gmail | |dot com --- Comment #1 from David Cantrell 2013-03-31 18:12:00 UTC --- I am seeing the same behavior building gcc 4.8.0 locally using the following options to ./configure: --enable-languages=c,c++ \ --enable-bootstrap \ --enable-lto \ --enable-threads=posix \ --disable-checking \ --enable-long-long \ --enable-__cxa_atexit \ --enable-clocale=generic \ --disable-multilib \ --with-system-zlib \ --prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --includedir=/usr/include \ --datadir=/usr/share \ --mandir=/usr/share/man \ --disable-nls \ --disable-silent-rules \ --disable-dependency-tracking