memtest86plus/build64
Peter Jones f96c5b5093 Use gcc -x assembler-with-cpp instead of gcc -E --traditional
This patch makes it so we use "gcc -x assembler-with-cpp" to build our
.S files, instead of translating them to .s files and assembling
directly.  This allows us to use header files and simple symbolic
arithmetic more conveniently in .S files, and at the same time reduces
the number of temporary files created when building.

Signed-off-by: Peter Jones <pjones@redhat.com>
2023-01-03 00:58:52 +01:00
..
ldscripts Set stack alignment to 16 bytes. 2022-02-02 18:23:23 +00:00
Makefile Use gcc -x assembler-with-cpp instead of gcc -E --traditional 2023-01-03 00:58:52 +01:00