[Bug bootstrap/87498] Inconsistent behaviour for passing -DNO_ASM and host=none

2018-10-04 Thread miro.kropacek at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87498 --- Comment #3 from Miro Kropacek --- Fix is easy - just pass --disable-assembly to extra_configure_flags. I guess gcc will have to deal with the 'none' target in the future anyway because it is deprecated in gmp.

[Bug bootstrap/87498] Inconsistent behaviour for passing -DNO_ASM and host=none

2018-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87498 --- Comment #2 from Richard Biener --- gmp is only built as host module, I guess that somehow doesn't work for a canadian cross where we likely build it as a target module as well by $magic

[Bug bootstrap/87498] Inconsistent behaviour for passing -DNO_ASM and host=none

2018-10-03 Thread miro.kropacek at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87498 --- Comment #1 from Miro Kropacek --- > For x86_64's gmp, host is passed as "none-pc-linux-gnu", thus disabling > assembly and passing -DNO_ASM to CFLAGS from gmp's configure (making the > toplevel AM_CFLAGS useless). I must correct myself her