diff options
author | Marius Mauch <genone@gentoo.org> | 2006-03-24 18:14:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-03-24 18:14:00 +0000 |
commit | 47be081dc18f47e8b4955721c3db3812adf475d9 (patch) | |
tree | 1a610ba08c828f1c95938afdd4d4a47d2262428b /cnf/make.conf.s390.diff | |
parent | Create tbz2 package directly in ${PKGDIR}/All to avoid need for temp file (in... (diff) | |
download | portage-idfetch-47be081dc18f47e8b4955721c3db3812adf475d9.tar.gz portage-idfetch-47be081dc18f47e8b4955721c3db3812adf475d9.tar.bz2 portage-idfetch-47be081dc18f47e8b4955721c3db3812adf475d9.zip |
Replacing arch specific make.conf files with patches for the fallback make.conf which should be applied in the ebuild.
Add a helper script to update patches if the main make.conf is changed.
svn path=/main/trunk/; revision=2987
Diffstat (limited to 'cnf/make.conf.s390.diff')
-rw-r--r-- | cnf/make.conf.s390.diff | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/cnf/make.conf.s390.diff b/cnf/make.conf.s390.diff new file mode 100644 index 00000000..b2514d58 --- /dev/null +++ b/cnf/make.conf.s390.diff @@ -0,0 +1,40 @@ +--- make.conf 2006-03-19 18:40:11.000000000 +0100 ++++ make.conf.s390 2006-03-19 18:26:21.000000000 +0100 +@@ -23,20 +23,18 @@ + # Example: + #USE="X gtk gnome -alsa" + ++# Host Setting ++# ============ ++# ++# All s390 systems should use this host setting: ++ ++CHOST="s390-ibm-linux-gnu" ++ + # Host and optimization settings + # ============================== + # +-# For optimal performance, enable a CFLAGS setting appropriate for your CPU. +-# +-# Please note that if you experience strange issues with a package, it may be +-# due to gcc's optimizations interacting in a strange way. Please test the +-# package (and in some cases the libraries it uses) at default optimizations +-# before reporting errors to developers. +-# +-# Please refer to the GCC manual for a list of possible values. +-# + #CFLAGS="-O2 -pipe" +-# ++ + # If you set a CFLAGS above, then this line will set your default C++ flags to + # the same settings. + #CXXFLAGS="${CFLAGS}" +@@ -61,7 +80,7 @@ + # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST. + # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS. + # +-#ACCEPT_KEYWORDS="~arch" ++#ACCEPT_KEYWORDS="~s390" + + # Portage Directories + # =================== |