libgo patch committed: Don't put .gox files in version-specific dirs

Ian Lance Taylor iant@google.com
Tue Feb 14 19:44:00 GMT 2012


The .gox files are always put in directories whose names include the gcc
version number and the target name.  This is because the .gox files are
version specific and not backward compatible.  PR 48410 points out that
when using the --enable-version-specific-runtime-libs configure option,
this caused the .gox files to be put in a directory which included the
verison number and target twice, which is useless.  This patch fixes the
problem by ignoring --enable-version-specific-runtime-libs for the .gox
files.  Bootstrapped on x86_64-unknown-linux-gnu.  Committed to
mainline.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 2533 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20120214/cafe09c0/attachment.bin>


More information about the Gcc-patches mailing list