From d4e1591f4a62388c84cc8f07e9975413f0a8e5ac Mon Sep 17 00:00:00 2001
From: Eric Botcazou <ebotcazou@libertysurf.fr>
Date: Mon, 4 Apr 2005 20:11:46 +0200
Subject: [PATCH] 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
---
 gcc/ChangeLog       | 5 +++++
 gcc/doc/invoke.texi | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 403e706dda3a..fd38d961e3ba 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index b11c73dffffa..d1326559a5f6 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
-- 
GitLab