]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in (sim_fpu_cflags): Add -I../common.
authorDaniel Jacobowitz <drow@false.org>
Tue, 11 May 2004 02:21:58 +0000 (02:21 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 11 May 2004 02:21:58 +0000 (02:21 +0000)
* configure: Regenerated.

sim/ppc/ChangeLog
sim/ppc/configure
sim/ppc/configure.in

index d4f94c37802f9a1ae3eb9260712ef2c55a7a0e0e..1a17f4108dc48f04b7ce23c4a9ef6b502cafef87 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-10  Daniel Jacobowitz  <dan@debian.org>
+
+       * configure.in (sim_fpu_cflags): Add -I../common.
+       * configure: Regenerated.
+
 2004-01-27  Andrew Cagney  <cagney@redhat.com>
 
        * ppc-instructions: Update copyright.
index a48a831091145b149753f55e3c85d702826244b0..51f50c522dc578a078f9ee85c62a41fc480dec87 100755 (executable)
@@ -4675,7 +4675,7 @@ echo $ac_n "checking for common simulator directory fpu implementation""... $ac_
 echo "configure:4676: checking for common simulator directory fpu implementation" >&5
 if test -f "${srcdir}/../common/sim-fpu.c"; then
   echo "$ac_t""yes" 1>&6
-  sim_fpu_cflags="-DHAVE_COMMON_FPU -I${srcdir}/../common"
+  sim_fpu_cflags="-DHAVE_COMMON_FPU -I../common -I${srcdir}/../common"
   sim_fpu="sim-fpu.o"
 else
   echo "$ac_t""no" 1>&6
index 0d7a0940e29deab98098f48864a270e83566b560..1f0693c25b60421f8bb98324f1420e4ae851d19f 100644 (file)
@@ -700,7 +700,7 @@ fi
 AC_MSG_CHECKING(for common simulator directory fpu implementation)
 if test -f "${srcdir}/../common/sim-fpu.c"; then
   AC_MSG_RESULT(yes)
-  sim_fpu_cflags="-DHAVE_COMMON_FPU -I${srcdir}/../common"
+  sim_fpu_cflags="-DHAVE_COMMON_FPU -I../common -I${srcdir}/../common"
   sim_fpu="sim-fpu.o"
 else
   AC_MSG_RESULT(no)