diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-04 18:11:46 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-04 18:11:46 +0000 |
| commit | 2b6f8cd0e3259dcebcbe286f72197d407a7797e4 (patch) | |
| tree | 56d45832eda4570309be6f681b84de3a4d7f4e6a | |
| parent | 4553a5014fc234f2b3e4e9dd666815ccae8a6fda (diff) | |
| download | ppe42-gcc-2b6f8cd0e3259dcebcbe286f72197d407a7797e4.tar.gz ppe42-gcc-2b6f8cd0e3259dcebcbe286f72197d407a7797e4.zip | |
* doc/invoke.texi (SPARC options): Document that
-mlittle-endian is not supported on Linux either.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97561 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 403e706dda3..fd38d961e3b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2005-04-04 Eric Botcazou <ebotcazou@libertysurf.fr> + * doc/invoke.texi (SPARC options): Document that + -mlittle-endian is not supported on Linux either. + +2005-04-04 Eric Botcazou <ebotcazou@libertysurf.fr> + PR target/4198 PR target/12027 * config.gcc (Obsolete configurations): Remove diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b11c73dffff..d1326559a5f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11546,7 +11546,7 @@ on SPARC-V9 processors in 64-bit environments: @item -mlittle-endian @opindex mlittle-endian Generate code for a processor running in little-endian mode. It is only -available for a few configurations and most notably not on Solaris. +available for a few configurations and most notably not on Solaris and Linux. @item -m32 @itemx -m64 |

