Make use of optparse to fix argument parsing for Python 2.6 in bin/chpathtool.py.
[portage.git] / cnf / make.conf.example.alpha.diff
1 --- make.conf.example
2 +++ make.conf.example
3 @@ -22,6 +22,17 @@
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 HOST setting on alpha is alpha-unknown-linux-gnu. If your machine
12 +# is an ev6 or ev67 based system you might want to use 
13 +# either alphaev6-unknown-linux-gnu or alphaev67-unknown-linux-gnu accordingly.
14 +#
15 +#CHOST="alphaev67-unknown-linux-gnu"
16 +CHOST="alpha-unknown-linux-gnu"
17 +
18  # Host and optimization settings 
19  # ==============================
20  #
21 @@ -39,10 +50,18 @@
22  # -frecord-gcc-switches, since otherwise the check could result in false
23  # positive results.
24  #
25 -# Please refer to the GCC manual for a list of possible values.
26 +# -mcpu=<cpu-type> means optimize code for the particular type of CPU. In 
27 +#                  difference to x86 for example -mcpu does break compatibility
28 +#                  to older cpu types in case of ev6 or higher.
29 +#                  On Alpha there is no -march= option in gcc-3.
30  #
31 -#CFLAGS="-O2 -pipe"
32 +# CPU types supported in gcc-3.2 or higher: ev4, ev45, ev5, ev56, ev6, ev67
33  #
34 +# Decent examples:
35 +#
36 +#CFLAGS="-mcpu=ev67 -O2 -pipe "
37 +CFLAGS="-mcpu=ev5 -O2 -pipe "
38 +
39  # If you set a CFLAGS above, then this line will set your default C++ flags to
40  # the same settings.
41  #CXXFLAGS="${CFLAGS}"
42 @@ -76,7 +95,7 @@
43  # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
44  # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
45  #
46 -#ACCEPT_KEYWORDS="~arch"
47 +#ACCEPT_KEYWORDS="~alpha"
48  
49  # ACCEPT_LICENSE is used to mask packages based on licensing restrictions.
50  # It may contain both license and group names, where group names are