From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19017 invoked by alias); 4 Sep 2006 15:33:56 -0000 Received: (qmail 18983 invoked by uid 48); 4 Sep 2006 15:33:49 -0000 Date: Mon, 04 Sep 2006 15:33:00 -0000 Subject: [Bug bootstrap/28949] New: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES. X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bunk at stusta dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-09/txt/msg00281.txt.bz2 List-Id: I did: ../configure --target=arm-linux --prefix=/usr/local/DIR/gcc-arm- svn20060904 --enable-languages=c --with-as=/usr/local/bin/arm-linux-as --with-ld=/usr/local/bin/arm-linux-ld --without-headers --disable-shared --disable-multilib --enable-threads=single --disable-nls --disable-libmudflap --disable-libssp make error message: <-- snip --> ... checking for pid_t... no checking for library containing strerror... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libiberty] Error 1 make[1]: Leaving directory `/TMP/svn/gcc/build-arm' make: *** [all] Error 2 <-- snip --> The error is not specific for the arm target, I'm also getting it for several other targets. -- Summary: [4.2 regression] configure-target-libiberty: Link tests are not allowed after GCC_NO_EXECUTABLES. Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bunk at stusta dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: arm-unknown-linux-gnu (and several others) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28949