OSDN Git Service

* configure.in (sim_fpu_cflags): Add -I../common.
authordrow <drow>
Tue, 11 May 2004 02:21:57 +0000 (02:21 +0000)
committerdrow <drow>
Tue, 11 May 2004 02:21:57 +0000 (02:21 +0000)
* configure: Regenerated.

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

index d4f94c3..1a17f41 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 a48a831..51f50c5 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 0d7a094..1f0693c 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)