• R
    rework makefile subarch logic to allow shared files · fb72a97d
    Rich Felker 提交于
    instead of subarchs getting their own .s files which are used directly
    by the makefile to replace the .c file, they now must provide a .sub
    file whose contents are a pathname, relative to the location of the
    .sub file, which will substitute for the .c file. essentially these
    files are acting as symbolic links, but implemented as text files.
    fb72a97d
Makefile 4.7 KB