mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Add comment about enabing PowerPC simulator
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user