123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- diff --git a/libgomp/testsuite/Makefile.am b/libgomp/testsuite/Makefile.am
- index 66a9d94..83d3f67 100644
- --- a/libgomp/testsuite/Makefile.am
- +++ b/libgomp/testsuite/Makefile.am
- @@ -12,6 +12,11 @@ _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
- echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
- RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
-
- +EXTRA_DEJAGNU_SITE_CONFIG = extra.exp
- +
- +extra.exp:
- + echo 'set BUILD_CC "$(CC)"' > $@.tmp
- + mv $@.tmp $@
-
- # Instead of directly in ../testsuite/libgomp-test-support.exp.in, the
- # following variables have
- diff /libgomp//Makefile.in b//testsuite/
- index
- --- a/libgomp/testsuite/Makefile.in
- +++ b/libgomp/testsuite/Makefile.in
- @@ -254,6 +254,7 @@ _RUNTEST /..//runtest; then \
- echo $(top_srcdir)//dejagnu/; else echo runtest; fi)
-
- RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
- +EXTRA_DEJAGNU_SITE_CONFIG = extra.exp
- all: all-am
-
- .SUFFIXES:
- @@ -462,6 +463,10 @@ uninstall-am:
- ps ps-am uninstall uninstall-am
-
-
- +extra.exp:
- + echo 'set BUILD_CC "$(CC)"' > $@.tmp
- + mv $@.tmp $@
- +
- # Instead of directly in ../testsuite/libgomp-test-support.exp.in, the
- # following variables have
- # of
- diff /libgomp//lib//libgomp//lib/
- index
- --- a/libgomp/testsuite/lib/libgomp.exp
- +++ b/libgomp/testsuite/lib/libgomp.exp
- @@ -85,6 +85,7 @@ proc
- global
- global
- global
- + global
- global
- global
- global
- @@ -107,6 +108,8 @@ proc
- if
- if
- set
- + } elseif
- + set
- } else
- set
- }
|