Set COPTS="-Os -mmemcpy"

This commit is contained in:
tsutsui 2002-04-14 12:51:17 +00:00
parent e4998611e9
commit d539066478
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.28 2002/04/06 18:33:03 tsutsui Exp $
# $NetBSD: RAMDISK,v 1.29 2002/04/14 12:51:17 tsutsui Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
#
@ -7,9 +7,9 @@ include "arch/arc/conf/GENERIC"
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace md(4) support
options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
makeoptions COPTS="-Os" # generates smaller code than -O2, -O1
makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1