Menu

#277 Fix use of bare `ar` instead of $(AR) in ucsim Makefiles

None
closed-accepted
None
5
2017-02-21
2017-02-18
Grissess
No

Hello!

The title pretty much sums it up; hopefully, this patch makes it easier to use various prefixed tools, like a cross-compiler.

I'm basing this off the newest tarball for download, but please let me know if I need to recreate it ('tis only four lines, after all :)

1 Attachments

Discussion

  • Maarten Brock

    Maarten Brock - 2017-02-20

    I think you should also assign AR at the top of each Makefile with:
    AR = @AR@

     
  • Grissess

    Grissess - 2017-02-20

    Well, I can safely say I learned something about autoconf today :)

    Here's a new version, then.

     
  • Daniel Drotos

    Daniel Drotos - 2017-02-21

    Thank you Grisses, I've included your patch in next commit [r9845].

     
  • Daniel Drotos

    Daniel Drotos - 2017-02-21
    • status: open --> closed-accepted
    • assigned_to: Daniel Drotos
    • Group: -->
     

Log in to post a comment.