aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-03-04 09:43:34 +0100
committerJakub Jelinek <jakub@redhat.com>2021-03-04 09:43:34 +0100
commitf65e551f737ee3cb3a6ae45bd8168d959feacfa1 (patch)
tree94f8161286877c7a16a3d97b991cfe9f4abb51eb /gcc
parentd259ab15761de2d938c24abfba9cdcd2fef91655 (diff)
downloadgcc-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')
0 files changed, 0 insertions, 0 deletions