LHB
2011-10-31 21:39:40 UTC
I created a new build system for PCC. It has only one Makefile, and it
seems to work. It doesn't build the fortran, and it doesn't support
building in separate directories yet, but I've attached the Makefile.in
and I don't think adding those features would be anything but systematic.
The change was motivated by the musl libc Makefile, which I also attach
for you admiration. I was impressed with it.
Actually, the build uses 4 files:
Makefile.in -- contains what and how to build
global.mk.in -- contains default (from configure) make option values
configure.ac -- gets info about the build system
config_pcc.guess -- 'cooks' host and target triplet into pcc form
I'd gladly put these out in a separate mailing, but any more than 2
attachments would be impolite.
What do y'all think?
seems to work. It doesn't build the fortran, and it doesn't support
building in separate directories yet, but I've attached the Makefile.in
and I don't think adding those features would be anything but systematic.
The change was motivated by the musl libc Makefile, which I also attach
for you admiration. I was impressed with it.
Actually, the build uses 4 files:
Makefile.in -- contains what and how to build
global.mk.in -- contains default (from configure) make option values
configure.ac -- gets info about the build system
config_pcc.guess -- 'cooks' host and target triplet into pcc form
I'd gladly put these out in a separate mailing, but any more than 2
attachments would be impolite.
What do y'all think?
--
LHB Jr.
LHB Jr.