Follow-up Comment #12, bug #34608 (project make):

Doing it at configure time is surprisingly difficult.  You have to remember
that, for any package which wants to properly cross-compile (which we do), you
can't actually RUN any test programs during configure time.  In order to test
it you'd need to determine a way to do so that works reliably, is portable
between all the different compilers, and can be detected solely by the
compiler or linker, without running any resulting code.

Also, the macro looks gross but any compiler in the world will simplify it to
a constant at compile-time and optimize out all the unused stuff anyway.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34608>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to