Am Mittwoch, 20. Februar 2013 schrieb Nikita Karetnikov: > > Could you maybe provide some, Nikita? > Sure. But what should I do? > Should I adjust '%bootstrap-glibc' somehow?
I think adding something like (arguments '(#:configure-flags (list "CFLAGS=-march=mips64 -mabi=64"))) to %bootstrap-glibc or maybe %glibc-for-bootstrap (whatever is used to obtain the bootstrap glibc) should do the trick. Then maybe the same is needed for the other bootstrap programs. For gcc, I would give the same options as I tried in gcc-boot0 instead, that is, (list "--with-arch=mips64" "--with-abi=64"). Ludovic, what do you think? Andreas