This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/2] Add --with-ilp32-large-off_t
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 9 Jul 2012 05:49:59 -0700 (PDT)
- Subject: Re: [PATCH 1/2] Add --with-ilp32-large-off_t
- References: <20120706140509.GA15702@intel.com>
This should be an --enable option, not a --with.
I don't really like all the moving around of files and the special
configure rule and so on. Another possibility might be to put the
non-default bits/environment.h file into a new sysdeps directory and have
the effect of the configure option just be to add that directory to
sysdirs.
Thanks,
Roland