Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/mipsel-none-elf-gcc mipsel-none-elf-gcc: Import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9f8439e8f92
branches:  trunk
changeset: 434669:a9f8439e8f92
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Sat Jun 20 14:33:35 2020 +0000

description:
mipsel-none-elf-gcc: Import version 8.3.0

Copied mainly from cross/powerpc-none-elf-gcc.

diffstat:

 cross/mipsel-none-elf-gcc/DESCR                                         |     1 +
 cross/mipsel-none-elf-gcc/Makefile                                      |    61 +
 cross/mipsel-none-elf-gcc/PLIST                                         |  1618 ++++++++++
 cross/mipsel-none-elf-gcc/distinfo                                      |    15 +
 cross/mipsel-none-elf-gcc/patches/patch-contrib_download__prerequisites |    15 +
 cross/mipsel-none-elf-gcc/patches/patch-gcc_system.h                    |    14 +
 cross/mipsel-none-elf-gcc/patches/patch-libcc1_configure                |    16 +
 cross/mipsel-none-elf-gcc/patches/patch-libcc1_connection.cc            |    12 +
 cross/mipsel-none-elf-gcc/patches/patch-libiberty_Makefile.in           |    37 +
 9 files changed, 1789 insertions(+), 0 deletions(-)

diffs (truncated from 1825 to 300 lines):

diff -r 792edf74c0da -r a9f8439e8f92 cross/mipsel-none-elf-gcc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mipsel-none-elf-gcc/DESCR   Sat Jun 20 14:33:35 2020 +0000
@@ -0,0 +1,1 @@
+GCC for bare metal MIPS 32-bit little-endian ELF environment with newlib.
diff -r 792edf74c0da -r a9f8439e8f92 cross/mipsel-none-elf-gcc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mipsel-none-elf-gcc/Makefile        Sat Jun 20 14:33:35 2020 +0000
@@ -0,0 +1,61 @@
+# $NetBSD: Makefile,v 1.1 2020/06/20 14:33:35 thorpej Exp $
+
+DISTNAME=              gcc-8.3.0
+PKGNAME=               cross-mipsel-none-elf-${DISTNAME}
+CATEGORIES=            cross
+NEWLIBVER=             3.1.0
+MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}
+EXTRACT_SUFX=          .tar.xz
+DISTFILES=             ${DEFAULT_DISTFILES} \
+                       newlib-${NEWLIBVER}.tar.gz
+SITES.newlib-${NEWLIBVER}.tar.gz=      https://www.sourceware.org/pub/newlib/
+
+MAINTAINER=            port-mips%NetBSD.org@localhost
+HOMEPAGE=              # none
+COMMENT=               GCC for bare metal MIPS 32-bit little-endian ELF
+
+EXTRACT_USING=         bsdtar
+
+# for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
+# use makeinfo from pkgsrc/devel/gtexinfo.
+TOOL_DEPENDS+=                 gtexinfo>=5.1:../../devel/gtexinfo
+_TOOLS_USE_PKGSRC.makeinfo=    yes
+
+DEPENDS+=              cross-mipsel-none-elf-binutils-[0-9]*:../../cross/mipsel-none-elf-binutils
+
+USE_LANGUAGES+=                c c++
+
+MIPSELELF_PREFIX=      ${PREFIX}/cross-mipsel-none-elf
+OBJDIR=                        ../build
+CONFIGURE_DIRS=                ${OBJDIR}
+CONFIGURE_SCRIPT=      ${WRKSRC}/configure
+
+CONFIG_SHELL=          ${TOOLS_PATH.bash}
+WRAPPER_SHELL=         ${TOOLS_PATH.bash}
+USE_TOOLS+=            bash gmake gsed makeinfo perl
+
+GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
+
+GNU_CONFIGURE_PREFIX=  ${MIPSELELF_PREFIX}
+
+CONFIGURE_ARGS+=       --target=mipsel-none-elf
+CONFIGURE_ARGS+=       --enable-languages=c,c++
+CONFIGURE_ARGS+=       --with-newlib
+CONFIGURE_ARGS+=       --disable-nls
+CONFIGURE_ARGS+=       --disable-libstdcxx-pch
+
+INFO_FILES=            yes
+
+post-extract:
+       ${LN} -s ${WRKDIR}/newlib-${NEWLIBVER}/newlib ${WRKSRC}/newlib
+       ${LN} -s ${WRKDIR}/newlib-${NEWLIBVER}/libgloss ${WRKSRC}/libgloss
+
+pre-configure:
+       ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../math/mpfr/buildlink3.mk"
+.include "../../math/mpcomplex/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 792edf74c0da -r a9f8439e8f92 cross/mipsel-none-elf-gcc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mipsel-none-elf-gcc/PLIST   Sat Jun 20 14:33:35 2020 +0000
@@ -0,0 +1,1618 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/20 14:33:35 thorpej Exp $
+cross-mipsel-none-elf/bin/mipsel-none-elf-c++
+cross-mipsel-none-elf/bin/mipsel-none-elf-cpp
+cross-mipsel-none-elf/bin/mipsel-none-elf-g++
+cross-mipsel-none-elf/bin/mipsel-none-elf-gcc
+cross-mipsel-none-elf/bin/mipsel-none-elf-gcc-${PKGVERSION}
+cross-mipsel-none-elf/bin/mipsel-none-elf-gcc-ar
+cross-mipsel-none-elf/bin/mipsel-none-elf-gcc-nm
+cross-mipsel-none-elf/bin/mipsel-none-elf-gcc-ranlib
+cross-mipsel-none-elf/bin/mipsel-none-elf-gcov
+cross-mipsel-none-elf/bin/mipsel-none-elf-gcov-dump
+cross-mipsel-none-elf/bin/mipsel-none-elf-gcov-tool
+cross-mipsel-none-elf/info/cpp.info
+cross-mipsel-none-elf/info/cppinternals.info
+cross-mipsel-none-elf/info/gcc.info
+cross-mipsel-none-elf/info/gccinstall.info
+cross-mipsel-none-elf/info/gccint.info
+cross-mipsel-none-elf/info/libquadmath.info
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/crtbegin.o
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/crtend.o
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/crti.o
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/crtn.o
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include-fixed/README
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include-fixed/limits.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include-fixed/syslimits.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/float.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/gcov.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/iso646.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/loongson.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/msa.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/ssp/ssp.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/ssp/stdio.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/ssp/string.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/ssp/unistd.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stdalign.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stdarg.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stdatomic.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stdbool.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stddef.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stdfix.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stdint-gcc.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stdint.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/stdnoreturn.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/tgmath.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/unwind.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/include/varargs.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/install-tools/fixinc_list
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/install-tools/gsyslimits.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/install-tools/include/README
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/install-tools/include/limits.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/install-tools/macro_list
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/install-tools/mkheaders.conf
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/eb/crtbegin.o
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/eb/crtend.o
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/eb/crti.o
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/eb/crtn.o
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/eb/libgcc.a
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/eb/libgcov.a
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/libgcc.a
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/libgcov.a
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/gtype.state
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/ada/gcc-interface/ada-tree.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/addresses.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/alias.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/all-tree.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/alloc-pool.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/ansidecl.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/asan.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/attribs.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/auto-host.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/auto-profile.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/b-header-vars
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/backend.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/basic-block.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/bb-reorder.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/bitmap.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/brig-builtins.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/builtin-attrs.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/builtin-types.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/builtins.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/builtins.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/bversion.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/c-family/c-common.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/c-family/c-common.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/c-family/c-objc.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/c-family/c-pragma.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/c-family/c-pretty-print.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/c-tree.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/calls.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/ccmp.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfg-flags.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfg.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfganal.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfgbuild.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfgcleanup.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfgexpand.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfghooks.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfgloop.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfgloopmanip.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cfgrtl.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cgraph.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/chkp-builtins.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cif-code.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/collect-utils.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/collect2-aix.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/collect2.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/color-macros.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/conditions.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config/elfos.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config/initfini-array.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config/mips/elf.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config/mips/mips-opts.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config/mips/mips-protos.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config/mips/mips.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config/newlib-stdint.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/config/vxworks-dummy.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/configargs.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/context.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/convert.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/coretypes.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/coverage.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cp/cp-tree.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cp/cp-tree.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cp/cxx-pretty-print.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cp/name-lookup.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cp/operators.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cp/type-utils.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cppbuiltin.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cppdefault.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cpplib.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/cselib.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/data-streamer.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dbgcnt.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dbgcnt.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dbxout.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dce.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/ddg.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/debug.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/defaults.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/df.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dfp.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/diagnostic-color.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/diagnostic-core.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/diagnostic.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/diagnostic.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dojump.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dominance.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/domwalk.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/double-int.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dumpfile.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dwarf2asm.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/dwarf2out.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/edit-context.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/emit-rtl.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/errors.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/et-forest.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/except.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/explow.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/expmed.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/expr.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/fibonacci_heap.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/file-find.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/file-prefix-map.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/filenames.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/fixed-value.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/flag-types.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/flags.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/fold-const-call.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/fold-const.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/function.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gcc-plugin.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gcc-rich-location.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gcc-symtab.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gcc.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gcov-counter.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gcov-io.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gcse-common.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gcse.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/generic-match.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gengtype.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/genrtl.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gensupport.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/ggc-internal.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/ggc.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-builder.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-expr.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-fold.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-iterator.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-low.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-match.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-predict.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-pretty-print.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-ssa-evrp-analyze.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-ssa-warn-restrict.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-ssa.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-streamer.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple-walk.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimple.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimplify-me.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gimplify.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/glimits.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/graph.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/graphds.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/graphite.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gsstruct.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gstab.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gsyms.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gsyslimits.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gtm-builtins.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/gtype-desc.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hard-reg-set.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hash-map-traits.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hash-map.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hash-set.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hash-table.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hash-traits.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hashtab.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/highlev-plugin-common.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hooks.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hosthooks-def.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hosthooks.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hsa-brig-format.h
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hsa-builtins.def
+cross-mipsel-none-elf/lib/gcc/mipsel-none-elf/${PKGVERSION}/plugin/include/hsa-common.h



Home | Main Index | Thread Index | Old Index