This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] Convert zlib to autoconf 2.5x


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Daniel Jacobowitz wrote:
| On Fri, Apr 09, 2004 at 06:17:48AM -0400, Nathanael Nerode wrote:
|
|>+sinclude(../config/no-executables.m4)
|
|
|>+# Make sure we don't test executables when making cross-tools.
|>+GCC_NO_EXECUTABLES
|
|
| This is not necessary:
|
| (A) We're using autoconf 2.59 now; no-executables.m4 could be removed
| and we could use AC_NO_EXECUTABLES again.
|
| (B)  This is for the case where we can not link target applications.
| By the time we're building most target libraries we are assumed to have
| a target C library.  The exceptions are libstdc++ and libiberty,
| because they are both needed by winsup, so we can't build the C library
| for cygwin without being able to configure both libstdc++ and
| libiberty first.  Anything that depends on $(ALL_GCC_C) should not need
| to configure without a C library.
|
| [Besides, we'll build fastjar right after zlib.  If we couldn't link
| executables in zlib's configure tests, then we won't be able to link
| fastjar either.]

OK, I'll look into removing these from libobjc and zlib.  Or, better
yet, someone who can routinely build functional cross-compilers could
try removing them.  ;-)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAd5+2RGZ0aC4lkIIRAp7IAJwIkS2gjxRiWKicPvt7IV0RlnHa3wCeM3l1
SBJ0mVSQHm2rAzkHvq8m6hg=
=zkiU
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]