summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2009-07-22 14:32:43 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2009-07-22 14:32:43 +0000
commitff2337de25d3bc8ab44a54a4fc691cb9df732b32 (patch)
tree9537bf2b7d5e4fb1a4da87fa86eb7a2c76a93040 /profiles/prefix
parentAdd patch to fix compilation on alpha (diff)
downloadgentoo-2-ff2337de25d3bc8ab44a54a4fc691cb9df732b32.tar.gz
gentoo-2-ff2337de25d3bc8ab44a54a4fc691cb9df732b32.tar.bz2
gentoo-2-ff2337de25d3bc8ab44a54a4fc691cb9df732b32.zip
use CHOST=hppa2.0n-hp-hpux11.* in 32bit hppa2.0 hpux11 profile.
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/ChangeLog6
-rw-r--r--profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults13
2 files changed, 12 insertions, 7 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index 2ce1da3457ce..c3f9e9a8a746 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Id: ChangeLog,v 1.34 2009/07/21 11:17:32 mduft Exp $
+# $Id: ChangeLog,v 1.35 2009/07/22 14:32:43 haubi Exp $
+
+ 22 Jul 2009; Michael Haubenwallner <haubi@gentoo.org>
+ hpux/B.11.31/hppa2.0/make.defaults:
+ use CHOST=hppa2.0n-hp-hpux11.* in 32bit hppa2.0 hpux11 profile.
21 Jul 2009; Markus Duft <mduft@gentoo.org> windows/interix/use.mask:
masked a few more user flags that wont work on interix
diff --git a/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults b/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults
index 5facfa8d363e..1a5c1723e5b7 100644
--- a/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults
+++ b/profiles/prefix/hpux/B.11.31/hppa2.0/make.defaults
@@ -1,11 +1,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.1 2009/06/23 10:10:23 haubi Exp $
+# $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"
-# NOTE: config.guess would tell either
-# "hppa2.0n-hp-hpux11.31" for 32bit kernel
-# or "hppa2.0w-hp-hpux11.31" for 64bit kernel
-# but the binaries are 32bit always, so we ignore the kernel bits here.
-CHOST="hppa2.0-hp-hpux11.31"
+# 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"