diff options
author | marcel <marcel@FreeBSD.org> | 2003-07-11 08:47:15 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-07-11 08:47:15 +0000 |
commit | eb38774c1308959f9820338b6dc55c61545c2bea (patch) | |
tree | bb9d1e8d18747cc68646cd580ad64b70b84a7727 /sys/conf | |
parent | 4d41e2d69fdd3612c75d5889cc640a08728bfad8 (diff) | |
download | FreeBSD-src-eb38774c1308959f9820338b6dc55c61545c2bea.zip FreeBSD-src-eb38774c1308959f9820338b6dc55c61545c2bea.tar.gz |
Make UWX_TRACE_ENABLE a global option so that we don't have to
modify vendor code (libuwx) with a specific include directive.
The second order advantage is that we can also enable verbosity
in the glue code (ia64/ia64/unwind.c).
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options.ia64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64 index 0df55e2..fe39baa 100644 --- a/sys/conf/options.ia64 +++ b/sys/conf/options.ia64 @@ -10,6 +10,8 @@ PAGE_SIZE_4K opt_global.h PAGE_SIZE_8K opt_global.h PAGE_SIZE_16K opt_global.h +UWX_TRACE_ENABLE opt_global.h + PPC_PROBE_CHIPSET opt_ppc.h PPC_DEBUG opt_ppc.h |