gcc/libgomp/plugin
Jakub Jelinek f65e551f73 libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAGS for -m32/-mx32
Some gcc configurations default to -m32 but support -m64 too.  This patch
just makes the ILP32 tests more reliable by following what e.g. libsanitizer
configury does.

2021-03-04  Jakub Jelinek  <jakub@redhat.com>

	* configure.ac: Add AC_CHECK_SIZEOF([void *]).
	* plugin/configfrag.ac: Check $ac_cv_sizeof_void_p value instead of
	checking of -m32 or -mx32 options on the command line.
	* config.h.in: Regenerated.
	* configure: Regenerated.
2021-03-04 09:43:34 +01:00
..
cuda Update copyright years. 2021-01-04 10:26:59 +01:00
configfrag.ac libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAGS for -m32/-mx32 2021-03-04 09:43:34 +01:00
cuda-lib.def
Makefrag.am Update copyright years. 2021-01-04 10:26:59 +01:00
plugin-gcn.c amdgcn: Add gfx908 support 2021-02-03 14:25:33 +00:00
plugin-nvptx.c [nvptx libgomp plugin] Build only in supported configurations 2021-01-14 18:48:00 +01:00