Bug #253745 - Remove collision-protect from the sample FEATURES list since
[portage.git] / cnf / make.conf.s390.diff
1 --- make.conf   2006-03-19 18:40:11.000000000 +0100
2 +++ make.conf.s390      2006-03-19 18:26:21.000000000 +0100
3 @@ -23,20 +23,18 @@
4  # Example:
5  #USE="X gtk gnome -alsa"
6  
7 +# Host Setting
8 +# ============
9 +#
10 +# All s390 systems should use this host setting:
11 +
12 +CHOST="s390-ibm-linux-gnu"
13 +
14  # Host and optimization settings 
15  # ==============================
16  #
17 -# For optimal performance, enable a CFLAGS setting appropriate for your CPU.
18 -#
19 -# Please note that if you experience strange issues with a package, it may be
20 -# due to gcc's optimizations interacting in a strange way. Please test the
21 -# package (and in some cases the libraries it uses) at default optimizations
22 -# before reporting errors to developers.
23 -#
24 -# Please refer to the GCC manual for a list of possible values.
25 -#
26  #CFLAGS="-O2 -pipe"
27 -#
28 +
29  # If you set a CFLAGS above, then this line will set your default C++ flags to
30  # the same settings.
31  #CXXFLAGS="${CFLAGS}"
32 @@ -61,7 +80,7 @@
33  # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
34  # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
35  #
36 -#ACCEPT_KEYWORDS="~arch"
37 +#ACCEPT_KEYWORDS="~s390"
38  
39  # Portage Directories
40  # ===================