diff options
author | Jakub Jelinek <jakub@redhat.com> | 2021-03-04 09:43:34 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2021-03-04 09:43:34 +0100 |
commit | f65e551f737ee3cb3a6ae45bd8168d959feacfa1 (patch) | |
tree | 94f8161286877c7a16a3d97b991cfe9f4abb51eb /gcc/tree-pretty-print.c | |
parent | d259ab15761de2d938c24abfba9cdcd2fef91655 (diff) | |
download | gcc-f65e551f737ee3cb3a6ae45bd8168d959feacfa1.zip gcc-f65e551f737ee3cb3a6ae45bd8168d959feacfa1.tar.gz gcc-f65e551f737ee3cb3a6ae45bd8168d959feacfa1.tar.bz2 |
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.
Diffstat (limited to 'gcc/tree-pretty-print.c')
0 files changed, 0 insertions, 0 deletions