The last few libsa/open.c changes gradually increased code size, until fdboot
became too big. Disable its building, til we can squeeze a couple of bytes out of the code again. XXX Yes, this is a disgusting hack.
This commit is contained in:
parent
711939bcf4
commit
721627ba4a
|
@ -17,7 +17,7 @@ DIR_KERN_MD= ${S}/lib/libkern/arch/$(MACHINE_ARCH)
|
||||||
|
|
||||||
SRCS=installboot.sh
|
SRCS=installboot.sh
|
||||||
|
|
||||||
BOOTBLOCKS= xxboot fdboot
|
BOOTBLOCKS= xxboot # XXX fdboot is too big again. is.
|
||||||
|
|
||||||
COBJS = configure.o main.o console.o xd.o twiddle.o bzero.o gets.o
|
COBJS = configure.o main.o console.o xd.o twiddle.o bzero.o gets.o
|
||||||
COBJS+= lseek.o open.o read.o close.o dev.o
|
COBJS+= lseek.o open.o read.o close.o dev.o
|
||||||
|
|
|
@ -17,7 +17,7 @@ DIR_KERN_MD= ${S}/lib/libkern/arch/$(MACHINE_ARCH)
|
||||||
|
|
||||||
SRCS=installboot.sh
|
SRCS=installboot.sh
|
||||||
|
|
||||||
BOOTBLOCKS= xxboot fdboot
|
BOOTBLOCKS= xxboot # XXX fdboot is too big again. is.
|
||||||
|
|
||||||
COBJS = configure.o main.o console.o xd.o twiddle.o bzero.o gets.o
|
COBJS = configure.o main.o console.o xd.o twiddle.o bzero.o gets.o
|
||||||
COBJS+= lseek.o open.o read.o close.o dev.o
|
COBJS+= lseek.o open.o read.o close.o dev.o
|
||||||
|
|
Loading…
Reference in New Issue