This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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][GOLD] Fix gold build breakage on OSX due to missing libintl.


Hi,

    incremental-dump uses the same set of back-ends and libgold.a like
gold but it does not depend on and link libintl like gold does.  The
missing dependency and linker option cause build breakage on Mac OSX.
This patch adds back those.

-Doug

2010-01-11  Doug Kwan  <dougkwan@google.com>

        * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
        (incremental_dump_LDADD): Add linking option for libintl.
        * Makefile.in: Regenerate.

Attachment: patch.txt
Description: Text document


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