public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "laurent at guerby dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/38523] [4.4 regression] arm build fails to link cc1-dummy
Date: Mon, 05 Jan 2009 12:05:00 -0000	[thread overview]
Message-ID: <20090105120540.31466.qmail@sourceware.org> (raw)
In-Reply-To: <bug-38523-7210@http.gcc.gnu.org/bugzilla/>



------- Comment #14 from laurent at guerby dot net  2009-01-05 12:05 -------
Something like that? (untested)

Index: configure.ac
===================================================================
--- configure.ac        (revision 143046)
+++ configure.ac        (working copy)
@@ -2904,6 +2904,9 @@
 else
   stage1_checking=--enable-checking=$enable_checking,types
 fi])
+case "${host}" in
+  arm*-*-linux-gnueabi) stage1_checking=--enable-checking=release;;
+esac
 AC_SUBST(stage1_checking)

 # Enable -Werror in bootstrap stage2 and later.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38523


  parent reply	other threads:[~2009-01-05 12:05 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-14  9:34 [Bug bootstrap/38523] New: " laurent at guerby dot net
2008-12-15  9:27 ` [Bug bootstrap/38523] [4.4 regression] " laurent at guerby dot net
2008-12-15  9:34 ` schwab at suse dot de
2008-12-15 11:48 ` laurent at guerby dot net
2008-12-15 15:55 ` laurent at guerby dot net
2008-12-16  8:51 ` doko at ubuntu dot com
2008-12-17 11:14 ` laurent at guerby dot net
2008-12-20 12:23 ` laurent at guerby dot net
2009-01-01  5:14 ` pinskia at gcc dot gnu dot org
2009-01-01 11:21 ` jakub at gcc dot gnu dot org
2009-01-02 10:13 ` laurent at guerby dot net
2009-01-02 11:25 ` jakub at gcc dot gnu dot org
2009-01-02 11:57 ` laurent at guerby dot net
2009-01-04 10:42 ` laurent at guerby dot net
2009-01-05 11:26 ` rguenth at gcc dot gnu dot org
2009-01-05 12:05 ` laurent at guerby dot net [this message]
2009-01-13 12:06 ` laurent at guerby dot net
2009-01-14 21:12 ` laurent at guerby dot net
2009-02-18 21:55 ` danglin at gcc dot gnu dot org
2009-04-21 16:00 ` [Bug bootstrap/38523] [4.4/4.5 " jakub at gcc dot gnu dot org
2009-04-21 16:41 ` rearnsha at gcc dot gnu dot org
2009-04-21 17:06 ` laurent at guerby dot net
2009-04-23 14:24 ` laurent at guerby dot net
2009-05-04 14:50 ` laurent at guerby dot net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090105120540.31466.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).