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]

[PATCH] Fix PR38862 (bootstrap failure graphite vs. static linking)


    Hi all,

  I posted this once before but on the tail-end of another (related) thread,
which was the wrong thing to do as it's likely to be overlooked.  Apologies
for repeating myself, however this one requires approval from a build
machinery maintainer rather than being a mid-end issue as was the patch I
tagged onto.  Will think harder next time I post!

  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38862
is a bootstrap failure when linking with static libraries, owing to the order
of the libs on the command-line not matching the dependencies between the
libraries.  This patch fixes the ordering.  Ok for HEAD, or must we wait for
stage 1?

gcc/ChangeLog

2009-01-15  Dave Korn  <dave.korn.cygwin@gmail.com>

	* Makefile.in (BACKENDLIBS):  Reorder to match dependencies.

    cheers,
      DaveK

Attachment: graphite-ppl-static-link-order-patch.diff
Description: Binary data


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