This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reorder archname-related questions in configure.com.
authorCraig A. Berry <craigberry@mac.com>
Sun, 6 Mar 2011 21:59:06 +0000 (15:59 -0600)
committerCraig A. Berry <craigberry@mac.com>
Mon, 7 Mar 2011 02:57:52 +0000 (20:57 -0600)
commit4581ada393ba58f2b8f438c7b9c336d6c79ec94c
treef21adcffc4c9f8b7339943ec0ecbb8e7150a50fa
parent44caa20c7d9248fd77483468d77c9b5835e7066e
Reorder archname-related questions in configure.com.

By moving these to after other questions have been asked, we can
construct a proper $Config{archname} that indicates threads, long
doubles, multiplicity, or anything else that needs to be appended
to the architecture name.

This means letting go of the ability to configure for a different
architecture than the one you're running on, but that feature is
unlikely to have worked very well in recent years anyway as there
have been an increasing number of features that are not available
on all architectures.
configure.com