Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.
authorJanis Johnson <janis187@us.ibm.com>
Fri, 18 Oct 2002 00:15:26 +0000 (00:15 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 18 Oct 2002 00:15:26 +0000 (00:15 +0000)
2002-10-17  Janis Johnson  <janis187@us.ibm.com>

* Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.

From-SVN: r58265

gcc/ChangeLog
gcc/Makefile.in

index 71e8c6088cb335b736eb143418799b5229a16d41..0cbff94f2a3f0eedd4b0d74d625c455b0c5c2603 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-17  Janis Johnson  <janis187@us.ibm.com>
+
+       * Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.
+
 2002-10-17  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * config/alpha/alpha.c (alpha_initialize_trampoline): Use
index 61a61b7d2e783ed8fe09a87777ebc8722fa61566..0da19e978f8998b38fdb432bdf8850502fae8f2e 100644 (file)
@@ -3113,6 +3113,14 @@ site.exp: ./config.status Makefile
        fi
        echo "set tmpdir $(objdir)/testsuite" >> ./tmp0
        @echo "set srcdir \"\$${srcdir}/testsuite\"" >> ./tmp0
+       @if [ "X$(ALT_CXX_UNDER_TEST)" != "X" ] ; then \
+         echo "set ALT_CXX_UNDER_TEST $(ALT_CXX_UNDER_TEST)" >> ./tmp0; \
+       else true; \
+       fi
+       @if [ "X$(COMPAT_OPTIONS)" != "X" ] ; then \
+         echo "set COMPAT_OPTIONS $(COMPAT_OPTIONS)" >> ./tmp0; \
+       else true; \
+       fi
        @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
        @cat ./tmp0 > site.exp
        @cat site.bak | sed \