Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2005 08:38:31 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/lib/libstdc++ Makefile
Message-ID:  <200501170838.j0H8cVHI033298@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501170838.j0H8cVHI033298>