Back to creating a local config fil to be safe. Pass --target for "make
authorRob Savoye <rob@cygnus>
Mon, 19 Apr 1993 05:04:41 +0000 (05:04 +0000)
committerRob Savoye <rob@cygnus>
Mon, 19 Apr 1993 05:04:41 +0000 (05:04 +0000)
check"

gdb/testsuite/Makefile.in

index dc7db23a2cd0e709a300da2ef3ba08aa41b7bb2b..36f6e511c6ed56136e6c350ec0a5e8f8b806335a 100644 (file)
@@ -117,7 +117,7 @@ install:
 
 uninstall: force
 
-site.exp: ./config.status
+site.exp: ./config.status Makefile
        @echo "Making a new config file..."
        -@rm -f ./tmp?
        @touch site.exp
@@ -133,18 +133,20 @@ site.exp: ./config.status
        @echo "set target_alias ${target_alias}" >> ./tmp0
        @echo "set target_cpu ${target_cpu}" >> ./tmp0
        @echo "set target_vendor ${target_vendor}" >> ./tmp0
+       @echo "set host_triplet ${host_canonical}" >> ./tmp0
+       @echo "set target_triplet ${target_canonical}" >> ./tmp0
        @echo "set srcdir ${srcdir}" >> ./tmp0
-       @echo "set exec_prefix ${exec_prefix}" >> ./tmp0
                @echo "set objdir `pwd`" >> ./tmp0
+       @echo "set tool gdb" >> ./tmp0
        @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
                @cat ./tmp0 > site.exp
        @cat site.bak | sed \
                        -e '1,/^## All variables above are.*##/ d' >> site.exp
-       @rm -f ./tmp1 ./tmp0
+       -@rm -f ./tmp?
 
 installcheck:
-check: all
-       $(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB) --srcdir $(srcdir)
+check: site.exp all
+       $(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB) --srcdir $(srcdir) --target $(target_canonical)
 
 subdir_do: force
        @for i in $(DODIRS); do \