diff options
Diffstat (limited to 'profiles/prefix/darwin/macos/10.3/make.defaults')
-rw-r--r-- | profiles/prefix/darwin/macos/10.3/make.defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/10.3/make.defaults b/profiles/prefix/darwin/macos/10.3/make.defaults new file mode 100644 index 00000000..557f4994 --- /dev/null +++ b/profiles/prefix/darwin/macos/10.3/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.3/make.defaults,v 1.1 2009/06/06 03:54:46 solar Exp $ + +MACOSX_DEPLOYMENT_TARGET="10.3" +ARCH="ppc-macos" +CHOST="powerpc-apple-darwin7" +ACCEPT_KEYWORDS="~ppc-macos" |