Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Split DEBUG="-g -Ox" into DEBUG="-g" an...
details: https://anonhg.NetBSD.org/src/rev/5a7c23ea8bf8
branches: trunk
changeset: 781476:5a7c23ea8bf8
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Sep 09 04:27:11 2012 +0000
description:
Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".
diffstat:
sys/arch/evbarm/conf/DNS323 | 5 +++--
sys/arch/evbarm/conf/GUMSTIX | 5 +++--
sys/arch/evbarm/conf/HPT5325 | 5 +++--
sys/arch/evbarm/conf/KUROBOX_PRO | 5 +++--
sys/arch/evbarm/conf/MMNET_GENERIC | 7 ++++---
sys/arch/evbarm/conf/MPCSA_GENERIC | 7 ++++---
sys/arch/evbarm/conf/NETWALKER | 5 +++--
sys/arch/evbarm/conf/OPENBLOCKS_A6 | 5 +++--
sys/arch/evbarm/conf/SHEEVAPLUG | 5 +++--
sys/arch/evbarm/conf/TWINTAIL | 5 +++--
10 files changed, 32 insertions(+), 22 deletions(-)
diffs (208 lines):
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/DNS323
--- a/sys/arch/evbarm/conf/DNS323 Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/DNS323 Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DNS323,v 1.4 2012/02/09 19:07:37 matt Exp $
+# $NetBSD: DNS323,v 1.5 2012/09/09 04:27:11 msaitoh Exp $
#
# DNS323 -- D-Link. DNS-323 platform kernel
#
@@ -23,7 +23,8 @@
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
#options DEBUG_KGDB
-makeoptions DEBUG="-g -O2" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
options SYMTAB_SPACE=810000
#options AUDIO_DEBUG=2
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GUMSTIX,v 1.67 2012/08/29 08:29:57 skrll Exp $
+# $NetBSD: GUMSTIX,v 1.68 2012/09/09 04:27:12 msaitoh Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@@ -159,7 +159,8 @@
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
#options DEBUG_KGDB
-makeoptions DEBUG="-g -O2" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
options SYMTAB_SPACE=785000
#options AUDIO_DEBUG=2
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/HPT5325
--- a/sys/arch/evbarm/conf/HPT5325 Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/HPT5325 Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HPT5325,v 1.5 2012/09/01 18:17:49 jakllsch Exp $
+# $NetBSD: HPT5325,v 1.6 2012/09/09 04:27:12 msaitoh Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@@ -155,7 +155,8 @@
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
#options DEBUG_KGDB
-#makeoptions DEBUG="-g -O2" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
options SYMTAB_SPACE=800000
#options AUDIO_DEBUG=2
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/KUROBOX_PRO
--- a/sys/arch/evbarm/conf/KUROBOX_PRO Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/KUROBOX_PRO Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KUROBOX_PRO,v 1.3 2012/02/09 19:07:37 matt Exp $
+# $NetBSD: KUROBOX_PRO,v 1.4 2012/09/09 04:27:12 msaitoh Exp $
#
# KUROBOX_PRO -- KUROUTOSHIKOU. KURO-BOX/PRO platform kernel
#
@@ -24,7 +24,8 @@
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
#options DEBUG_KGDB
-makeoptions DEBUG="-g -O2" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
options SYMTAB_SPACE=780000
#options AUDIO_DEBUG=2
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/MMNET_GENERIC
--- a/sys/arch/evbarm/conf/MMNET_GENERIC Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/MMNET_GENERIC Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.7 2012/09/01 18:17:49 jakllsch Exp $
+# $NetBSD: MMNET_GENERIC,v 1.8 2012/09/09 04:27:12 msaitoh Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 32 # estimated number of users
@@ -86,7 +86,8 @@
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
-makeoptions DEBUG="-Os -g" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+makeoptions COPTS="-Os"
options SYMTAB_SPACE=600000
#options SYSCALL_STATS # per syscall counts
#options SYSCALL_TIMES # per syscall times
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.30 2012/09/01 18:17:49 jakllsch Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.31 2012/09/09 04:27:12 msaitoh Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.30 $"
+#ident "GENERIC-$Revision: 1.31 $"
maxusers 32 # estimated number of users
@@ -86,7 +86,8 @@
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
-makeoptions DEBUG="-Os -g" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+makeoptions COPTS="-Os"
options SYMTAB_SPACE=640000
#options SYSCALL_STATS # per syscall counts
#options SYSCALL_TIMES # per syscall times
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/NETWALKER
--- a/sys/arch/evbarm/conf/NETWALKER Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/NETWALKER Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NETWALKER,v 1.14 2012/08/23 00:20:16 kiyohara Exp $
+# $NetBSD: NETWALKER,v 1.15 2012/09/09 04:27:12 msaitoh Exp $
#
# NETWALKER -- http://www.sharp.co.jp/netwalker/
#
@@ -144,7 +144,8 @@
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
options VERBOSE_INIT_ARM # verbose bootstraping messages
-makeoptions DEBUG="-g -O2" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
#options SYSCALL_STATS # per syscall counts
#options SYSCALL_TIMES # per syscall times
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/OPENBLOCKS_A6
--- a/sys/arch/evbarm/conf/OPENBLOCKS_A6 Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_A6 Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OPENBLOCKS_A6,v 1.5 2012/09/01 18:17:50 jakllsch Exp $
+# $NetBSD: OPENBLOCKS_A6,v 1.6 2012/09/09 04:27:12 msaitoh Exp $
#
# OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
#
@@ -155,7 +155,8 @@
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
#options DEBUG_KGDB
-makeoptions DEBUG="-g -O2" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
options SYMTAB_SPACE=850000
#options AUDIO_DEBUG=2
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SHEEVAPLUG,v 1.20 2012/09/03 17:46:08 msaitoh Exp $
+# $NetBSD: SHEEVAPLUG,v 1.21 2012/09/09 04:27:12 msaitoh Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@@ -158,7 +158,8 @@
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
#options DEBUG_KGDB
-makeoptions DEBUG="-g -O2" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
options SYMTAB_SPACE=800000
#options AUDIO_DEBUG=2
diff -r 749ae5a52ac7 -r 5a7c23ea8bf8 sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL Sat Sep 08 15:15:06 2012 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL Sun Sep 09 04:27:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TWINTAIL,v 1.51 2012/08/17 20:11:38 abs Exp $
+# $NetBSD: TWINTAIL,v 1.52 2012/09/09 04:27:12 msaitoh Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@@ -136,7 +136,8 @@
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
#options DEBUG_KGDB
-makeoptions DEBUG="-g -O2" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
+#makeoptions COPTS="-O2"
options SYMTAB_SPACE=620000
#options AUDIO_DEBUG=2
Home |
Main Index |
Thread Index |
Old Index