summarylogtreecommitdiffstats
path: root/fix-git-rev.patch
AgeCommit message (Collapse)Author
2023-10-17Update to t45, thanks user @FredBeziesClaudia Pellegrino
Also switch to clang++ as the C++ compiler in order to fix the following error message: > g++ -o x16emu build/x16emu/cpu/fake6502.o […] -flto > build/x16emu/cpu/fake6502.o: file not recognized: file format not recognized > collect2: error: ld returned 1 exit status
2023-05-18Remove build-time Git error floodClaudia Pellegrino
The original Makefile tries to calculate a Git revision number from the source tree. Unless the source tree happens to be a checked-out Git worktree, that causes standard output to be flooded with lots of unhelpful error messages and help texts. If Git is not installed at build time, similar error messages would occur. Short-circuit the Git revision calculation to prevent this.