diff options
author | bviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-25 20:21:16 +0000 |
---|---|---|
committer | bviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-25 20:21:16 +0000 |
commit | 1340bbc0ed8c3f351348a10ccbc2b4b70221e0b9 (patch) | |
tree | 522f84a17b88bf67774d4370c6db30af06a3650a /Makefile.in | |
parent | e90e7f23bd2ef8d03a980a8c456972bf10e65e01 (diff) | |
parent | 653d8b92299e8d19a665c9fafa60493bbde37eba (diff) | |
download | gcc-1340bbc0ed8c3f351348a10ccbc2b4b70221e0b9.tar.gz |
Merged with trunk at revision 188950.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/cilkplus@188952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 94e65c70b67..42048e2810b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42105,6 +42105,20 @@ check-target-libmudflap-c++: @endif target-libmudflap +@if target-libgomp +.PHONY: check-target-libgomp-c++ +check-target-libgomp-c++: + $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) c++.exp" check-target-libgomp + +@endif target-libgomp + +@if target-libitm +.PHONY: check-target-libitm-c++ +check-target-libitm-c++: + $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) c++.exp" check-target-libitm + +@endif target-libitm + # ---------- # GCC module # ---------- @@ -42139,7 +42153,7 @@ check-gcc-c++: s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(HOST_EXPORTS) \ (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); -check-c++: check-gcc-c++ check-target-libstdc++-v3 check-target-libmudflap-c++ +check-c++: check-gcc-c++ check-target-libstdc++-v3 check-target-libmudflap-c++ check-target-libitm-c++ check-target-libgomp-c++ .PHONY: check-gcc-fortran check-fortran check-gcc-fortran: |