Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 1999 13:56:54 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/csu/i386-elf Makefile
Message-ID:  <199903152156.NAA79281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1999/03/15 13:56:54 PST

  Modified files:
    lib/csu/i386-elf     Makefile 
  Log:
  Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
  levels (-O3 and above) won't remove essential code.  Many thanks
  to Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> for pointing out
  that it was the optimizer's removal of this code that caused make
  world with -O3 to break.  With this change, make buildworld now
  completes.
  
  Revision  Changes    Path
  1.5       +2 -3      src/lib/csu/i386-elf/Makefile


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?199903152156.NAA79281>