# The Darwin matrix
# $Id: M_darwin,v 1.4 2007/02/26 22:04:23 tlaronde Exp $
#
# Copyright 2005 Thierry LARONDE <tlaronde@polynum.com>
# Public Domain. NO GUARANTEES!

#----- MATRIX environment dependent
MATRIX="darwin"
MATRIX_ARCH=${MATRIX_ARCH:-$(uname -m | tr ' 	' '__')}
MATRIX_RELEASE=${MATRIX_RELEASE:-$(uname -r)}

# headers and libraries shall be the ones of the TARGET! But
# these have to be accessible on the MATRIX, perhaps in a dedicated
# place, hence the prefix for the cross-lib and cross-headers.
M_CROSS_PATH_PREFIX=
SYS_LIB_PATH="/lib:/usr/lib"
HEADER_SEARCH_PATH="SYS"
LIB_SEARCH_PATH="SYS"

#----- There shall be a compile environment
include C_posix
ARFLAGS="-rsv"

