diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index 5afdbbc..15383d6 100755 --- a/gdb/configure +++ b/gdb/configure @@ -15846,6 +15846,16 @@ if test "${ignore_sim}" = "false"; then $as_echo "#define WITH_SIM 1" >>confdefs.h + + # Some tdep code should only be compiled in when the ppc sim is + # built. PR sim/13418. + case $target in + powerpc*-*-*) + +$as_echo "#define WITH_PPC_SIM 1" >>confdefs.h + + ;; + esac fi fi |