cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile

Marcel Moolenaar marcel at FreeBSD.org
Sat Aug 21 23:25:00 PDT 2004


marcel      2004-08-22 06:24:59 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/alpha       Makefile.inc 
    sys/boot/ficl        Makefile 
  Log:
  Part 2 of fixing the boot code: gcc 3.4 fixes.
  
  The whole problem seems to be size. Which is odd, because it is said
  that size doesn't matter. Anyway... Add -Os to strategic places in the
  makefile to have the final loader be as mall as possible. This seems
  to be enough to make it work. For now... I think something is more
  fundamentally wrong; or something more fundamental is wrong. Potato,
  potaato.
  
  Revision  Changes    Path
  1.10      +1 -1      src/sys/boot/alpha/Makefile.inc
  1.38      +1 -1      src/sys/boot/ficl/Makefile


More information about the cvs-src mailing list