| #
15b57998 |
| 24-Jul-2014 |
plunky <plunky@NetBSD.org> |
make p++ optional, on MKCXX
|
| #
f7901881 |
| 24-Jul-2014 |
plunky <plunky@NetBSD.org> |
update build framework for import of pcc-20140706
|
| #
762c58f1 |
| 20-May-2011 |
plunky <plunky@NetBSD.org> |
simplify PCC inclusion; MKPCCDMDS is not really required
|
| #
a97ff970 |
| 14-Apr-2011 |
plunky <plunky@NetBSD.org> |
use HOSTPROG to build the mkext program (which creates external.c and external.h for ccom) rather than HOST_CC directly.
because PROG and HOSTPROG don't play nicely together, put mkext in its own SU
use HOSTPROG to build the mkext program (which creates external.c and external.h for ccom) rather than HOST_CC directly.
because PROG and HOSTPROG don't play nicely together, put mkext in its own SUBDIR
show more ...
|
| #
e8d2e908 |
| 05-Feb-2010 |
plunky <plunky@NetBSD.org> |
use SUBDIR= not SUBDIR+=
|
| #
69337406 |
| 03-Feb-2010 |
plunky <plunky@NetBSD.org> |
following the documentation in mk.conf(5) and share/mk/bsd.README, and prior art with the MKGCC and MKGCCCMDS build options, only build and install the pcc commands (pcc, cpp & ccom) when MKPCCCMDS !
following the documentation in mk.conf(5) and share/mk/bsd.README, and prior art with the MKGCC and MKGCCCMDS build options, only build and install the pcc commands (pcc, cpp & ccom) when MKPCCCMDS != no
show more ...
|
| #
7d4f77f2 |
| 20-Jan-2010 |
plunky <plunky@NetBSD.org> |
Clean up the build framework for pcc
- use <bsd.init.mk> to include <../Makefile.inc> files - add Makefile.inc files that pull in appropriate build settings - fix the LIBEXECDIR definition (sh
Clean up the build framework for pcc
- use <bsd.init.mk> to include <../Makefile.inc> files - add Makefile.inc files that pull in appropriate build settings - fix the LIBEXECDIR definition (should have trailing /) - make cc.1 install as pcc.1 to match the binary - use YHEADER= to build the yacc headers - general consistency tidy up
show more ...
|
| #
50f2c2b3 |
| 24-Aug-2008 |
gmcgarry <gmcgarry@NetBSD.org> |
Add pcc build framework.
|