Don't hijack COPTS to specify cpu type, we have CPUTYPE for that.
Provide a commented out example of a useful COPTS setting.
This commit is contained in:
parent
548cdc0050
commit
2e7cdeb33d
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.4 2007/03/14 12:27:24 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.5 2007/03/17 14:19:39 uwe Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,11 +22,12 @@ include "arch/landisk/conf/std.landisk"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.4 $"
|
||||
#ident "GENERIC-$Revision: 1.5 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
makeoptions COPTS="-O -m4-nofpu"
|
||||
makeoptions CPUFLAGS="-m4-nofpu" # XXX: move to std.landisk?
|
||||
#makeoptions COPTS="-Os -freorder-blocks" # -O2 is too -falign-* zealous
|
||||
options SYMTAB_SPACE=512000
|
||||
|
||||
# CPU-related options.
|
||||
|
Loading…
Reference in New Issue
Block a user