CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/03/17 13:59:40
Modified files:
sys/arch/sparc/stand/bootxx: Makefile
Log message:
The innocuous change to libsa printf.c (1.26) causes printf.o to be 240 bytes
of text larger, and puts bootxx past the 7680 bytes limit.
Since bootxx only needs printf for very simple panic() message involving %s
and %d format specifiers only, compile a -DSTRIPPED version of printf.c for
the use of bootxx. This makes bootxx return to a manageable size (it is even
8 bytes shorter now).