The NetBSD Project

CVS log for src/external/gpl3/gcc/lib/libsupc++/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / src / external / gpl3 / gcc / lib / libsupc++

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 21 09:06:56 2024 UTC (10 months, 3 weeks ago) by mrg
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -4 lines
build the C++20 sstream-inst.cc.

fixes link errors in libreoffice reported by rjs on current-users.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jul 22 07:09:25 2022 UTC (2 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +21 -5 lines
fix missing components of c++17.

codecvt.cc was already present and handled for c++98 and c++11,
but cow-string-inst.cc, ostream-inst.cc, and string-inst.cc
were not handled for c++11 and c++17.

move all the handling of this into the Makefiles out of the
mknative-gcc output, and handle the new c++17 files.

fixes a problem reported by dholland.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Sep 21 20:00:44 2020 UTC (4 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
fix missing deps for cow-fs_dir* and cow-fs_ops*.

should fix build issues reported on current-users.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Sep 16 21:24:30 2020 UTC (4 years, 4 months ago) by mrg
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -2 lines
fix dependencies for bits/largefile-config.h.  the .cc files don't
depend on it, the outputs of those do.  should fix build issue
reported by otis@.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 9 09:52:16 2020 UTC (4 years, 4 months ago) by mrg
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
fix path for largefile-config.h

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 9 09:49:16 2020 UTC (4 years, 4 months ago) by mrg
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +14 -2 lines
add build rules for G_CPP17_SOURCES sources, and fix their build.

Revision 1.9.16.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:59:23 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.9.16.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.16.1: +2 -4 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Oct 4 08:51:33 2019 UTC (5 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -3 lines
- update README.gcc8 to include current status
- netbsd/arm64 uses 64 byte malloc alignment
- make lsan compile on sparc*, mips*, ppc and arm64 again
- add missing sparc, alpha and i386 abi compat for struct __sanitizer_addrinfo
- avoid linux includes on arm64
- avoid multiply defined __ubsan_handle_cfi_bad_type when UBSAN_CAN_USE_CXXABI
  isn't defined, and, undefine it
- bad_array_length.cc and bad_array_new.cc lose special build rules
- regen arm64 mknative

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Oct 2 06:51:59 2019 UTC (5 years, 3 months ago) by mrg
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
make most of this compile:
- sanitizer_procmaps_netbsd.cc is obsolete.
- fix merge botches where upstrem has as slightly different version
  is upstream than prior local
- libstdc++ default is now gnu++17
- ubsan needs UBSAN_CAN_USE_CXXABI set
- properly use $G_RTL_BASE_H not (empty) $RTL_BASE_H
- libbackend HH gains new generated insn-modes-inline.h, and read-md.c
  gains the HH dep.

Revision 1.9.16.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:55:38 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +49 -10 lines
Sync with HEAD

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 28 01:11:04 2019 UTC (5 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -3 lines
rework some commented code so it is easier to enable.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 1 10:37:13 2019 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +39 -30 lines
- new shlib minor
- move -std=* handling, besides the list in CXX11_ALWAYS, to
  libsupc++/Makefile.common
- include the arch defs.mk to obtain ${G_*_SOURCES} and use them
  for -std= setting

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 31 06:50:51 2019 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +31 -12 lines
- add new filesystem/ sources.
- sync paths.
- remove -Wno-error, doesn't seem to be needed anymore

Revision 1.9.14.1: download - view: text, markup, annotated - select for diffs
Sat Jan 26 21:59:55 2019 UTC (5 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +11 -1 lines
Sync with HEAD

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 22 23:55:54 2019 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
CVS tags: pgoyette-compat-20190127
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -1 lines
- 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.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 15 06:13:47 2016 UTC (8 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, 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, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -3 lines
update to build GCC 5.3's libstdc++.  include the dual ABI code.

Revision 1.3.8.1: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:56:56 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +17 -6 lines
Rebase to HEAD as of a few days ago.

Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 07:10:56 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +6 -2 lines
Rebase.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jun 1 19:51:02 2014 UTC (10 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, gcc-4-8-5-pre-gcc-old-import
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
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.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 28 17:09:18 2014 UTC (10 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -1 lines
move the -std=gnu++0x code from Makefile to Makefile.common.
fixes the remaining 2/3 link issues.

Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Thu May 22 16:53:35 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +13 -6 lines
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")

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 1 10:00:48 2014 UTC (10 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base9, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -7 lines
merge GCC 4.8 build.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 27 07:35:04 2014 UTC (10 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: imported-to-gcc-old-20140227-0107
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
fix another dated DIST.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 23 05:02:46 2013 UTC (11 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -2 lines
More evbarmv5 fixes.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 28 04:03:16 2011 UTC (13 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
libstdc++-v3/libmath subdir is gone.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 23 11:47:13 2011 UTC (13 years, 6 months ago) by mrg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
fix a bunch of paths to look in the right places for gcc 4.5.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 21 06:02:28 2011 UTC (13 years, 7 months ago) by mrg
Branches: MAIN
*sigh* move these files into the directories i meant for them to exist in.
start actually porting to gcc 4.5 in the process.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>