History log of /netbsd/external/bsd/pcc/Makefile.inc (Results 1 – 19 of 19)
Revision Date Author Comments
# 160e968d 09-Feb-2016 plunky <plunky@NetBSD.org>

update build machinery for pcc-20160208


# f287c8ff 24-Jul-2014 plunky <plunky@NetBSD.org>

update build framework for import of pcc-20140706


# 35dc17c2 26-Mar-2012 plunky <plunky@NetBSD.org>

update for pcc-20120325


# 646a3209 11-Jan-2012 plunky <plunky@NetBSD.org>

update for pcc-20120105


# 23525626 01-Sep-2011 plunky <plunky@NetBSD.org>

update build machinery for pcc-20110901


# 2246eb73 07-Jun-2011 plunky <plunky@NetBSD.org>

make PCC_DEBUG a global flag (will not compile without, currently)


# 89d261ea 07-Jun-2011 plunky <plunky@NetBSD.org>

use better method of creating version string, current method can
introduce spurious " characters during stringification


# 97e1eee6 03-Jun-2011 plunky <plunky@NetBSD.org>

INCLUDEDIR and LIBEXECDIR only need to be defined for the
pcc front end


# be3a3d34 03-Jun-2010 plunky <plunky@NetBSD.org>

apply build framework and config changes for pcc-100602, plus add a
prepare-import.sh script for future updates


# 5f257054 11-Feb-2010 plunky <plunky@NetBSD.org>

actually include the top-level Makefile.inc


# 64f418c0 11-Feb-2010 plunky <plunky@NetBSD.org>

keep generated config.h file in a subdir
(avoids potential inclusion errors)


# 402aefd4 11-Feb-2010 plunky <plunky@NetBSD.org>

provide endian information at build time rather than embedding it
in the config.h file.


# 742b10af 05-Feb-2010 plunky <plunky@NetBSD.org>

amd64 provides MACHINE_ARCH=x86_64 but pcc wants TARGMACH=amd64. handle that


# 8e1bb8f7 05-Feb-2010 plunky <plunky@NetBSD.org>

when making VERSSTR, provide the target os/machine rather than the host.
have the CVS checkout date in the PACKAGE_STRING rather than in a separate
definition


# 9422719f 05-Feb-2010 plunky <plunky@NetBSD.org>

be more adaptable when choosing the target arch, try to relate
the MACHINE_ARCH to the supported architectures before failing.


# 192b470e 05-Feb-2010 plunky <plunky@NetBSD.org>

just use the actual date in PACKAGE_CHECKOUT definition


# b3081dfe 03-Feb-2010 plunky <plunky@NetBSD.org>

fix the embedded VERSSTR by providing the correct machine architecture
at build time, and adding an import date to the version.


# 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.