From patchwork Thu Dec 2 23:41:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 74045 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 0DABAB70A3 for ; Fri, 3 Dec 2010 10:41:59 +1100 (EST) Received: (qmail 24124 invoked by alias); 2 Dec 2010 23:41:52 -0000 Received: (qmail 24062 invoked by uid 22791); 2 Dec 2010 23:41:51 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, TW_CC, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Dec 2010 23:41:46 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id oB2NfhMg003796 for ; Thu, 2 Dec 2010 15:41:43 -0800 Received: from pwi10 (pwi10.prod.google.com [10.241.219.10]) by wpaz37.hot.corp.google.com with ESMTP id oB2NfgmF012360 for ; Thu, 2 Dec 2010 15:41:42 -0800 Received: by pwi10 with SMTP id 10so5009179pwi.27 for ; Thu, 02 Dec 2010 15:41:41 -0800 (PST) Received: by 10.142.222.8 with SMTP id u8mr1143554wfg.404.1291333301599; Thu, 02 Dec 2010 15:41:41 -0800 (PST) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id x18sm1396138wfa.11.2010.12.02.15.41.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Dec 2010 15:41:40 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: [gccgo] Remove STATIC_LIBSTDCXX Date: Thu, 02 Dec 2010 15:41:37 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org The gccgo/gcc configure script no longer sets STATIC_LIBSTDCXX. This patch removes it from the Go frontend Make-lang.in file. Committed to gccgo branch. Ian Index: Make-lang.in =================================================================== --- Make-lang.in (revision 167382) +++ Make-lang.in (working copy) @@ -62,7 +62,7 @@ GO_OBJS = \ go/unsafe.o go1$(exeext): $(GO_OBJS) attribs.o $(BACKEND) $(LIBDEPS) - $(CXX) $(STATIC_LIBSTDCXX) $(ALL_CXXFLAGS) $(LDFLAGS) -o $@ \ + $(CXX) $(ALL_CXXFLAGS) $(LDFLAGS) -o $@ \ $(GO_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS) # Documentation.