This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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 --enable-intermodule with fortran


Basically the problem is that we are linking in tree-dfa.o when we don't
really need to. This fixes by removing some old junk, F95_ADDITIONAL_OBJS,
which was not needed any more.


OK? Built on powerpc-darwin with and without --enable-intermodule.

Thanks,
Andrew Pinski

ChangeLog:

	* Make-lang.in (F95_ADDITIONAL_OBJS): Kill.
	(f951): Do not depend on F95_ADDITIONAL_OBJS and don't
	link it in.

Attachment: fix-inter.diff.txt
Description: Text document


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