From 5a30bcd500e1b72b3e6cc15621cfc9177c333177 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 24 Jul 2007 06:37:41 +0000 Subject: Fix make.conf.example rejects. svn path=/main/trunk/; revision=7383 --- cnf/make.conf.x86-fbsd.diff | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'cnf/make.conf.x86-fbsd.diff') diff --git a/cnf/make.conf.x86-fbsd.diff b/cnf/make.conf.x86-fbsd.diff index 6ce2c809..787bc352 100644 --- a/cnf/make.conf.x86-fbsd.diff +++ b/cnf/make.conf.x86-fbsd.diff @@ -17,14 +17,15 @@ # Host and optimization settings # ============================== # -@@ -33,10 +42,34 @@ +@@ -33,10 +43,34 @@ # 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. +# -mtune= means optimize code for the particular type of CPU without +# breaking compatibility with other CPUs. -+# + # +-#CFLAGS="-O2 -pipe" +# -march= means to take full advantage of the ABI and instructions +# for the particular CPU; this will break compatibility with older CPUs (for +# example, -march=athlon-xp code will not run on a regular Athlon, and @@ -45,16 +46,15 @@ +# Pentium-M CPU's should not enable sse2 until at least gcc-3.4. Bug 50616. # +# ************************************************************************* # # --#CFLAGS="-O2 -pipe" +# Decent examples: - # ++# +#CFLAGS="-mtune=athlon-xp -O3 -pipe" +#CFLAGS="-march=pentium3 -O3 -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 @@ +@@ -61,7 +95,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. # @@ -63,12 +63,13 @@ # Portage Directories # =================== -@@ -268,7 +289,8 @@ +@@ -279,7 +313,8 @@ # 'notitles' disables xterm titlebar updates (which contain status info). # 'parallel-fetch' # do fetching in parallel to compilation -# 'sandbox' enables sandboxing when running emerge and ebuild. +# 'sandbox' enables sandboxing when running emerge and ebuild. Doesn't +# work on *BSD-based systems. - # 'strict' causes portage to react strongly to conditions that are - # potentially dangerous, like missing/incorrect Manifest files. + # 'splitdebug' Prior to stripping ELF etdyn and etexec files, the debugging + # info is stored for later use by various debuggers. This + # feature is disabled by 'nostrip'. For installation of source -- cgit v1.2.3