diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 39e00e0..eb82da0 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -586,6 +586,10 @@ /* Define if the simulator is being linked in. */ #undef WITH_SIM +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + /* Define to 1 if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ |