cvs commit: src/sys/conf kern.mk src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 Makefile

David E. O'Brien obrien at FreeBSD.org
Tue Mar 15 10:43:37 PST 2005


obrien      2005-03-15 18:43:36 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kern.mk 
    sys/boot/i386        Makefile.inc 
    sys/boot/i386/boot2  Makefile 
  Log:
  Ensure GCC does not use FP registers in integer code.
  I think all we really need is -fno-sse2.
  I really don't like cluttering up the compiler invocation,
  but this bigger hammer will fix reported problems for now.
  
  Revision  Changes    Path
  1.10      +2 -1      src/sys/boot/i386/Makefile.inc
  1.58      +1 -0      src/sys/boot/i386/boot2/Makefile
  1.43      +2 -1      src/sys/conf/kern.mk


More information about the cvs-src mailing list