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] |
On Wed, May 25, 2005 at 11:55:09PM +0930, Alan Modra wrote: [about libstdc++ abi-check fail] > I think this is due to a libstdc++ configure test failing, probably > because I didn't get all the rpath magic right when trying to use the > new glibc. ie. this was a failure of my test setup rather than a real > problem. Now fixed. No regressions. I've attached a script I use to build a toolchain that needs a new glibc to properly test. Since it's non-trivial to set up a libc that co-exists with, rather than replacing the system libc, someone might find this useful. > I chose to use --enable-dataplt as a configure option to make the > compiler default to -mdata-plt. rth suggested I use something different, because he wants something similar for Alpha where the "data" part doesn't make any sense. So these will change to --enable-secureplt and -msecure-plt -- Alan Modra IBM OzLabs - Linux Technology Centre
Attachment:
recipe
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |