summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-08-13 15:56:42 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-08-13 15:56:42 +0000
commit7261882296b0dafb847253c3a81564d67f2b3543 (patch)
tree9d5bef14fec445eef1669e694d144ff06ba37d4f
parentUpdated with stickies info. (diff)
downloadportage-cvs-7261882296b0dafb847253c3a81564d67f2b3543.tar.gz
portage-cvs-7261882296b0dafb847253c3a81564d67f2b3543.tar.bz2
portage-cvs-7261882296b0dafb847253c3a81564d67f2b3543.zip
Added more details about CHOST, CFLAGS and CXXFLAGS for hppa.
-rw-r--r--cnf/make.conf.hppa22
1 files changed, 17 insertions, 5 deletions
diff --git a/cnf/make.conf.hppa b/cnf/make.conf.hppa
index b368d68..313fd23 100644
--- a/cnf/make.conf.hppa
+++ b/cnf/make.conf.hppa
@@ -1,6 +1,6 @@
# Copyright 2000-2003 Daniel Robbins, Gentoo Technologies, Inc.
# Contains local system settings for Portage system
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf.hppa,v 1.22 2003/07/16 12:59:18 carpaski Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf.hppa,v 1.23 2003/08/13 15:56:42 gmsoft Exp $
# Please review 'man make.conf' for more information.
@@ -26,10 +26,12 @@
# ============
#
# The generic CHOST value for hppa is hppa-unknown-linux-gnu.
-# But you might want to use hppa1.1-unknown-linux-gnu according to your
-# station.
+# But you might want to use hppa1.1-unknown-linux-gnu or hppa2.0-unknown-linux-gnu
+# according to your station.
#
-CHOST="hppa1.1-unknown-linux-gnu"
+CHOST="hppa-unknown-linux-gnu"
+#CHOST="hppa1.1-unknown-linux-gnu"
+#CHOST="hppa2.0-unknown-linux-gnu"
# Host and optimization settings
# ==============================
@@ -55,13 +57,23 @@ CHOST="hppa1.1-unknown-linux-gnu"
#
# Decent examples:
#
-#CFLAGS="-march=1.1 -O3 -pipe -mschedule=7100LC"
+
+# Use this one if you have a hppa1.1
+#CFLAGS="-march=1.1 -O2 -pipe -mschedule=7100LC"
+
+# Or this one if you have a hppa2.0
+# Note that -march=2.0 was unstable on some stations.
+#CFLAGS="-O2 -pipe -mschedule=8000"
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
#CXXFLAGS="${CFLAGS}"
+# Btw it's recommended to use this setting for stability.
+# There are still many bugs with higher level of optimisation.
+#CXXFLAGS="-O1 -pipe"
+
# Advanced Masking
# ================
#