aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-08-08 12:14:54 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-08-08 12:14:54 +0000
commit46135ba7ad097c95922b6dfc5e81cce1c95566ef (patch)
treebee777181080da73fc16e3da03072c03201ff72d
parente3b3fa45a4f948172b5a67c9b5c830e5519a6d24 (diff)
downloadgcc-46135ba7ad097c95922b6dfc5e81cce1c95566ef.zip
gcc-46135ba7ad097c95922b6dfc5e81cce1c95566ef.tar.gz
gcc-46135ba7ad097c95922b6dfc5e81cce1c95566ef.tar.bz2
invoke.texi (DEC Alpha Options, -mcpu): native support isn't Linux/GNU-specific.
* doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't Linux/GNU-specific. (DEC Alpha Options, -mtune): Likewise. (MIPS Options, -march): native is supported on IRIX. From-SVN: r177560
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/doc/invoke.texi6
2 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f8f4ea6..3a59c77f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,12 @@
2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
+ Linux/GNU-specific.
+ (DEC Alpha Options, -mtune): Likewise.
+ (MIPS Options, -march): native is supported on IRIX.
+
+2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
* config/sparc/driver-sparc.c: New file.
* config/sparc/x-sparc: New file.
* config.host: Use driver-sparc.o, sparc/x-sparc on
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 30c58b2..f5d53d1 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -11533,7 +11533,7 @@ Schedules as an EV6 and supports the BWX, FIX, and MAX extensions.
Schedules as an EV6 and supports the BWX, CIX, FIX, and MAX extensions.
@end table
-Native Linux/GNU toolchains also support the value @samp{native},
+Native toolchains also support the value @samp{native},
which selects the best architecture option for the host processor.
@option{-mcpu=native} has no effect if GCC does not recognize
the processor.
@@ -11543,7 +11543,7 @@ the processor.
Set only the instruction scheduling parameters for machine type
@var{cpu_type}. The instruction set is not changed.
-Native Linux/GNU toolchains also support the value @samp{native},
+Native toolchains also support the value @samp{native},
which selects the best architecture option for the host processor.
@option{-mtune=native} has no effect if GCC does not recognize
the processor.
@@ -14319,7 +14319,7 @@ The special value @samp{from-abi} selects the
most compatible architecture for the selected ABI (that is,
@samp{mips1} for 32-bit ABIs and @samp{mips3} for 64-bit ABIs)@.
-Native Linux/GNU toolchains also support the value @samp{native},
+Native Linux/GNU and IRIX toolchains also support the value @samp{native},
which selects the best architecture option for the host processor.
@option{-march=native} has no effect if GCC does not recognize
the processor.