diff options
author | lloyd <[email protected]> | 2007-10-19 15:39:17 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-19 15:39:17 +0000 |
commit | d527b430d6f82fef220ff0461e196183ce343fc9 (patch) | |
tree | 980b42813fed1ae25d78e6b53a084f5d84e461c1 | |
parent | 41d8f838660cf82a83453d6ecad397ad4836027c (diff) |
Mark both 32 and 64 bit PowerPC as big endian. Both have little endian
variants but AFAIK they are quite rare or perhaps completely extinct now.
-rw-r--r-- | misc/config/arch/ppc | 2 | ||||
-rw-r--r-- | misc/config/arch/ppc64 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/config/arch/ppc b/misc/config/arch/ppc index 01cd92ad0..0f7ceac2b 100644 --- a/misc/config/arch/ppc +++ b/misc/config/arch/ppc @@ -1,5 +1,7 @@ realname "PowerPC" +endian big + # G3; probably a reasonable assumption these days default_submodel ppc740 diff --git a/misc/config/arch/ppc64 b/misc/config/arch/ppc64 index cbd74bb9f..2bb789949 100644 --- a/misc/config/arch/ppc64 +++ b/misc/config/arch/ppc64 @@ -1,5 +1,7 @@ realname "PowerPC 64" +endian big + default_submodel power4 <submodel_aliases> |