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: Add hppa*64* support to libtool in binutils


> For those select few that do care about large address spaces, it's a 
> relatively small amount of work to either ask for them explicitly by
> the target name or by setting CC to an appropriate PA64 compiler before
> running configure.

Agreed.  I think that in most cases it is essential set CC, PATH, etc
to setup an appropriate 64-bit environment before configuring.  I would
like to make this as simple as possible.  For example, although it
doesn't seem technically necessary to the hardcode library paths (say
using the embedded path capability of the dynamic loader) in apps,
this might make it easier for users to run a mix of 32 and 64-bit apps.
This isn't absolutely needed since LD_LIBRARY_PATH can be used to
locate 64-bit libraries, but I think it is an option to consider.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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