f443644bfe
This commit lowers the priority of the darwin backtrace component below that of the ''execinfo'' and ''stackprint'' components, which will cause OS X Leopard to use the ''execinfo'' component. execinfo utilizes a public API for printing the stacktrace. The ''darwin'' component uses some evil hacks and a not-so supported package from Apple to print the stack trace. This commit was SVN r17840.
16 строки
294 B
Bash
16 строки
294 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2004-2006 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# Specific to this module
|
|
|
|
PARAM_CONFIG_PRIORITY=20
|
|
PARAM_CONFIG_FILES="Makefile"
|