• Ben Avison's avatar
    Bugfix to CModule makefile from previous commit · aacc2b74
    Ben Avison authored
    Detail:
      A line in this makefile evaluates CFLAGS so that the default static data
      relocation and stack checking options can be inserted before any overrides
      from the top-level makefile. But this was being done before StdTools was
      included, so C_STKCHK had not yet been defined, so if the top-level makefile
      tried to use it, it had no effect.
    Admin:
      Tested using new FrontEnd makefile.
    
    Version 5.13. Tagged as 'BuildSys-5_13'
    aacc2b74
CModule 13.1 KB