diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-10 11:38:13 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-10 11:38:13 +0000 |
commit | e218c1be05d120ab0a82b7826bc6d312779fc7e8 (patch) | |
tree | 159865ceef12659a2c6b788eb01d88a255b1130f /sim | |
parent | f7c22f27af9037039f992abda4c38fba22f86c63 (diff) | |
download | gdb-e218c1be05d120ab0a82b7826bc6d312779fc7e8.zip gdb-e218c1be05d120ab0a82b7826bc6d312779fc7e8.tar.gz gdb-e218c1be05d120ab0a82b7826bc6d312779fc7e8.tar.bz2 |
Add comment about enabing PowerPC simulator
Diffstat (limited to 'sim')
-rw-r--r-- | sim/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in index a451bd0..f15b1c7 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -21,6 +21,10 @@ else fi AC_SUBST(CC_FOR_BUILD) +# The PowerPC simulator uses the GCC extension long long as well as +# ANSI prototypes, so don't enable it for random host compilers +# unless asked to. + AC_ARG_ENABLE(sim-powerpc, [ --enable-sim-powerpc ], [case "${enableval}" in |