clean, identical build. font source generator emitted .align. this does not match the windows build

This commit is contained in:
curt mayer
2020-02-23 17:46:37 -08:00
parent 9bc1af2f0f
commit 621083947c
4 changed files with 43 additions and 8 deletions

View File

@@ -165,4 +165,7 @@ ifneq ($(DIFFTO),)
fi ; \
done
endif
vdiff:
make VERBOSEDIFF=2 diff

View File

@@ -34,9 +34,11 @@ int main(int argc, char *argv[]) {
}
// print header
#ifdef notdef
printf(" .section .rodata\r\n");
printf(" .global %s\r\n", name);
printf(" .align 2\r\n\r\n");
#endif
printf("%s:\r\n\r\n", name);
// write lines