Mark H Weaver writes: >> - "DYNAMIC_ARCH=1") >> + ;; Unfortunately, this is not supported on MIPS. >> + ,@(if (string-prefix? "mips" (%current-system)) >> + (list) >> + (list "DYNAMIC_ARCH=1"))) > > It would be marginally preferable to use '() and '("DYNAMIC_ARCH=1") > here. Anyway, okay to push!
I pushed it with the suggested change. Thanks! ~~ Ricardo