1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Add PRINTF_BUFR_SIZE=128 to avoid interleaved output.

This commit is contained in:
Ian Lepore 2015-07-12 19:58:12 +00:00
parent 131041fa2a
commit 3f3def246a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285429

View File

@ -32,6 +32,7 @@ options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options VFP # Enable floating point hardware support