#
45fa5e92 |
| 01-Aug-2023 |
mrg <mrg@NetBSD.org> |
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
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.)
show more ...
|
#
b4369c1e |
| 12-Apr-2021 |
mrg <mrg@NetBSD.org> |
various changes to get GCC 10 to build here.
- fix path to compiler-specific includes - missing (void) for (older) C - fix __is_signed/__is_signed_val change - avoid compiler warning-as-errors - add
various changes to get GCC 10 to build here.
- fix path to compiler-specific includes - missing (void) for (older) C - fix __is_signed/__is_signed_val change - avoid compiler warning-as-errors - add to existing COPTS.file values, instead of setting - bump libgomp minor; functions were added - add new 'compare' c++ header - handle new analyzer subdirectory. set TARGET_MACHINE for lto-streamer-in.c. remove params.list etc handling. - coroutines.cc is another .cc not .c. adjust .PATH to suit. - add new lto1 sources - couple of files not in /arch/ subdirs missed in mknative update.
rs6000.c is still not merged.
show more ...
|
#
bdfc26ed |
| 15-May-2020 |
joerg <joerg@NetBSD.org> |
Don't allow building with clang, uses GCC-specific attributes.
|
#
07cbfd60 |
| 09-Feb-2019 |
mrg <mrg@NetBSD.org> |
put config/posix first in the path so that the right lock.c is used.
|
#
6fd6bf60 |
| 04-Feb-2019 |
mrg <mrg@NetBSD.org> |
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.
|
#
07814c26 |
| 03-Feb-2019 |
mrg <mrg@NetBSD.org> |
- fix the sources list. - since a few functions disappear, call this libgomp.so.2 now.
|
#
571b11f4 |
| 22-Jan-2019 |
mrg <mrg@NetBSD.org> |
- fix Makefile.gthr CONFIG_LINKS handling. demand only that gthr-default.h source be found. fix installing the symlink. - -Wno-error=incompatible-pointer-types needed for libgomp/lock.c - build n
- fix Makefile.gthr CONFIG_LINKS handling. demand only that gthr-default.h source be found. fix installing the symlink. - -Wno-error=incompatible-pointer-types needed for libgomp/lock.c - build new libsupc++ files with -std=gnu++1z - install new libstdc++ bits files. (XXX use bits_sup_headers from libstdc++/include/Makefile.am with mknative-gccm) - start to get libstdc++ to build: various flag updates.
show more ...
|
#
2dd16a5c |
| 12-Aug-2018 |
mrg <mrg@NetBSD.org> |
consolidate path for gcc-version specific into GCC_INCSDIR, and have it derived from the HAVE_GCC value so it does not need to be modified for newer GCCs.
|
#
af3c0cd5 |
| 03-Feb-2018 |
mrg <mrg@NetBSD.org> |
updates for GCC 6.4: add gcc-6 specific headers, combine some all-gcc files, bump the shlib versions on new libs.
|
#
c57c37fb |
| 03-Feb-2018 |
mrg <mrg@NetBSD.org> |
updates for GCC 6.4.0:
- we install version specific headers into gcc-6. - add missing include path for i386/cpuinfo.c. - fix compile time warnings in libobjc/encoding.c - adjust c++98/compatibility
updates for GCC 6.4.0:
- we install version specific headers into gcc-6. - add missing include path for i386/cpuinfo.c. - fix compile time warnings in libobjc/encoding.c - adjust c++98/compatibility.cc to use a visible header - Makefile.hacks gains a hack for x86 and insn-constants.h. (should try to figure out how to build this earlier.) - libgomp missing priority_queue.c (switch to mknative pulling it out?). - build a libstdc++ version file and use it. - fix the handling of -std= to default the same as normal builds.
show more ...
|
#
bc903b6f |
| 02-Feb-2018 |
mrg <mrg@NetBSD.org> |
install into gcc-6 subdir.
|
#
d5fc259b |
| 20-Apr-2016 |
christos <christos@NetBSD.org> |
WARNS=1
|
#
3899c60a |
| 15-Mar-2016 |
mrg <mrg@NetBSD.org> |
update for GCC 5.3
|
#
3d2fbcae |
| 12-Mar-2016 |
mrg <mrg@NetBSD.org> |
add /usr/include/gcc-5 directory to the distribution and adjust the GCC 5 parts of the build (not yet enabled) to install/look there.
|
#
d734beeb |
| 04-Jun-2014 |
tron <tron@NetBSD.org> |
Fix build with stack smash protection enabled.
|
#
5beaf704 |
| 01-Jun-2014 |
mrg <mrg@NetBSD.org> |
port over 3 changes made here in the GCC 4.5 tree that we'll need when GCC 4.8 becomes "gcc.old" eventually.
this tree still needs to be tested for more, but this should be the bulk of the work.
--
port over 3 changes made here in the GCC 4.5 tree that we'll need when GCC 4.8 becomes "gcc.old" eventually.
this tree still needs to be tested for more, but this should be the bulk of the work.
---- Log Message: 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.
---- Log Message: oops, avoid re-setting DIST to something that might be wrong now.
---- Log Message: fix another dated DIST.
show more ...
|
#
49d8c9ec |
| 01-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge GCC 4.8 build.
|
#
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 ...
|
#
cc666660 |
| 23-Aug-2013 |
matt <matt@NetBSD.org> |
More evbarmv5 fixes.
|
#
7ecefb12 |
| 22-Aug-2013 |
matt <matt@NetBSD.org> |
Add MACHINE_ARCH's evbearmv5-e[bl] to work Don't build _muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 on earm and coldfire
|
#
6e76caab |
| 23-Feb-2012 |
nonaka <nonaka@NetBSD.org> |
fix build failure on mips64.
|
#
48d38253 |
| 28-Jan-2012 |
joerg <joerg@NetBSD.org> |
Disable -Wconversion for clang.
|
#
b8b5c883 |
| 23-Sep-2011 |
tron <tron@NetBSD.org> |
Fix build with stack smash protection enabled.
|
#
8b0b8ab1 |
| 23-Sep-2011 |
mrg <mrg@NetBSD.org> |
build and install libgomp, as needed by "cc -fopenmp", and its suplimentary files like libgomp.spec and omp.h.
|
#
de7f28c1 |
| 22-Sep-2011 |
mrg <mrg@NetBSD.org> |
only install libgomp.spec for the native build. look in the archdir for libgomp.spec.
XXX: FILES/FILESDIR isn't working here for me yet. no idea why.
|