From owner-freebsd-current@FreeBSD.ORG Sat Oct 25 10:51:25 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A968E16A4B3 for ; Sat, 25 Oct 2003 10:51:25 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4DED843FDD for ; Sat, 25 Oct 2003 10:51:25 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 72085 invoked by uid 1000); 25 Oct 2003 17:51:26 -0000 Date: Sat, 25 Oct 2003 10:51:26 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Message-ID: <20031025105013.U71993@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Warnings with libstdc++ build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 17:51:25 -0000 My /etc/make.conf is empty. c++ -pg -O -pipe -mcpu=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/home/src/gnu/lib/libstdc++ -I/home/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/home/src/gnu/lib/libstdc++/../../../contrib/gcc -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /home/src/contrib/libstdc++/libsupc++/tinfo.cc -o tinfo.po cc1plus: warning: -ffunction-sections disabled; it makes profiling impossible -Nate