mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
All PicoBSD userland is now ELF. This buys us extra 15-30kB on the floppy.
NOTIE: If you don't use /usr/obj (or you wiped it), remember to clean also the source tree of stale .depend and *.o files...
This commit is contained in:
parent
c663ec72c6
commit
e6ef826b4d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39563
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -
|
||||
|
||||
#
|
||||
# $Id: build,v 1.7 1998/09/19 21:44:42 abial Exp $
|
||||
# $Id: build,v 1.8 1998/09/20 00:46:07 abial Exp $
|
||||
#
|
||||
|
||||
# You can set the SRC variable which points to your source tree. It's
|
||||
@ -10,7 +10,7 @@ SRC=/usr/src
|
||||
|
||||
|
||||
# Set this until the tools are fixed...
|
||||
OBJFORMAT=aout; export OBJFORMAT
|
||||
#OBJFORMAT=aout; export OBJFORMAT
|
||||
|
||||
# Default MFS sizes for different types of the floppy. Again, most people
|
||||
# shouldn't change them unless they know what they are doing.
|
||||
|
Loading…
Reference in New Issue
Block a user