Closed xavierleroy closed 3 years ago
Thanks!
configure
still has some leftover code we could remove for asm configuration and flags (-noasm
, -host
, asopt
, ASFLAGS
).
In project.make
, grep '^version'
assumes a specific indentation of the META
file (there are two version
lines, only one of them has no space before). A grep 'version' | head -1
could fix this (nitpick).
Right, thanks for the quick feedback. I pushed two commits that implement your suggestions.
I think we could merge this. Unless you see further simplifications?
OK, merging now!
This PR is a "reboot" of #86 and #87.
Now that per-target asm files are gone and OCaml 4.04 is the minimal version supported, we can remove a number of configuration parameters and avoid the preprocessing of z.mli and z.ml.
The version number can also be handled without preprocessing, as shown in #87.