From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16534 invoked by alias); 24 Sep 2008 02:11:00 -0000 Received: (qmail 16028 invoked by uid 48); 24 Sep 2008 02:09:36 -0000 Date: Wed, 24 Sep 2008 02:11:00 -0000 Message-ID: <20080924020936.16027.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/37137] [4.4 Regression] unrecognized command line option "-minterlink-mips16" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "nemet at gcc dot gnu dot org" 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: 2008-09/txt/msg02648.txt.bz2 ------- Comment #5 from nemet at gcc dot gnu dot org 2008-09-24 02:09 ------- I am seeing this too with a 4.1 system compiler. It seems that CFLAGS_FOR_TARGET is incorrectly (?) used for building libiberty in stage1 (all-stage1-libiberty). This is not a target library but a sort of build library built with the system compiler. I think this happens because STAGE1_LIBCFLAGS is incorrectly set to CFLAGS_FOR_TARGET. For example, I can build all-stage1-libiberty if I run make with STAGE1_LIBCFALGS=. -- nemet at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nemet at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37137