diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-05-11 02:21:58 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-05-11 02:21:58 +0000 |
commit | 3e5e53f9b018e2fec90c7f35a876f876baad7816 (patch) | |
tree | c000193bb7d7a72a0b2562bc14a5b77812aaaf2b /sim/ppc/configure | |
parent | 12519a0a9d42206f4a0e39b30be802934bd40393 (diff) | |
download | gdb-3e5e53f9b018e2fec90c7f35a876f876baad7816.zip gdb-3e5e53f9b018e2fec90c7f35a876f876baad7816.tar.gz gdb-3e5e53f9b018e2fec90c7f35a876f876baad7816.tar.bz2 |
* configure.in (sim_fpu_cflags): Add -I../common.
* configure: Regenerated.
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 a48a831..51f50c5 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -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 |