This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: [patch] xx


Catherine Moore wrote:
> 
> For ports which define MULTILIB_EXTRA_OPTS, dejagnu is unable
> to build the proper library pathnames for multilibs.  Dejagnu
> uses the output from the --print-multi-lib option to gcc and
> the multilib options from the site.exp file to choose the
> appropriate multilib.  It then builds the pathname from the
> match.
> 
> The MULTILIB_EXTRA_OPTS definition causes extra output
> to be emitted in the --print-multi-lib output.  Dejagnu
> then fails to match the appropriate multilib.  The
> --print-multilib-output is used to build options for
> Makefiles and should not be changed to correct this
> problem.  This patch will trim the extra option from the
> --print-multi-lib output so that dejagnu can properly
> match the multilib.  Please let me know if this is OK
> to commit.
> 
> Thanks,
> Catherine

Yes, it ok.

	Andrew

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