From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4154 invoked by alias); 22 Oct 2012 07:32:05 -0000 Received: (qmail 4135 invoked by uid 9363); 22 Oct 2012 07:32:04 -0000 Date: Mon, 22 Oct 2012 07:32:00 -0000 Message-ID: <20121022073204.4134.qmail@sourceware.org> From: ebotcazou@sourceware.org To: src-cvs@sourceware.org Subject: src ChangeLog Makefile.in Makefile.tpl configu ... Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00002.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: ebotcazou@sourceware.org 2012-10-22 07:32:04 Modified files: . : ChangeLog Makefile.in Makefile.tpl configure configure.ac Log message: PR bootstrap/54820 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable. (all-[+prefix+][+module+]): Pass stage1_args to sub-makes. (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS. * Makefile.in: Regenerate. * configure.ac (have_static_libs): New variable and associated check. (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++ -static-libgcc if stage1_libs is empty and have_static_libs is yes. * configure: Regenerate. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1038&r2=1.1039 http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.337&r2=1.338 http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.231&r2=1.232 http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.430&r2=1.431 http://sourceware.org/cgi-bin/cvsweb.cgi/src/configure.ac.diff?cvsroot=src&r1=1.174&r2=1.175