blob: 3b67e95ddd2264dc21efa3a0a385f2ca34a1b179 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/6.1/x86/make.defaults,v 1.4 2010/10/19 11:59:43 mduft Exp $
# the CHOST version number is the version number of the host libc, not the version of the interix SDK package.
ARCH="x86-interix"
CHOST="i586-pc-interix5.2"
ACCEPT_KEYWORDS="~x86-interix"
|