This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/67728] Build fails when cross-compiling with in-tree GMP and ISL


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67728

--- Comment #18 from Marc Glisse <glisse at gcc dot gnu.org> ---
Ah, I managed to reproduce. GMP has a nice "CFLAGS= -g -DNO_ASM" in its
Makefile, but gcc overrides it by calling make CFLAGS=-g. Not much we can do
from the GMP side (and ISL is innocent). Well, maybe the definition of NO_ASM
could move to config.h, but I don't think gcc should be doing what it is doing.

I think this issue was already described in another PR.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]