12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- diff --git a/libgomp/testsuite/Makefile.am b/libgomp/testsuite/Makefile.am
- index 2100f49e53b..fa25b3a0604 100644
- --- a/libgomp/testsuite/Makefile.am
- +++ b/libgomp/testsuite/Makefile.am
- @@ -12,6 +12,12 @@ _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
- echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
- RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
-
- +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
- # of
- diff /libgomp//Makefile.in b//testsuite/
- index
- --- a/libgomp/testsuite/Makefile.in
- +++ b/libgomp/testsuite/Makefile.in
- @@ -303,6 +303,7 @@ _RUNTEST /..//runtest; then \
- echo $(top_srcdir)//dejagnu/; else echo runtest; fi)
-
- RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
- +EXTRA_DEJAGNU_SITE_CONFIG = extra.exp
- all: all-am
-
- .SUFFIXES:
- @@ -464,6 +465,10 @@ uninstall-am:
- .PRECIOUS: Makefile
-
-
- +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
- @@ -68,6 +68,7 @@ proc
- global
- global
- global
- + global
- global
- global
- global
- @@ -90,6 +91,8 @@ proc
- if
- if
- set
- + } elseif
- + set
- } else
- set
- }
|