pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/h8300-elf-gcc Bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc6c0ad4f65a
branches:  trunk
changeset: 354244:dc6c0ad4f65a
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Oct 24 22:34:19 2016 +0000

description:
Bump PKGREVISION

* Enable multilib for h8300h etc.
* Disable C++ support. It causes internal compiler error for h8300h

diffstat:

 cross/h8300-elf-gcc/Makefile |   13 +-
 cross/h8300-elf-gcc/PLIST    |  890 +++++++-----------------------------------
 2 files changed, 156 insertions(+), 747 deletions(-)

diffs (truncated from 987 to 300 lines):

diff -r fcef8b375cf3 -r dc6c0ad4f65a cross/h8300-elf-gcc/Makefile
--- a/cross/h8300-elf-gcc/Makefile      Mon Oct 24 19:25:47 2016 +0000
+++ b/cross/h8300-elf-gcc/Makefile      Mon Oct 24 22:34:19 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2016/10/19 12:38:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2016/10/24 22:34:19 ryoon Exp $
 
 DISTNAME=              gcc-6.2.0
 PKGNAME=               cross-h8300-elf-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            cross
 MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=          .tar.bz2
@@ -16,6 +17,13 @@
 
 DEPENDS+=      cross-h8300-elf-binutils-[0-9]*:../../cross/h8300-elf-binutils
 
+.include "../../mk/bsd.prefs.mk"
+# To avoid an internal compiler error of a library for h8300h
+#  on NetBSD/amd64 7.99.39 (GCC 5.4)
+.if ${OPSYS} == "NetBSD"
+GCC_REQD+=             6.2
+.endif
+
 USE_LANGUAGES=         c c++
 
 H8300_PREFIX=          ${PREFIX}/cross-h8300-elf
@@ -30,8 +38,7 @@
 
 CONFIGURE_ARGS+=       --disable-nls
 CONFIGURE_ARGS+=       --target=h8300-elf
-CONFIGURE_ARGS+=       --enable-languages=c,c++
-CONFIGURE_ARGS+=       --disable-multilib
+CONFIGURE_ARGS+=       --enable-languages=c
 CONFIGURE_ARGS+=       --with-newlib
 CONFIGURE_ARGS+=       --disable-libstdcxx-pch
 CONFIGURE_ARGS+=        --with-gmp=${BUILDLINK_PREFIX.gmp}
diff -r fcef8b375cf3 -r dc6c0ad4f65a cross/h8300-elf-gcc/PLIST
--- a/cross/h8300-elf-gcc/PLIST Mon Oct 24 19:25:47 2016 +0000
+++ b/cross/h8300-elf-gcc/PLIST Mon Oct 24 22:34:19 2016 +0000
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/19 12:38:41 ryoon Exp $
-cross-h8300-elf/bin/h8300-elf-c++
+@comment $NetBSD: PLIST,v 1.2 2016/10/24 22:34:19 ryoon Exp $
 cross-h8300-elf/bin/h8300-elf-cpp
-cross-h8300-elf/bin/h8300-elf-g++
 cross-h8300-elf/bin/h8300-elf-gcc
 cross-h8300-elf/bin/h8300-elf-gcc-${PKGVERSION}
 cross-h8300-elf/bin/h8300-elf-gcc-ar
@@ -16,734 +14,6 @@
 cross-h8300-elf/h8300-elf/include/ar.h
 cross-h8300-elf/h8300-elf/include/argz.h
 cross-h8300-elf/h8300-elf/include/assert.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/algorithm
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/array
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/atomic
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/backward/auto_ptr.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/backward/backward_warning.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/backward/binders.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/backward/hash_fun.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/backward/hash_map
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/backward/hash_set
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/backward/hashtable.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/backward/strstream
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/algorithmfwd.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/alloc_traits.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/allocated_ptr.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/allocator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/atomic_base.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/atomic_futex.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/atomic_lockfree_defines.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/basic_ios.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/basic_ios.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/basic_string.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/basic_string.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/boost_concept_check.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/c++0x_warning.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/c++14_warning.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/char_traits.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/codecvt.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/concept_check.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/cpp_type_traits.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/cxxabi_forced.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/deque.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/enable_special_members.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/exception_defines.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/exception_ptr.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/forward_list.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/forward_list.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/fstream.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/functexcept.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/functional_hash.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/gslice.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/gslice_array.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/hash_bytes.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/hashtable.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/hashtable_policy.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/indirect_array.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/ios_base.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/istream.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/list.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/locale_classes.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/locale_classes.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/locale_conv.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/locale_facets.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/locale_facets.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/localefwd.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/mask_array.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/memoryfwd.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/move.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/nested_exception.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/ostream.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/ostream_insert.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/parse_numbers.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/postypes.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/predefined_ops.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/ptr_traits.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/quoted_string.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/random.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/random.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/range_access.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_automaton.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_automaton.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_compiler.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_compiler.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_constants.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_error.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_executor.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_executor.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_scanner.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/regex_scanner.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/shared_ptr.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/shared_ptr_atomic.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/shared_ptr_base.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/slice_array.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/specfun.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/sstream.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/std_mutex.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_algo.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_algobase.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_bvector.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_construct.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_deque.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_function.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_heap.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_iterator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_funcs.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_types.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_list.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_map.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_multimap.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_multiset.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_numeric.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_pair.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_queue.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_raw_storage_iter.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_relops.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_set.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_stack.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_tempbuf.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_tree.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_uninitialized.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stl_vector.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stream_iterator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/streambuf.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/streambuf_iterator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/stringfwd.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/uniform_int_dist.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/unique_ptr.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/unordered_map.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/unordered_set.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/uses_allocator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/valarray_after.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/valarray_array.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/valarray_array.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/valarray_before.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bits/vector.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/bitset
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cassert
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ccomplex
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cctype
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cerrno
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cfenv
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cfloat
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/chrono
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cinttypes
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ciso646
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/climits
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/clocale
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cmath
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/codecvt
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/complex
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/complex.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/condition_variable
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/csetjmp
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/csignal
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cstdalign
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cstdarg
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cstdbool
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cstddef
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cstdint
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cstdio
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cstdlib
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cstring
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ctgmath
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ctime
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cuchar
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cwchar
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cwctype
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/cxxabi.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/array
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/assertions.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/bitset
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/debug.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/deque
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/formatter.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/forward_list
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/functions.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/helper_functions.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/list
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/macros.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/map
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/map.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/multimap.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/multiset.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_base.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_container.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_iterator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_iterator.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_sequence.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_sequence.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_unordered_base.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/set
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/set.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/stl_iterator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/string
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/unordered_map
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/unordered_set
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/debug/vector
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/decimal/decimal
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/decimal/decimal.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/deque
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/exception
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/algorithm
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/any
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/array
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/bits/erase_if.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/bits/shared_ptr.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/bits/string_view.tcc
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/chrono
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/deque
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/forward_list
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/functional
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/iterator
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/list
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/map
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/memory
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/memory_resource
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/numeric
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/optional
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/propagate_const
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/random
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/ratio
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/regex
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/set
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/string
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/string_view
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/system_error
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/tuple
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/type_traits
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/unordered_map
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/unordered_set
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/utility
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/experimental/vector
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/algorithm
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/aligned_buffer.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/alloc_traits.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/array_allocator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/atomicity.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/bitmap_allocator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/cast.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/cmath
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/codecvt_specializations.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/concurrence.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/debug_allocator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/enc_filebuf.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/extptr_allocator.h
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/functional
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/hash_map
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/hash_set
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/iterator
-cross-h8300-elf/h8300-elf/include/c++/${PKGVERSION}/ext/malloc_allocator.h



Home | Main Index | Thread Index | Old Index