]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
If --enable-sim-inline is not specified, default to DEFAULT_INLINE=1, not 2.
authorMichael Meissner <gnu@the-meissners.org>
Fri, 10 Nov 1995 11:41:58 +0000 (11:41 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Fri, 10 Nov 1995 11:41:58 +0000 (11:41 +0000)
sim/ppc/ChangeLog
sim/ppc/configure
sim/ppc/configure.in

index e6ed599b3432495c26b2e5acec00c9784e517b31..1447655ffabd1d9668887633c1611fb75e5b8d0e 100644 (file)
@@ -1,3 +1,10 @@
+Fri Nov 10 06:39:46 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in (--enable-sim-inline): If gcc is found and
+       --enable-sim-inline is not specified, defaine DEFAULT_INLINE to 1,
+       not 2.
+       * configure: Regenerate.
+
 Thu Nov  9 12:22:15 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * configure.in: If --silent, don't output information messages.
index 9376a73c85c1050e22f5053ee5fe82436a68c607..841c6a3fda4a1166381ec0a72edd5458e02882a3 100755 (executable)
@@ -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
index 165c16230bdc4974b40324ae9ab478a1b20334d5..470c8c4874959da416f5ae157d9dedf046799657 100644 (file)
@@ -118,7 +118,7 @@ esac
 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
   echo "Setting inline flags = $sim_inline" 6>&1
 fi],[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