/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
H A D | generate_libstdcxx_web_docs | 52 make -C $target/libstdc++-v3 doc-install-html doc-install-xml doc-install-pdf DESTDIR=$DESTDIR 54 mkdir libstdc++ 57 if [ -f libstdc++-$which-single.xml ] # Only needed for GCC 4.7.x 59 mv libstdc++-$which-single.xml libstdc++-$which.xml 61 gzip --best libstdc++-$which.xml 62 gzip --best libstdc++-$which.pdf 63 mv libstdc++-$which{.html,-html} 64 tar czf libstdc++-$which-html.tar.gz libstdc++-$which-html 65 mv libstdc++-$which-html libstdc++/$which 67 mv *.gz libstdc++ $DOCSDIR/
|
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
H A D | generate_libstdcxx_web_docs | 52 make -C $target/libstdc++-v3 doc-install-html doc-install-xml doc-install-pdf DESTDIR=$DESTDIR 54 mkdir libstdc++ 57 if [ -f libstdc++-$which-single.xml ] # Only needed for GCC 4.7.x 59 mv libstdc++-$which-single.xml libstdc++-$which.xml 61 gzip --best libstdc++-$which.xml 62 gzip --best libstdc++-$which.pdf 63 mv libstdc++-$which{.html,-html} 64 tar czf libstdc++-$which-html.tar.gz libstdc++-$which-html 65 mv libstdc++-$which-html libstdc++/$which 67 mv *.gz libstdc++ $DOCSDIR/
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/ |
H A D | Makefile.am | 36 toolexeclib_LTLIBRARIES = libvtv.la libstdc++.la ltlibrary 38 toolexeclib_LTLIBRARIES = libstdc++.la ltlibrary 44 $(LN_S) $(toplevel_srcdir)/libstdc++-v3/libsupc++/vtv_stubs.cc $@ 231 libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \ 250 CLEANFILES = libstdc++-symbols.ver 253 version_arg = -Wl,--version-script=libstdc++-symbols.ver 254 version_dep = libstdc++-symbols.ver 257 version_arg = -Wl,--version-script=libstdc++-symbols.ver 258 version_dep = libstdc++-symbols.ver 261 version_arg = -Wl,-M,libstdc++-symbols.ver-sun [all …]
|
H A D | Makefile.in | 467 @VTV_CYGMIN_FALSE@toolexeclib_LTLIBRARIES = libstdc++.la 470 @VTV_CYGMIN_TRUE@toolexeclib_LTLIBRARIES = libvtv.la libstdc++.la 604 @ENABLE_SYMVERS_TRUE@CLEANFILES = libstdc++-symbols.ver $(version_dep) 605 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,-exported_symbols_list,libstdc++… 607 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc+… 608 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.… 609 @ENABLE_SYMVERS_SUN_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,-M,libstdc++-symbols.ver-sun 610 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.explist 612 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver 613 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/ |
H A D | Makefile.am | 44 toolexeclib_LTLIBRARIES = libvtv.la libstdc++.la ltlibrary 46 toolexeclib_LTLIBRARIES = libstdc++.la ltlibrary 52 $(LN_S) $(toplevel_srcdir)/libstdc++-v3/libsupc++/vtv_stubs.cc $@ 293 libstdc++-symbols.ver: ${glibcxx_srcdir}/$(SYMVER_FILE) \ 312 CLEANFILES = libstdc++-symbols.ver 315 version_arg = -Wl,--version-script=libstdc++-symbols.ver 316 version_dep = libstdc++-symbols.ver 319 version_arg = -Wl,--version-script=libstdc++-symbols.ver 320 version_dep = libstdc++-symbols.ver 323 version_arg = -Wl,-M,libstdc++-symbols.ver-sun [all …]
|
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/ |
H A D | Makefile | 24 GNUVER= ${DIST}/libstdc++-v3/config/abi/pre/gnu.ver 25 SYMBOLS= libstdc++-symbols.ver 38 libstdc++_pic.a:: ${SYMBOLS} 40 libstdc++.a:: ${SYMBOLS} 48 CXXFLAGS.clang+= -stdlib=libstdc++ -std=c++11 -D_GLIBCXX_ABI_TAG_CXX11= 68 CPPFLAGS+= -I${DIST}/libstdc++-v3/include 85 CONF= ${DIST}/libstdc++-v3/config 123 CPPFLAGS.compatibility.cc+= -I${DIST}/libstdc++-v3/config 124 CPPFLAGS.c11-cow-string-inst.cc+= -I${DIST}/libstdc++-v3/src/c++11 125 CPPFLAGS.c17-cow-string-inst.cc+= -I${DIST}/libstdc++-v3/src/c++17 [all …]
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/ |
H A D | Makefile | 24 GNUVER= ${DIST}/libstdc++-v3/config/abi/pre/gnu.ver 25 SYMBOLS= libstdc++-symbols.ver 38 libstdc++_pic.a:: ${SYMBOLS} 40 libstdc++.a:: ${SYMBOLS} 48 CXXFLAGS.clang+= -stdlib=libstdc++ -std=c++11 -D_GLIBCXX_ABI_TAG_CXX11= 68 CPPFLAGS+= -I${DIST}/libstdc++-v3/include 85 CONF= ${DIST}/libstdc++-v3/config 124 CPPFLAGS.compatibility.cc+= -I${DIST}/libstdc++-v3/config 125 CPPFLAGS.c11-cow-string-inst.cc+= -I${DIST}/libstdc++-v3/src/c++11 126 CPPFLAGS.c17-cow-string-inst.cc+= -I${DIST}/libstdc++-v3/src/c++17 [all …]
|
/netbsd-src/tools/gcc/ |
H A D | mknative-gcc | 242 <$_TMPDIR/$_PLATFORM/libstdc++-v3/include/$_PLATFORM/bits/$h 246 <$_TMPDIR/$_PLATFORM/libstdc++-v3/include/gstdint.h 248 <$_TMPDIR/$_PLATFORM/libstdc++-v3/config.h 251 getvars $_PLATFORM/libstdc++-v3/Makefile \ 253 getvars $_PLATFORM/libstdc++-v3/src/Makefile \ 260 getvars $_PLATFORM/libstdc++-v3/libsupc++/Makefile \ 262 getvars $_PLATFORM/libstdc++-v3/libsupc++/Makefile \ 266 getvars $_PLATFORM/libstdc++-v3/include/Makefile \ 270 getvars $_PLATFORM/libstdc++-v3/src/Makefile \ 272 getvars $_PLATFORM/libstdc++-v3/src/c++17/Makefile \ [all …]
|
H A D | mknative-gcc.old | 245 <$_TMPDIR/$_PLATFORM/libstdc++-v3/include/$_PLATFORM/bits/$h 249 <$_TMPDIR/$_PLATFORM/libstdc++-v3/include/gstdint.h 251 <$_TMPDIR/$_PLATFORM/libstdc++-v3/config.h 254 getvars $_PLATFORM/libstdc++-v3/Makefile \ 256 getvars $_PLATFORM/libstdc++-v3/src/Makefile \ 262 getvars $_PLATFORM/libstdc++-v3/libsupc++/Makefile \ 264 getvars $_PLATFORM/libstdc++-v3/libsupc++/Makefile \ 268 getvars $_PLATFORM/libstdc++-v3/include/Makefile \ 272 getvars $_PLATFORM/libstdc++-v3/src/Makefile \ 274 getvars $_PLATFORM/libstdc++-v3/src/c++17/Makefile \ [all …]
|
/netbsd-src/external/gpl3/gcc/lib/libsupc++/ |
H A D | Makefile | 17 .if exists(${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH}/defs.mk) && ${MKGCC} != "no" 28 GLIBCXX_SRCDIR= ${DIST}/libstdc++-v3 38 .PATH: ${DIST}/libstdc++-v3/src \ 39 ${DIST}/libstdc++-v3/libsupc++ \ 41 ${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH} 43 ${OBJS}: ${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH}/defs.mk
|
/netbsd-src/external/gpl3/gcc.old/lib/libsupc++/ |
H A D | Makefile | 17 .if exists(${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH}/defs.mk) && ${MKGCC} != "no" 28 GLIBCXX_SRCDIR= ${DIST}/libstdc++-v3 38 .PATH: ${DIST}/libstdc++-v3/src \ 39 ${DIST}/libstdc++-v3/libsupc++ \ 41 ${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH} 43 ${OBJS}: ${.CURDIR}/../libstdc++-v3/arch/${GCC_MACHINE_ARCH}/defs.mk
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 100 b75e527c5a9b8dcbcfb1ac321fa244eb config/libstdc++-raw-cxx.m4 89704 4b3393a4ac1f5114158bc59fb8ab7f8d libitm/testsuite/libitm.c++/libstdc++-pr91488.C 89705 ff5f9bdfec617e402860345005b63f97 libitm/testsuite/libitm.c++/libstdc++-safeexc.C 91187 024c2d496be978641a3277ece004c46f libstdc++-v3/ChangeLog 91188 7aa6c40440a44fcf5ec94c066160c2f8 libstdc++-v3/ChangeLog-1998 91189 7aff86600b6a1ed3fa87305075a92db0 libstdc++-v3/ChangeLog-1999 91190 a6f28e8fc9bb07696a9e068b439a3a87 libstdc++-v3/ChangeLog-2000 91191 5d829f9c6d8aea60f86195a1ef9dffa8 libstdc++-v3/ChangeLog-2001 91192 243091e9bfb220a9ee7f373cfda456b2 libstdc++-v3/ChangeLog-2002 91193 8db4aba63bf9ab4743e1e2542b7638d3 libstdc++-v3/ChangeLog-2003 [all …]
|
/netbsd-src/external/gpl3/gdb/dist/config/ |
H A D | libstdc++-raw-cxx.m4 | 18 # for libstdc++-v3 header files to compile and link libraries in C++ with 23 -I\$(top_builddir)/../libstdc++-v3/include \ 24 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \ 25 -I\$(top_srcdir)/../libstdc++-v3/libsupc++" 27 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
|
/netbsd-src/external/gpl3/gdb.old/dist/config/ |
H A D | libstdc++-raw-cxx.m4 | 18 # for libstdc++-v3 header files to compile and link libraries in C++ with 23 -I\$(top_builddir)/../libstdc++-v3/include \ 24 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \ 25 -I\$(top_srcdir)/../libstdc++-v3/libsupc++" 27 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | libstdc++-raw-cxx.m4 | 18 # for libstdc++-v3 header files to compile and link libraries in C++ with 23 -I\$(top_builddir)/../libstdc++-v3/include \ 24 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \ 25 -I\$(top_srcdir)/../libstdc++-v3/libsupc++" 27 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | libstdc++-raw-cxx.m4 | 18 # for libstdc++-v3 header files to compile and link libraries in C++ with 23 -I\$(top_builddir)/../libstdc++-v3/include \ 24 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \ 25 -I\$(top_srcdir)/../libstdc++-v3/libsupc++" 27 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | libstdc++-raw-cxx.m4 | 18 # for libstdc++-v3 header files to compile and link libraries in C++ with 23 -I\$(top_builddir)/../libstdc++-v3/include \ 24 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \ 25 -I\$(top_srcdir)/../libstdc++-v3/libsupc++" 27 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | libstdc++-raw-cxx.m4 | 18 # for libstdc++-v3 header files to compile and link libraries in C++ with 23 -I\$(top_builddir)/../libstdc++-v3/include \ 24 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \ 25 -I\$(top_srcdir)/../libstdc++-v3/libsupc++" 27 \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 110 b75e527c5a9b8dcbcfb1ac321fa244eb config/libstdc++-raw-cxx.m4 103499 4b3393a4ac1f5114158bc59fb8ab7f8d libitm/testsuite/libitm.c++/libstdc++-pr91488.C 103500 ff5f9bdfec617e402860345005b63f97 libitm/testsuite/libitm.c++/libstdc++-safeexc.C 105149 b0f94faa585f575db7e4da71ad9544ac libstdc++-v3/ChangeLog 105150 7aa6c40440a44fcf5ec94c066160c2f8 libstdc++-v3/ChangeLog-1998 105151 7aff86600b6a1ed3fa87305075a92db0 libstdc++-v3/ChangeLog-1999 105152 a6f28e8fc9bb07696a9e068b439a3a87 libstdc++-v3/ChangeLog-2000 105153 5d829f9c6d8aea60f86195a1ef9dffa8 libstdc++-v3/ChangeLog-2001 105154 243091e9bfb220a9ee7f373cfda456b2 libstdc++-v3/ChangeLog-2002 105155 8db4aba63bf9ab4743e1e2542b7638d3 libstdc++-v3/ChangeLog-2003 [all …]
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/include/ |
H A D | Makefile | 26 .PATH: ${DIST}/libstdc++-v3 27 .PATH: ${DIST}/libstdc++-v3/libsupc++ 28 .PATH: ${DIST}/libstdc++-v3/include/c_global 29 .PATH: ${DIST}/libstdc++-v3/include/std
|
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/include/ |
H A D | Makefile | 26 .PATH: ${DIST}/libstdc++-v3 27 .PATH: ${DIST}/libstdc++-v3/libsupc++ 28 .PATH: ${DIST}/libstdc++-v3/include/c_global 29 .PATH: ${DIST}/libstdc++-v3/include/std
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog | 67 PR libstdc++/100285 78 PR libstdc++/110542 96 PR libstdc++/114359 106 PR libstdc++/114367 115 PR libstdc++/104606 125 PR libstdc++/114401 152 PR libstdc++/115269 162 PR libstdc++/114803 193 PR libstdc++/114750 222 PR libstdc++/109822 [all …]
|
H A D | ChangeLog-2017 | 3 PR libstdc++/83600 10 PR libstdc++/83598 15 PR libstdc++/83538 24 PR libstdc++/83237 34 PR libstdc++/83450 40 PR libstdc++/82522 63 PR libstdc++/80761 76 PR libstdc++/68430 87 PR libstdc++/83279 91 PR libstdc++/68519 [all …]
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/ |
H A D | Makefile | 76 CXXDIST= ${DIST}/libstdc++-v3 92 ${DIST}/libstdc++-v3/include \ 93 ${DIST}/libstdc++-v3/config \ 94 ${DIST}/libstdc++-v3/ \ 95 ${DIST}/libstdc++-v3/libsupc++
|
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/ |
H A D | Makefile | 76 CXXDIST= ${DIST}/libstdc++-v3 92 ${DIST}/libstdc++-v3/include \ 93 ${DIST}/libstdc++-v3/config \ 94 ${DIST}/libstdc++-v3/ \ 95 ${DIST}/libstdc++-v3/libsupc++
|