diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-01-30 00:55:18 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-01-30 00:55:18 +0000 |
commit | 54973b801f4f6c0e6b98491eb93a9e7a42021b58 (patch) | |
tree | 1da7e80643fc1cc9b72f4e9347281e18d08ecd70 /sim/ppc/configure | |
parent | 9073144e40c561068250280ee30e9ecf36079605 (diff) | |
download | gdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.zip gdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.tar.gz gdb-54973b801f4f6c0e6b98491eb93a9e7a42021b58.tar.bz2 |
Fix from Cagney so that new common files do not show up when using psim on old gdbs
Diffstat (limited to 'sim/ppc/configure')
-rwxr-xr-x | sim/ppc/configure | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sim/ppc/configure b/sim/ppc/configure index 3ca1f5e..c960508 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -2835,9 +2835,11 @@ echo "configure:2835: checking for common simulator directory" >&5 if test -e "${srcdir}/../common/callback.c"; then echo "$ac_t""yes" 1>&6 sim_callback="callback.o targ-map.o" + sim_targ_vals="targ-vals.h targ-map.c targ-vals.def" else echo "$ac_t""no" 1>&6 sim_callback="" + sim_targ_vals="" fi @@ -2848,7 +2850,7 @@ AR=${AR-ar} # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2852: checking for $ac_word" >&5 +echo "configure:2854: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2915,6 +2917,7 @@ fi + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -3110,6 +3113,7 @@ s%@sim_stdio@%$sim_stdio%g s%@sim_termio@%$sim_termio%g s%@sim_devzero@%$sim_devzero%g s%@sim_callback@%$sim_callback%g +s%@sim_targ_vals@%$sim_targ_vals%g CEOF EOF |