diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-04-04 20:11:46 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-04-04 18:11:46 +0000 |
commit | d4e1591f4a62388c84cc8f07e9975413f0a8e5ac (patch) | |
tree | 56d45832eda4570309be6f681b84de3a4d7f4e6a /gcc | |
parent | 5261518d3414026861f72c344a4559768c088886 (diff) | |
download | gcc-d4e1591f4a62388c84cc8f07e9975413f0a8e5ac.zip gcc-d4e1591f4a62388c84cc8f07e9975413f0a8e5ac.tar.gz gcc-d4e1591f4a62388c84cc8f07e9975413f0a8e5ac.tar.bz2 |
invoke.texi (SPARC options): Document that -mlittle-endian is not supported on Linux either.
* doc/invoke.texi (SPARC options): Document that
-mlittle-endian is not supported on Linux either.
From-SVN: r97561
Diffstat (limited to 'gcc')
-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 403e706..fd38d96 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 b11c73d..d132655 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 |