gcc requires that LDFLAGS come after DYLIB_OBJECTS.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
There's a bunch of other places with $(LD) $(LDFLAGS) ..., I'm not sure if it's necessary to change all of them.
Paths
| Differential D9045
Fix TestPluginCommands for gcc. ClosedPublic Authored by chaoren on Apr 15 2015, 6:38 PM.
Details Summary gcc requires that LDFLAGS come after DYLIB_OBJECTS.
Diff Detail Event Timelinechaoren updated this object. Comment Actions There's a bunch of other places with $(LD) $(LDFLAGS) ..., I'm not sure if it's necessary to change all of them. chaoren retitled this revision from GCC requires LDFLAGS at the end of the command line. to Fix TestPluginCommands for gcc..Apr 16 2015, 10:48 AM chaoren updated this object. This revision is now accepted and ready to land.Apr 16 2015, 3:04 PM Closed by commit rL235137: Fix TestPluginCommands for gcc. (authored by chaoren). · Explain WhyApr 16 2015, 3:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23867 test/functionalities/plugins/commands/TestPluginCommands.py
test/make/Makefile.rules
|