s/mtarget/mtune/g for bug #133528.
authorZac Medico <zmedico@gentoo.org>
Wed, 17 May 2006 07:08:57 +0000 (07:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 17 May 2006 07:08:57 +0000 (07:08 -0000)
svn path=/main/trunk/; revision=3367

cnf/make.conf.ppc64.diff

index fa3f20d0abd69b84a2c7b4ad21e8df017e1e3237..2aaec01f09756ba0acd677c6f3415518d08d405c 100644 (file)
@@ -19,7 +19,7 @@
  # before reporting errors to developers.
  #
 -# Please refer to the GCC manual for a list of possible values.
-+# -mtarget=<cpu-type> for PowerPC64 systems instructs the gcc compiler that
++# -mtune=<cpu-type> for PowerPC64 systems instructs the gcc compiler that
 +# it can use instruction scheduling specific for that type of processor
 +# specified
 +#
@@ -27,7 +27,7 @@
 +# to optimize your code for.   Code generated under those options will run best
 +# on that processor.
 +#
-+# -mcpu=<cpu-type>  and -mtarget=<cpu-type>  should both be specified
++# -mcpu=<cpu-type>  and -mtune=<cpu-type>  should both be specified
 +#
 +# GCC 3.x supports many ppc64 processor types including: power3, power4,
 +# 970 (aka G5), and power5.
 +# good selection.
 +#
 +#Example CFLAGS setting
-+#CFLAGS="-O2 -pipe -mcpu=970 -mtarget=970 -maltivec -mabi=altivec"
++#CFLAGS="-O2 -pipe -mcpu=970 -mtune=970 -maltivec -mabi=altivec"
 +#
 +#or
 +#
-+#CFLAGS="-O2 -pipe -mcpu=power3 -mtarget=power3"
++#CFLAGS="-O2 -pipe -mcpu=power3 -mtune=power3"
  #
  # If you set a CFLAGS above, then this line will set your default C++ flags to
  # the same settings.