Change xified C compiler and linker so that xification occurs after preprocessing...
authorNick Downing <downing.nick@gmail.com>
Thu, 2 Feb 2017 06:43:40 +0000 (17:43 +1100)
committerNick Downing <downing.nick@gmail.com>
Thu, 2 Feb 2017 06:52:14 +0000 (17:52 +1100)
commit8af5c778a3f569dc0ed6f9d066eb3c05826e32c1
tree1e54249a6bf6c4bc18987c4ae77e6b24b3b3490c
parent1af15283b7694c1f4de72f2813e9f0a39f604ba7
Change xified C compiler and linker so that xification occurs after preprocessing instead of before, then host C compiler does its own preprocessing pass, with any preprocessor directives intended for host escaped with a #pragma prefix
.gitignore
xify/Makefile
xify/cc.c [deleted file]
xify/cc.sh [new file with mode: 0755]
xify/hostcc.sh [new file with mode: 0755]
xify/hostld.sh [new file with mode: 0755]
xify/ld.c [deleted file]
xify/xify.sh
xify/xifyfilt.c [moved from xify/xify.c with 87% similarity]