diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-10 11:41:58 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-10 11:41:58 +0000 |
commit | b51e5b4f6e503a720c70843858752561a7d9d03a (patch) | |
tree | 66a00be02f4c29813812752b76dddd1b0a7af3b1 /sim/ppc/configure | |
parent | e218c1be05d120ab0a82b7826bc6d312779fc7e8 (diff) | |
download | gdb-b51e5b4f6e503a720c70843858752561a7d9d03a.zip gdb-b51e5b4f6e503a720c70843858752561a7d9d03a.tar.gz gdb-b51e5b4f6e503a720c70843858752561a7d9d03a.tar.bz2 |
If --enable-sim-inline is not specified, default to DEFAULT_INLINE=1, not 2.
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-x | sim/ppc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure index 9376a73..841c6a3 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -600,7 +600,7 @@ if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then fi else if test x"$GCC" != ""; then - sim_inline="-DDEFAULT_INLINE=2" + sim_inline="-DDEFAULT_INLINE=1" if test x"$silent" != x"yes"; then echo "Setting inline flags = $sim_inline" 6>&1 fi |