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]

Re: fortran LDFLAGS cleanup


>OK to commit to the trunk?
>
>1998-09-04  Dave Love  <d.love@dl.ac.uk>
>
>	* Makefile.in (LDFLAGS): Set from BOOT_LDFLAGS.
>	(F771_LDFLAGS): Dispensed with.

Not without testing it..."yer good, but not *that* good"....  ;-)

>+LDFLAGS=BOOT_LDFLAGS

In particular, the above line makes me wonder how it can work,
since $LDFLAGS will presumably expand to the literal string
"BOOT_LDFLAGS" rather than the expansion of the BOOT_LDFLAGS
variable.

Otherwise, it will be real nice to have this cleaned up a bit,
as I really don't like machine-specific stuff in "portable"
files like Make-lang.in and such.  Thanks!

        tq vm, (burley)


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