From 47be081dc18f47e8b4955721c3db3812adf475d9 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Fri, 24 Mar 2006 18:14:00 +0000 Subject: 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 --- cnf/make.conf.mips.diff | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 cnf/make.conf.mips.diff (limited to 'cnf/make.conf.mips.diff') diff --git a/cnf/make.conf.mips.diff b/cnf/make.conf.mips.diff new file mode 100644 index 000000000..1ee10ec7b --- /dev/null +++ b/cnf/make.conf.mips.diff @@ -0,0 +1,43 @@ +--- make.conf 2006-03-19 18:40:11.000000000 +0100 ++++ make.conf.mips 2006-03-19 18:26:21.000000000 +0100 +@@ -23,6 +23,13 @@ + # Example: + #USE="X gtk gnome -alsa" + ++# Host Setting ++# ============ ++# ++# All MIPS systems should use this host setting: ++ ++CHOST="mips-unknown-linux-gnu" ++ + # Host and optimization settings + # ============================== + # +@@ -33,10 +40,15 @@ + # 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. ++# -mcpu= for MIPS systems selects the type of processor you want ++# to optimize your code for. Code generated under those options will run best ++# on that processor, and may not run at all on others. + # +-#CFLAGS="-O2 -pipe" ++# GCC 3.2 supports many mips processor types including: r2000, r3000, r3900, r4000, ++# r4100, r4300, r4400, r4600, r4650, r5000, r6000, r8000 , orion + # ++#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 +73,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="~mips" + + # Portage Directories + # =================== -- cgit v1.2.3-1-g7c22