mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* configure.in (sim_fpu_cflags): Add -I../common.
* configure: Regenerated.
This commit is contained in:
parent
12519a0a9d
commit
3e5e53f9b0
@ -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.
|
||||
|
2
sim/ppc/configure
vendored
2
sim/ppc/configure
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user