cvs commit: src/sys/conf kern.pre.mk

Bruce Evans bde at FreeBSD.org
Tue Dec 30 01:01:32 PST 2003


bde         2003/12/30 01:01:30 PST

  FreeBSD src repository

  Modified files:
    sys/conf             kern.pre.mk 
  Log:
  Backed out a small part of rev.1.15.  -Winline now works better, so
  there is no need turn it off when compiling with -finstrument-functions.
  
  Having -Winline turned off mainly broke checking for bogus inlines in
  kernels configured with high resolution profiling, e.g., LINT.  Not
  turning it off unbreaks the warnings for bogus inlines in istallion.c,
  but at least the i386 LINT still builds because istallion.c is compiled
  without -Werror due to other bugs in it.
  
  Revision  Changes    Path
  1.39      +1 -2      src/sys/conf/kern.pre.mk


More information about the cvs-src mailing list