Efraim Flashner <efr...@flashner.co.il> skribis: > Can we do an > (if (system-prefix? "i686-linux" (or %target... %current...)) > (disable test) > (echo "hi mom!")) > > the other option I saw from the bug report > https://github.com/libgd/libgd/issues/242#issuecomment-228676965 > was apparently to add the flags -msse -mfpmath=sse to CFLAGS to make it > pass.
You’re talking about a different issue ;-) (gd vs. GnuTLS), but yes, we could use something like this to avoid rebuilds on platforms other than i686. Ludo’.