etc-update: add clear_term config for bug #142508
[portage.git] / cnf / make.conf.mips.diff
1 --- make.conf   2006-03-19 18:40:11.000000000 +0100
2 +++ make.conf.mips      2006-03-19 18:26:21.000000000 +0100
3 @@ -23,6 +23,13 @@
4  # Example:
5  #USE="X gtk gnome -alsa"
6  
7 +# Host Setting
8 +# ============
9 +#
10 +# All MIPS systems should use this host setting:
11 +
12 +CHOST="mips-unknown-linux-gnu"
13 +
14  # Host and optimization settings 
15  # ==============================
16  #
17 @@ -33,10 +40,15 @@
18  # package (and in some cases the libraries it uses) at default optimizations
19  # before reporting errors to developers.
20  #
21 -# Please refer to the GCC manual for a list of possible values.
22 +# -mcpu=<cpu-type> for MIPS systems selects the type of processor you want
23 +# to optimize your code for.   Code generated under those options will run best
24 +# on that processor, and may not run at all on others.
25  #
26 -#CFLAGS="-O2 -pipe"
27 +# GCC 3.2 supports many mips processor types including: r2000, r3000, r3900, r4000, 
28 +# r4100, r4300, r4400, r4600, r4650, r5000, r6000, r8000 , orion
29  #
30 +#CFLAGS="-O2 -pipe"
31 +
32  # If you set a CFLAGS above, then this line will set your default C++ flags to
33  # the same settings.
34  #CXXFLAGS="${CFLAGS}"
35 @@ -61,7 +73,7 @@
36  # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
37  # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
38  #
39 -#ACCEPT_KEYWORDS="~arch"
40 +#ACCEPT_KEYWORDS="~mips"
41  
42  # Portage Directories
43  # ===================