aboutsummaryrefslogtreecommitdiff
blob: 1a5c1723e5b70817580b8923333385a3086aadc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults,v 1.2 2009/07/22 14:32:43 haubi Exp $

ARCH="hppa-hpux"
# config.guess tells for hpux11 on hppa2.0 cpu:
#   "hppa2.0n-hp-hpux11.31" for 32bit kernel
#   "hppa2.0w-hp-hpux11.31" for 64bit kernel and 32bit default compiler output
#   "hppa64-hp-hpux11.31"   for 64bit kernel and 64bit default compiler output
# This is the 32bit profile, so we use "hppa2.0n"
CHOST="hppa2.0n-hp-hpux11.31"
ACCEPT_KEYWORDS="~hppa-hpux"