]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (check-g77): New test target.
authorJeffrey A Law <law@cygnus.com>
Mon, 6 Oct 1997 18:02:25 +0000 (18:02 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 6 Oct 1997 18:02:25 +0000 (12:02 -0600)
        * Makefile.in (check-g77): New test target.
        (CHECK-TARGETS): Add check-g77.

From-SVN: r15840

gcc/ChangeLog
gcc/Makefile.in

index 90c30fbfb62236aef43723e96cb8723bf3237646..19fe70535182a9a160714b8a356ee2f2d7a1c018 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct  6 12:04:24 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (check-g77): New test target.
+       (CHECK-TARGETS): Add check-g77.
+
 Fri Oct  3 15:49:27 1997  Michael Meissner  <meissner@cygnus.com>
 
        * flow.c (print_rtl_with_bb): Cast alloca return value for
index 3ca979b79f518362132f073699f37650b1644cb4..d6c912a557159fdef5580be4f2ba36852f074c91 100644 (file)
@@ -2431,7 +2431,7 @@ site.exp: ./config.status Makefile
                -e '1,/^## All variables above are.*##/ d' >> site.exp
        -@rm -f ./tmp?
 
-CHECK_TARGETS = check-gcc check-g++
+CHECK_TARGETS = check-gcc check-g++ check-g77
 
 check: $(CHECK_TARGETS)
 
@@ -2464,6 +2464,16 @@ check-gcc: testsuite/site.exp
           export TCL_LIBRARY ; fi ; \
        $(RUNTEST) --tool gcc $(RUNTESTFLAGS)
 
+check-g77: testsuite/site.exp
+       -rootme=`pwd`; export rootme; \
+       srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
+       cd testsuite; \
+       EXPECT=${EXPECT} ; export EXPECT ; \
+       if [ -f $${rootme}/../expect/expect ] ; then  \
+          TCL_LIBRARY=$${srcdir}/../tcl/library ; \
+          export TCL_LIBRARY ; fi ; \
+       $(RUNTEST) --tool g77 $(RUNTESTFLAGS)
+
 # These exist for maintenance purposes.
 
 # Update the tags table.