octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55447] mkoctfile: wrong LFLAGS warning, reset


From: Rik
Subject: [Octave-bug-tracker] [bug #55447] mkoctfile: wrong LFLAGS warning, resets LDFLAGS
Date: Fri, 11 Jan 2019 17:19:08 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #3, bug #55447 (project octave):

That is the problem with providing backwards compatibility on LFLAGS.  If no
change had been made to mkoctfile then 


env LDFLAGS=-Wl,--stats mkoctfile foo.cc


would result in LDFLAGS being ignored.

But, we now pay attention to LDFLAGS.  mkoctfile sees that, however
bass-ackwards it is, the compilation today would not be the same as the one
issued in Octave 4.4.  Because we are prioritizing backwards compatibility,
the LDFLAGS settings needs to be removed so the compilation is identical.

But I support anyone who wants to make this more intelligent.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55447>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]