History log of /netbsd-current/external/gpl3/gcc/usr.bin/common/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.13 01-Aug-2023 mrg

various updates to build native GCC 12.

- for usr.bin, build libcody and link it into cc1*plus
- move makefile code for auto-build.h and version.h (was gcov-iov.h)
into makefile fragment to share them. (XXX probably best to only do
this in one place, but that's a future step.)
- many updates to handle the .c -> .cc renames
- build some x86 files with -msse2
- bump shlib versions for libgomp and libstdc++v3
- fix MKGCCCMDS=no builds
- updates for new rtl-ssa subdir
- use -std=gnu++11 for various places
- define TARGET_MACHINE and HOST_MACHINE for some places
- avoid a .BEGIN rule that writes to missing obj (ie src) sometimes

cleanups still needed:
- remove a bunch of commented -Wno* that don't seem to be needed anymore
- leave or remove various vax-specific -O0s that should no longer be
necessary for the vax-gcc port
- some "XXXGCC12" that should be may be fixable or converted to using our
standard ${CC_...} warnings (but may need to remain, in which case the
XXXGCC12 marker will be removed.)

with these, and a few other changes around the tree, i've able to build
gcc12 releases for several ports that seem to work (arm64, sparc, amd64,
i386 at least so far, have run, several others have built.)


# 1.12 19-May-2023 lukem

gcc: fix build with clang++ HOST_CXX

Define HOSTPROG_CXX before .include anything that brings in bsd.own.mk.
This ensures that HOST_DBG (etc) gets assigned before HOST_CFLAGS
and HOST_CXXFLAGS is created.

backend: .include <bsd.init.mk> much earlier, as per the other directories.
Fixes backend build when using clang++ as the host compiler (e.g., macOS),
because backend host tools are now built with -O.
Inspired by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255760

Note that gcc.old/Makefile.prog may be mis-used because it defines HOSTPROG_CXX
and this Makefile fragment is included after bsd.*.mk in other Makefiles,
but they seem to build ok so leaving it alone for now.

Fixes PR toolchain/57014


Revision tags: netbsd-10-base
# 1.11 18-Sep-2021 christos

branches: 1.11.2;
Patch the build script and toolchain to allow passing through
HOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaks
the build. These variables are necessary to support building NetBSD
from a GNU Guix or NixOS host, where /usr/include, /lib, and all
but /bin/sh do not exist. In many cases, support for HOST_CPPFLAGS
was incomplete. From Ryan Sundberg


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.10 05-Sep-2020 mrg

make GCC 9.3.0 build itself:
- common-target is needed before common now
- complete build-sort.o framework
- fix cyclic dep
- fix .c vs .cc issues


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609
# 1.9 04-Feb-2019 mrg

branches: 1.9.2;
it's memory-block.cc in this case, not memory-block.c.


# 1.8 04-Feb-2019 mrg

move libgomp, libcommon and libcommon-target source lists into the
generated files. libcommon-target has a per-arch list, but the
other two are the same.


# 1.7 01-Feb-2019 mrg

- update source lists
- XXX: pull out OBJS-libcommon-target and OBJS-libcommon-target
in mknative


Revision tags: pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.6 04-Feb-2018 mrg

branches: 1.6.4;
make libbackend.a build and fix the libcommon.a sources list.
now all the gcc parts link.


# 1.5 15-Nov-2017 mrg

ensure version.c gets rebuilt properly.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.4 15-Mar-2016 mrg

branches: 1.4.8;
add new sources in GCC 5.3.


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE gcc-4-8-5-pre-gcc-old-import netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 tls-maxphys-base netbsd-7-base tls-earlyentropy-base
# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.12 19-May-2023 lukem

gcc: fix build with clang++ HOST_CXX

Define HOSTPROG_CXX before .include anything that brings in bsd.own.mk.
This ensures that HOST_DBG (etc) gets assigned before HOST_CFLAGS
and HOST_CXXFLAGS is created.

backend: .include <bsd.init.mk> much earlier, as per the other directories.
Fixes backend build when using clang++ as the host compiler (e.g., macOS),
because backend host tools are now built with -O.
Inspired by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255760

Note that gcc.old/Makefile.prog may be mis-used because it defines HOSTPROG_CXX
and this Makefile fragment is included after bsd.*.mk in other Makefiles,
but they seem to build ok so leaving it alone for now.

Fixes PR toolchain/57014


Revision tags: netbsd-10-base
# 1.11 18-Sep-2021 christos

branches: 1.11.2;
Patch the build script and toolchain to allow passing through
HOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaks
the build. These variables are necessary to support building NetBSD
from a GNU Guix or NixOS host, where /usr/include, /lib, and all
but /bin/sh do not exist. In many cases, support for HOST_CPPFLAGS
was incomplete. From Ryan Sundberg


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.10 05-Sep-2020 mrg

make GCC 9.3.0 build itself:
- common-target is needed before common now
- complete build-sort.o framework
- fix cyclic dep
- fix .c vs .cc issues


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609
# 1.9 04-Feb-2019 mrg

branches: 1.9.2;
it's memory-block.cc in this case, not memory-block.c.


# 1.8 04-Feb-2019 mrg

move libgomp, libcommon and libcommon-target source lists into the
generated files. libcommon-target has a per-arch list, but the
other two are the same.


# 1.7 01-Feb-2019 mrg

- update source lists
- XXX: pull out OBJS-libcommon-target and OBJS-libcommon-target
in mknative


Revision tags: pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.6 04-Feb-2018 mrg

branches: 1.6.4;
make libbackend.a build and fix the libcommon.a sources list.
now all the gcc parts link.


# 1.5 15-Nov-2017 mrg

ensure version.c gets rebuilt properly.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.4 15-Mar-2016 mrg

branches: 1.4.8;
add new sources in GCC 5.3.


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE gcc-4-8-5-pre-gcc-old-import netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 tls-maxphys-base netbsd-7-base tls-earlyentropy-base
# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.11 18-Sep-2021 christos

Patch the build script and toolchain to allow passing through
HOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaks
the build. These variables are necessary to support building NetBSD
from a GNU Guix or NixOS host, where /usr/include, /lib, and all
but /bin/sh do not exist. In many cases, support for HOST_CPPFLAGS
was incomplete. From Ryan Sundberg


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.10 05-Sep-2020 mrg

make GCC 9.3.0 build itself:
- common-target is needed before common now
- complete build-sort.o framework
- fix cyclic dep
- fix .c vs .cc issues


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609
# 1.9 04-Feb-2019 mrg

it's memory-block.cc in this case, not memory-block.c.


# 1.8 04-Feb-2019 mrg

move libgomp, libcommon and libcommon-target source lists into the
generated files. libcommon-target has a per-arch list, but the
other two are the same.


# 1.7 01-Feb-2019 mrg

- update source lists
- XXX: pull out OBJS-libcommon-target and OBJS-libcommon-target
in mknative


Revision tags: pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.6 04-Feb-2018 mrg

branches: 1.6.4;
make libbackend.a build and fix the libcommon.a sources list.
now all the gcc parts link.


# 1.5 15-Nov-2017 mrg

ensure version.c gets rebuilt properly.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.4 15-Mar-2016 mrg

branches: 1.4.8;
add new sources in GCC 5.3.


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE gcc-4-8-5-pre-gcc-old-import netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 tls-maxphys-base netbsd-7-base tls-earlyentropy-base
# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.10 05-Sep-2020 mrg

make GCC 9.3.0 build itself:
- common-target is needed before common now
- complete build-sort.o framework
- fix cyclic dep
- fix .c vs .cc issues


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609
# 1.9 04-Feb-2019 mrg

it's memory-block.cc in this case, not memory-block.c.


# 1.8 04-Feb-2019 mrg

move libgomp, libcommon and libcommon-target source lists into the
generated files. libcommon-target has a per-arch list, but the
other two are the same.


# 1.7 01-Feb-2019 mrg

- update source lists
- XXX: pull out OBJS-libcommon-target and OBJS-libcommon-target
in mknative


Revision tags: pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.6 04-Feb-2018 mrg

branches: 1.6.4;
make libbackend.a build and fix the libcommon.a sources list.
now all the gcc parts link.


# 1.5 15-Nov-2017 mrg

ensure version.c gets rebuilt properly.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.4 15-Mar-2016 mrg

branches: 1.4.8;
add new sources in GCC 5.3.


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE gcc-4-8-5-pre-gcc-old-import netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 tls-maxphys-base netbsd-7-base tls-earlyentropy-base
# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.9 04-Feb-2019 mrg

it's memory-block.cc in this case, not memory-block.c.


# 1.8 04-Feb-2019 mrg

move libgomp, libcommon and libcommon-target source lists into the
generated files. libcommon-target has a per-arch list, but the
other two are the same.


# 1.7 01-Feb-2019 mrg

- update source lists
- XXX: pull out OBJS-libcommon-target and OBJS-libcommon-target
in mknative


Revision tags: pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.6 04-Feb-2018 mrg

make libbackend.a build and fix the libcommon.a sources list.
now all the gcc parts link.


# 1.5 15-Nov-2017 mrg

ensure version.c gets rebuilt properly.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.4 15-Mar-2016 mrg

branches: 1.4.8;
add new sources in GCC 5.3.


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE gcc-4-8-5-pre-gcc-old-import netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 tls-maxphys-base netbsd-7-base tls-earlyentropy-base
# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.6 04-Feb-2018 mrg

make libbackend.a build and fix the libcommon.a sources list.
now all the gcc parts link.


# 1.5 15-Nov-2017 mrg

ensure version.c gets rebuilt properly.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.4 15-Mar-2016 mrg

branches: 1.4.8;
add new sources in GCC 5.3.


Revision tags: netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE gcc-4-8-5-pre-gcc-old-import netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 tls-maxphys-base netbsd-7-base tls-earlyentropy-base
# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.5 15-Nov-2017 mrg

ensure version.c gets rebuilt properly.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.4 15-Mar-2016 mrg

branches: 1.4.8;
add new sources in GCC 5.3.


Revision tags: netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE gcc-4-8-5-pre-gcc-old-import netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 tls-maxphys-base netbsd-7-base tls-earlyentropy-base
# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.4 15-Mar-2016 mrg

add new sources in GCC 5.3.


Revision tags: netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE gcc-4-8-5-pre-gcc-old-import netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 tls-maxphys-base netbsd-7-base tls-earlyentropy-base
# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.3 31-May-2014 mrg

branches: 1.3.4;
make sure that files containing version numbers are rebuilt when
the version actually changes.


# 1.2 05-Mar-2014 tron

branches: 1.2.2; 1.2.4;
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


# 1.1 01-Mar-2014 mrg

merge GCC 4.8 build.


# 1.2.4.2 21-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")


# 1.2.4.1 05-Mar-2014 yamt

file Makefile was added on branch yamt-pagecache on 2014-05-22 16:53:35 +0000


# 1.2.2.1 10-Aug-2014 tls

Rebase.


# 1.3.4.2 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.3.4.1 31-May-2014 tls

file Makefile was added on branch tls-maxphys on 2014-08-19 23:56:57 +0000