make the error message clearer
This commit is contained in:
parent
393a060a9e
commit
362bbfb314
@ -480,7 +480,7 @@ gmp_prog_cc_works=yes
|
|||||||
# first see a simple "main()" works, then go on to other checks
|
# first see a simple "main()" works, then go on to other checks
|
||||||
GMP_PROG_CC_WORKS_PART([$1], [])
|
GMP_PROG_CC_WORKS_PART([$1], [])
|
||||||
|
|
||||||
GMP_PROG_CC_WORKS_PART_MAIN([$1], [gcc-4.3.2 on 64bit is bad],
|
GMP_PROG_CC_WORKS_PART_MAIN([$1], [gcc-4.3.2 on 64bit is bad , try -O1 or -fno-strict-aliasing for the flags],
|
||||||
[/* The following aborts with gcc-4.3.2 on a 64bit system which is an unusable compiler */
|
[/* The following aborts with gcc-4.3.2 on a 64bit system which is an unusable compiler */
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
int __attribute__((noinline))
|
int __attribute__((noinline))
|
||||||
|
Loading…
Reference in New Issue
Block a user