From eb38774c1308959f9820338b6dc55c61545c2bea Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 11 Jul 2003 08:47:15 +0000 Subject: 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). --- sys/conf/options.ia64 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf') 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 -- cgit v1.1