diff options
| author | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-07 15:07:58 +0000 |
|---|---|---|
| committer | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-07 15:07:58 +0000 |
| commit | 79e1d4fb85b8b10ec282df5203ef6892d51bc582 (patch) | |
| tree | 58d7a7b7ca50655c031627419515b803f7e1daf1 /libgomp/ChangeLog | |
| parent | e1417b504c23d178359112996aaa70d80e7461e5 (diff) | |
| download | ppe42-gcc-79e1d4fb85b8b10ec282df5203ef6892d51bc582.tar.gz ppe42-gcc-79e1d4fb85b8b10ec282df5203ef6892d51bc582.zip | |
libgomp: Prepare for testcases without -fopenmp.
libgomp/
* testsuite/lib/libgomp.exp (libgomp_init): Don't add -fopenmp to
ALWAYS_CFLAGS.
* testsuite/libgomp.c++/c++.exp (ALWAYS_CFLAGS): Add -fopenmp.
* testsuite/libgomp.c/c.exp (ALWAYS_CFLAGS): Likewise.
* testsuite/libgomp.fortran/fortran.exp (ALWAYS_CFLAGS): Likewise.
* testsuite/libgomp.graphite/graphite.exp (ALWAYS_CFLAGS):
Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204519 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
| -rw-r--r-- | libgomp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 081850c87b8..00b4ce1ba89 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,13 @@ 2013-11-07 Thomas Schwinge <thomas@codesourcery.com> + * testsuite/lib/libgomp.exp (libgomp_init): Don't add -fopenmp to + ALWAYS_CFLAGS. + * testsuite/libgomp.c++/c++.exp (ALWAYS_CFLAGS): Add -fopenmp. + * testsuite/libgomp.c/c.exp (ALWAYS_CFLAGS): Likewise. + * testsuite/libgomp.fortran/fortran.exp (ALWAYS_CFLAGS): Likewise. + * testsuite/libgomp.graphite/graphite.exp (ALWAYS_CFLAGS): + Likewise. + * libgomp_g.h: Include <stddef.h> for size_t. * libgomp.spec.in: Update comment about libgomp's dependencies. |

