Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2001 23:05:18 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/defaults make.conf src/share/man/man5 make.conf.5 src/gnu/usr.bin/cc Makefile.inc src/contrib/gcc.295 toplev.c
Message-ID:  <200108160605.f7G65Jl78538@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2001/08/15 23:05:18 PDT

  Modified files:
    etc/defaults         make.conf 
    share/man/man5       make.conf.5 
    gnu/usr.bin/cc       Makefile.inc 
    contrib/gcc.295      toplev.c 
  Log:
  Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob.  If set to an integer
  value, it forces GCC to not optimize above this level.  For intance, GCC
  made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the
  Alpha platform when building ports.
  
  Revision  Changes    Path
  1.172     +7 -1      src/etc/defaults/make.conf
  1.26      +9 -2      src/share/man/man5/make.conf.5
  1.56      +5 -1      src/gnu/usr.bin/cc/Makefile.inc
  1.12      +13 -8     src/contrib/gcc.295/toplev.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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