portage.versions.ververify(): Return an instance of bool (which is a subclass of...
[portage.git] / cnf / make.conf.example.hppa.diff
1 --- make.conf.example
2 +++ make.conf.example
3 @@ -22,6 +22,18 @@
4  # Example:
5  #USE="X gtk gnome -alsa"
6  
7 +# Host Setting
8 +# ============
9 +#
10 +# DO NOT CHANGE THIS SETTING UNLESS YOU ARE USING STAGE1!
11 +# The generic CHOST value for hppa is hppa-unknown-linux-gnu.
12 +# But you might want to use hppa1.1-unknown-linux-gnu or hppa2.0-unknown-linux-gnu
13 +# according to your station.
14 +#
15 +CHOST="hppa-unknown-linux-gnu"
16 +#CHOST="hppa1.1-unknown-linux-gnu"
17 +#CHOST="hppa2.0-unknown-linux-gnu"
18 +
19  # Host and optimization settings 
20  # ==============================
21  #
22 @@ -39,14 +51,38 @@
23  # -frecord-gcc-switches, since otherwise the check could result in false
24  # positive results.
25  #
26 -# Please refer to the GCC manual for a list of possible values.
27 +# -march=<cpu-type> means to take full advantage of the ABI and instructions
28 +# for the particular CPU; this will break compatibility with older CPUs (for
29 +# example, -march=2.0 code will not run on a regular hppa1.1 station)
30 +#
31 +# -mschedule=cpu-type create schedule code according to the constraints for the machine
32 +# cpu-type.  The choices for cpu-type are 700 7100, 7100LC, 7200, and 8000.
33 +# Use 'cat /proc/cpuinfo' to know the right schedule for your hppa.
34 +# Note that you must use 7100LC for 7300LC.
35 +#
36 +# Architectures types supported in gcc-3.2 and higher: 1.0, 1.1 and 2.0
37 +# Note that 64bit userspace is not yet implemented.
38 +#
39 +# Decent examples:
40 +#
41 +#
42 +# Use this one if you have a hppa1.1
43 +#CFLAGS="-march=1.1 -O2 -pipe -mschedule=7100LC"
44 +#
45 +# Or this one if you have a hppa2.0
46 +# Note that -march=2.0 was unstable on some stations.
47 +# -march=1.0 will create problems too.
48 +#CFLAGS="-O2 -pipe -mschedule=8000"
49  #
50 -#CFLAGS="-O2 -pipe"
51  #
52  # If you set a CFLAGS above, then this line will set your default C++ flags to
53  # the same settings.
54  #CXXFLAGS="${CFLAGS}"
55  #
56 +# Btw it's recommended to use this setting for stability.
57 +# There are still many bugs with higher level of optimisation.
58 +#CXXFLAGS="-O1 -pipe"
59 +#
60  # If you set a CFLAGS above, then this line will set your default FORTRAN 77
61  # flags to the same settings.
62  #FFLAGS="${CFLAGS}"
63 @@ -76,7 +112,7 @@
64  # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
65  # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
66  #
67 -#ACCEPT_KEYWORDS="~arch"
68 +#ACCEPT_KEYWORDS="~hppa"
69  
70  # ACCEPT_LICENSE is used to mask packages based on licensing restrictions.
71  # It may contain both license and group names, where group names are