#
e78a8a2b |
| 04-Sep-2018 |
mrg <mrg@NetBSD.org> |
in configargs.h, as well as normalising to /usr/src, normalise the --build to the same as the --host, so that it never changes based upon the host you ran mknative on. (some recent changes are only
in configargs.h, as well as normalising to /usr/src, normalise the --build to the same as the --host, so that it never changes based upon the host you ran mknative on. (some recent changes are only because i updated a system from netbsd-7 to netbsd-8. this will avoid that in the future.)
show more ...
|
#
af3901de |
| 06-Feb-2018 |
mrg <mrg@NetBSD.org> |
also fetch GCOV_DUMP_OBJS.
|
#
adfccf1e |
| 03-Feb-2018 |
mrg <mrg@NetBSD.org> |
pullout port_specific_symbol_files from libstdc++.
|
#
8018b9b3 |
| 04-Oct-2017 |
christos <christos@NetBSD.org> |
use the variable for the source dir instead of duplicating it.
|
#
9d29ca08 |
| 05-Oct-2016 |
christos <christos@NetBSD.org> |
revert our changes; softfloat removal is now done in libgcc/config.host
|
#
ca4d0436 |
| 05-Oct-2016 |
christos <christos@NetBSD.org> |
We provide our own soft-float implementation in libc, so elide the libgcc sources for it.
|
#
1e7ce98d |
| 17-Mar-2016 |
mrg <mrg@NetBSD.org> |
set NETBSD_GCC_VERSION for GCC 5.3 separately. don't collect crtstuff anymore.
|
#
6550c745 |
| 16-Mar-2016 |
mrg <mrg@NetBSD.org> |
grab insn-modes.h, and do the libgcc bootstrap from gcc as well.
|
#
df62ea31 |
| 15-Mar-2016 |
mrg <mrg@NetBSD.org> |
- pull i386-builtin-types.inc automatically on x86 - reenable cxx rt support - don't grab insn-modes.h, we build it - rename the c98 and c11 subdir codecvt.cc files while extracting them with mknat
- pull i386-builtin-types.inc automatically on x86 - reenable cxx rt support - don't grab insn-modes.h, we build it - rename the c98 and c11 subdir codecvt.cc files while extracting them with mknative - grab GGC_H as well, and use it in dependency lists
show more ...
|
#
e0088773 |
| 15-Mar-2016 |
mrg <mrg@NetBSD.org> |
update for GCC 5.3 libgcov and libstdc++
|
#
334c303b |
| 15-Mar-2016 |
mrg <mrg@NetBSD.org> |
very first baby steps towards GCC 5.3 mknative.
|
#
bb92a8ab |
| 24-Jan-2016 |
mrg <mrg@NetBSD.org> |
add a comment saying this is for GCC 4.8
|
#
ffaa4bd4 |
| 31-Jan-2015 |
mrg <mrg@NetBSD.org> |
kill the -fPIC that m68000 ends up with, fixing it in the specs is not trivial..
|
#
5c6c8063 |
| 30-Jan-2015 |
mrg <mrg@NetBSD.org> |
canonicalise the src dir to /usr/src, so it doesn't matter where we run mknative.
|
#
bca75366 |
| 29-May-2014 |
skrll <skrll@NetBSD.org> |
Don't grab libstdc++-v3/config.h it's not used.
|
#
4e43797c |
| 02-Mar-2014 |
mrg <mrg@NetBSD.org> |
don't collect gthr-default.h anymore.
|
#
4501ec68 |
| 02-Mar-2014 |
mrg <mrg@NetBSD.org> |
don't collect c++allocator.h. we copy it via G_ALLOCATOR_H we've already pulled out, and the extra copy can confuse make when it has an older timestamp than the copy in dist/libstdc++-v3/.
|
#
afa90f2b |
| 26-Feb-2014 |
mrg <mrg@NetBSD.org> |
prepare for moving GCC 4.5 into gcc.old:
- convert to using ${EXTERNAL_GCC_SUBDIR} - define base-external-gpl3-gcc* subdir as GCC_SUBDIR - use <bsd.init.mk> over <bsd.own.mk> for a bunch of places;
prepare for moving GCC 4.5 into gcc.old:
- convert to using ${EXTERNAL_GCC_SUBDIR} - define base-external-gpl3-gcc* subdir as GCC_SUBDIR - use <bsd.init.mk> over <bsd.own.mk> for a bunch of places; mostly because it arranges for ../Makefile.inc to be included earlier, and don't bother including the latter if the former is already included. - move all .PATH: settings after <bsd.{own,lib}.mk> so that all valid variables are set before it is evaluated - rename mknative-gcc* to match their subdir name.
XXX the relationship between the Makefile.inc/Makefile.gcc_path files is kind of sketchy, it would be great if this was fixed.
show more ...
|
#
9897c7a6 |
| 16-Feb-2014 |
skrll <skrll@NetBSD.org> |
The mpfr sources moved down into a src directory - deal with this in mknative.
|
#
75219f3a |
| 28-Nov-2013 |
mrg <mrg@NetBSD.org> |
update to MPC 1.0.1.
|
#
02cb02f7 |
| 20-Oct-2013 |
skrll <skrll@NetBSD.org> |
Deleted 1 line too many in previous commit.
|
#
cc4d9232 |
| 20-Oct-2013 |
skrll <skrll@NetBSD.org> |
g/c gcc3 goop
|
#
9b70ac59 |
| 28-Jun-2013 |
mrg <mrg@NetBSD.org> |
pass both NEWCONFIGDIR and NETBSDSRCDIR to mknative-gcc.
|
#
e960d69d |
| 05-May-2013 |
skrll <skrll@NetBSD.org> |
Create a sanitise_includes function and use it everywhere it's needed.
|
#
e75ab118 |
| 25-Apr-2013 |
skrll <skrll@NetBSD.org> |
Avoid populating mknative output with gmp,mpfr, and mpc source directories
|