CreateELF was a combination of templates and C preprocessor macros.
This patch removes uses of macros.
Previously, we checked alignments based on the host environment.
It doesn't seem to make sense to me because we can use the linker
for cross compilation. So I relaxed the check in this patch.