From owner-cvs-src@FreeBSD.ORG Mon Jan 17 08:38:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0635C16A4CE; Mon, 17 Jan 2005 08:38:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06F643D3F; Mon, 17 Jan 2005 08:38:31 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0H8cVbH033299; Mon, 17 Jan 2005 08:38:31 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0H8cVHI033298; Mon, 17 Jan 2005 08:38:31 GMT (envelope-from cperciva) Message-Id: <200501170838.j0H8cVHI033298@repoman.freebsd.org> From: Colin Percival Date: Mon, 17 Jan 2005 08:38:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/lib/libstdc++ Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 08:38:32 -0000 cperciva 2005-01-17 08:38:31 UTC FreeBSD src repository Modified files: gnu/lib/libstdc++ Makefile Log: Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this library. As the value suggests, this allows the library to be built repeatably; without this flag, gcc uses a random value in its parsing. Since the random seed is only used when handling files which do not have any externally-visible symbols, this change is not needed for any other libraries in the FreeBSD base system. Discussed on: freebsd-arch (in early November) Approved by: kan MFC after: 1 week Revision Changes Path 1.53 +1 -0 src/gnu/lib/libstdc++/Makefile