Skip to content

Commit

Permalink
Remove bin2s and bin2o in favor of bin2c
Browse files Browse the repository at this point in the history
Creating .s and .o files is much more complicated than creating a .c
file. So instead of trying to maintain these 2 complex variants (that
now seem to have issues), we leave the complex part of generating .s and
.o files upto the toolchain.
We have bin2c, and with the .c file you can let the toolchain generate
.s and .o files if needed. Always up-to-date with whatever toolchain you
use.
  • Loading branch information
rickgaiser committed Jan 21, 2024
1 parent 8f39757 commit 8dafdfd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 548 deletions.
2 changes: 0 additions & 2 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
SUBDIRS = \
adpenc \
bin2c \
bin2o \
bin2s \
ps2-irxgen \
ps2adpcm \
# gensymtab
Expand Down
14 changes: 0 additions & 14 deletions tools/bin2o/Makefile

This file was deleted.

Loading

0 comments on commit 8dafdfd

Please sign in to comment.