From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21774 invoked by alias); 9 Apr 2010 19:05:15 -0000 Received: (qmail 19240 invoked by uid 48); 9 Apr 2010 19:04:55 -0000 Date: Fri, 09 Apr 2010 19:05:00 -0000 Message-ID: <20100409190455.19238.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug other/31400] enable static linking of support libraries through -static-libXY In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "iains 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: 2010-04/txt/msg00972.txt.bz2 ------- Comment #13 from iains at gcc dot gnu dot org 2010-04-09 19:04 ------- Created an attachment (id=20349) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20349&action=view) check for -static in lookup_option. PR bootstrap/31400 * gfortranspec.c (lookup_option): Check for -static and return OPTION_static. (lang_specific_driver): Break when OPTION_static is discovered. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31400