mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
add arm-eabi-gcc92
This commit is contained in:
93
devel/arm-eabi-gcc92/Makefile
Normal file
93
devel/arm-eabi-gcc92/Makefile
Normal file
@@ -0,0 +1,93 @@
|
||||
#
|
||||
# $Id: Makefile 1285 2007-10-25 11:42:14Z root $
|
||||
#
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 6.4.0
|
||||
DIST_SUBDIR= gnu
|
||||
#MASTER_SITES+= http://ftp.gnu.org/gnu/gcc/gcc-${PORTVERSION}/
|
||||
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
|
||||
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= ${TARGET}-
|
||||
|
||||
|
||||
MAINTAINER= homeunix7@gmail.com
|
||||
COMMENT= GNU Compiler Collection for bare metal arm cross-development
|
||||
|
||||
LIB_DEPENDS+= libgmp.so:math/libgmp
|
||||
LIB_DEPENDS+= libmpc.so:math/libmpc
|
||||
LIB_DEPENDS+= libmpfr.so:math/libmpfr
|
||||
RUN_DEPENDS+= ${TARGET}-as:devel/${TARGET}-binutils
|
||||
BUILD_DEPENDS+= ${TARGET}-as:devel/${TARGET}-binutils
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES+= gmake tar:xz
|
||||
|
||||
TARGET= arm-eabi
|
||||
|
||||
LANGUAGES= c
|
||||
|
||||
CONFIGURE_TARGET= #
|
||||
CONFIGURE_ARGS+= --target=${TARGET}
|
||||
CONFIGURE_ARGS+= --enable-languages='${LANGUAGES}'
|
||||
CONFIGURE_ARGS+= --with-system-zlib
|
||||
CONFIGURE_ARGS+= --with-mpfr=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --with-gmp=${LOCALBASE}
|
||||
CFLAGS= -I${WRKSRC}/../include -I${LOCALBASE}/include -Os
|
||||
CPPFLAGS= -I${WRKSRC}/../include -I${LOCALBASE}/include -Os
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
CXXFLAGS+= -fbracket-depth=512 -Os
|
||||
|
||||
CFLAGS+= -DCROSS_DIRECTORY_STRUCTURE
|
||||
|
||||
CONFIGURE_ARGS+= --disable-bootstrap
|
||||
CONFIGURE_ARGS+= --disable-libssp
|
||||
CONFIGURE_ARGS+= --without-nls
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
CONFIGURE_ARGS+= --enable-multilib
|
||||
CONFIGURE_ARGS+= --disable-shared
|
||||
CONFIGURE_ARGS+= --infodir=${LOCALBASE}/info/${TARGET}
|
||||
CONFIGURE_ARGS+= --with-as=${LOCALBASE}/bin/${TARGET}-as
|
||||
CONFIGURE_ARGS+= --with-ld=${LOCALBASE}/bin/${TARGET}-ld
|
||||
MAKE_ARGS+= AWK=${LOCALBASE}/bin/gawk
|
||||
|
||||
CONFIGURE_ENV+= ac_cv_path_SED=${LOCALBASE}/bin/gsed
|
||||
CONFIGURE_ARGS+= --disable-libstdcxx
|
||||
|
||||
BUILD_DEPENS+= gawk:text/gawk
|
||||
BUILD_DEPENS+= gawk:text/gsed
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,-g -O2,-g -O,' ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e '/LOCAL_INCLUDE_DIR/ d ' ${WRKSRC}/gcc/Makefile.in
|
||||
|
||||
PLIST_SUB+= SUFFIX=${GCC_SUFFIX}
|
||||
PLIST_SUB+= TARGET=${TARGET}
|
||||
PLIST_SUB+= VERSION=${PORTVERSION}
|
||||
|
||||
INFO+= ${TARGET}/cpp
|
||||
INFO+= ${TARGET}/cppinternals
|
||||
INFO+= ${TARGET}/gcc
|
||||
INFO+= ${TARGET}/gccinstall
|
||||
INFO+= ${TARGET}/gccint
|
||||
|
||||
|
||||
post-configure:
|
||||
${MKDIR} ${WRKSRC}/gcc/include
|
||||
|
||||
pre-configure:
|
||||
${MKDIR} ${WRKSRC}
|
||||
${FIND} ${WRKSRC} -name 'config.cache' | ${XARGS} ${RM} -v
|
||||
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${OSVERSION} > 1100000)
|
||||
BUILD_DEPENDS+= makeinfo:system/texinfo
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
#EOF
|
||||
2
devel/arm-eabi-gcc92/distinfo
Normal file
2
devel/arm-eabi-gcc92/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (gnu/gcc-6.4.0.tar.xz) = 850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4
|
||||
SIZE (gnu/gcc-6.4.0.tar.xz) = 76156220
|
||||
17
devel/arm-eabi-gcc92/files/patch-Makefile.in
Normal file
17
devel/arm-eabi-gcc92/files/patch-Makefile.in
Normal file
@@ -0,0 +1,17 @@
|
||||
--- Makefile.in.orig 2015-12-04 19:51:35 UTC
|
||||
+++ Makefile.in
|
||||
@@ -38392,6 +38392,14 @@ all-target-libgcc: stage_current
|
||||
TARGET-target-libgcc=all
|
||||
maybe-all-target-libgcc: all-target-libgcc
|
||||
all-target-libgcc: configure-target-libgcc
|
||||
+ cp -p ${HOST_SUBDIR}/gcc/libgcc.mvars gcc/
|
||||
+ cp -p ${HOST_SUBDIR}/gcc/tconfig.h libgcc/
|
||||
+ cp -p ${HOST_SUBDIR}/gcc/auto-host.h libgcc/
|
||||
+ cp -p ${HOST_SUBDIR}/gcc/tm.h libgcc/
|
||||
+ cp -p ${HOST_SUBDIR}/gcc/options.h libgcc/
|
||||
+ cp -p ${HOST_SUBDIR}/gcc/insn-constants.h libgcc/
|
||||
+ cp -p ${HOST_SUBDIR}/gcc/insn-modes.h libgcc/
|
||||
+ cp -p ${HOST_SUBDIR}/gcc/gcov-iov.h libgcc/
|
||||
@r=`${PWD_COMMAND}`; export r; \
|
||||
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
||||
$(NORMAL_TARGET_EXPORTS) \
|
||||
127
devel/arm-eabi-gcc92/files/patch-x-gcc-config-arm-t-arm-elf
Normal file
127
devel/arm-eabi-gcc92/files/patch-x-gcc-config-arm-t-arm-elf
Normal file
@@ -0,0 +1,127 @@
|
||||
--- ./gcc/config/arm/t-arm-elf.orig 2015-01-05 14:33:28.000000000 +0200
|
||||
+++ ./gcc/config/arm/t-arm-elf 2018-03-04 23:08:01.373328000 +0200
|
||||
@@ -1,90 +1,34 @@
|
||||
-# Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
||||
-#
|
||||
-# This file is part of GCC.
|
||||
-#
|
||||
-# GCC is free software; you can redistribute it and/or modify
|
||||
-# it under the terms of the GNU General Public License as published by
|
||||
-# the Free Software Foundation; either version 3, or (at your option)
|
||||
-# any later version.
|
||||
-#
|
||||
-# GCC is distributed in the hope that it will be useful,
|
||||
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
-# GNU General Public License for more details.
|
||||
-#
|
||||
-# You should have received a copy of the GNU General Public License
|
||||
-# along with GCC; see the file COPYING3. If not see
|
||||
-# <http://www.gnu.org/licenses/>.
|
||||
-
|
||||
-MULTILIB_OPTIONS = marm/mthumb
|
||||
-MULTILIB_DIRNAMES = arm thumb
|
||||
-MULTILIB_EXCEPTIONS =
|
||||
-MULTILIB_MATCHES =
|
||||
-
|
||||
-#MULTILIB_OPTIONS += mcpu=fa526/mcpu=fa626/mcpu=fa606te/mcpu=fa626te/mcpu=fmp626/mcpu=fa726te
|
||||
-#MULTILIB_DIRNAMES += fa526 fa626 fa606te fa626te fmp626 fa726te
|
||||
-#MULTILIB_EXCEPTIONS += *mthumb*/*mcpu=fa526 *mthumb*/*mcpu=fa626
|
||||
-
|
||||
-#MULTILIB_OPTIONS += march=armv7
|
||||
-#MULTILIB_DIRNAMES += thumb2
|
||||
-#MULTILIB_EXCEPTIONS += march=armv7* marm/*march=armv7*
|
||||
-#MULTILIB_MATCHES += march?armv7=march?armv7-a
|
||||
-#MULTILIB_MATCHES += march?armv7=march?armv7-r
|
||||
-#MULTILIB_MATCHES += march?armv7=march?armv7-m
|
||||
-#MULTILIB_MATCHES += march?armv7=mcpu?cortex-a8
|
||||
-#MULTILIB_MATCHES += march?armv7=mcpu?cortex-r4
|
||||
-#MULTILIB_MATCHES += march?armv7=mcpu?cortex-m3
|
||||
-
|
||||
-# Not quite true. We can support hard-vfp calling in Thumb2, but how do we
|
||||
-# express that here? Also, we really need architecture v5e or later
|
||||
-# (mcrr etc).
|
||||
-MULTILIB_OPTIONS += mfloat-abi=hard
|
||||
-MULTILIB_DIRNAMES += fpu
|
||||
-MULTILIB_EXCEPTIONS += *mthumb/*mfloat-abi=hard*
|
||||
-#MULTILIB_EXCEPTIONS += *mcpu=fa526/*mfloat-abi=hard*
|
||||
-#MULTILIB_EXCEPTIONS += *mcpu=fa626/*mfloat-abi=hard*
|
||||
-
|
||||
-# MULTILIB_OPTIONS += mcpu=ep9312
|
||||
-# MULTILIB_DIRNAMES += ep9312
|
||||
-# MULTILIB_EXCEPTIONS += *mthumb/*mcpu=ep9312*
|
||||
-#
|
||||
-# MULTILIB_OPTIONS += mlittle-endian/mbig-endian
|
||||
-# MULTILIB_DIRNAMES += le be
|
||||
-# MULTILIB_MATCHES += mbig-endian=mbe mlittle-endian=mle
|
||||
-#
|
||||
-# MULTILIB_OPTIONS += mfloat-abi=hard/mfloat-abi=soft
|
||||
-# MULTILIB_DIRNAMES += fpu soft
|
||||
-# MULTILIB_EXCEPTIONS += *mthumb/*mfloat-abi=hard*
|
||||
-#
|
||||
-# MULTILIB_OPTIONS += mno-thumb-interwork/mthumb-interwork
|
||||
-# MULTILIB_DIRNAMES += normal interwork
|
||||
-#
|
||||
-# MULTILIB_OPTIONS += fno-leading-underscore/fleading-underscore
|
||||
-# MULTILIB_DIRNAMES += elf under
|
||||
-#
|
||||
-# MULTILIB_OPTIONS += mcpu=arm7
|
||||
-# MULTILIB_DIRNAMES += nofmult
|
||||
-# MULTILIB_EXCEPTIONS += *mthumb*/*mcpu=arm7*
|
||||
-# # Note: the multilib_exceptions matches both -mthumb and
|
||||
-# # -mthumb-interwork
|
||||
-# #
|
||||
-# # We have to match all the arm cpu variants which do not have the
|
||||
-# # multiply instruction and treat them as if the user had specified
|
||||
-# # -mcpu=arm7. Note that in the following the ? is interpreted as
|
||||
-# # an = for the purposes of matching command line options.
|
||||
-# # FIXME: There ought to be a better way to do this.
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm7d
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm7di
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm70
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm700
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm700i
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm710
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm710c
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm7100
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm7500
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm7500fe
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm6
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm60
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm600
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm610
|
||||
-# MULTILIB_MATCHES += mcpu?arm7=mcpu?arm620
|
||||
+# Custom multilibs for ARM
|
||||
+
|
||||
+MULTILIB_OPTIONS = mthumb
|
||||
+MULTILIB_DIRNAMES = thumb
|
||||
+
|
||||
+MULTILIB_OPTIONS += march=armv6/march=armv6-m/march=armv7-a/march=armv7-r/march=armv7-m/march=armv7e-m
|
||||
+MULTILIB_DIRNAMES += armv6 armv6-m armv7-a armv7-r armv7-m armv7e-m
|
||||
+
|
||||
+MULTILIB_OPTIONS += mfloat-abi=hard/mfloat-abi=softfp
|
||||
+MULTILIB_DIRNAMES += hard softfp
|
||||
+
|
||||
+MULTILIB_OPTIONS += mfpu=neon/mfpu=vfpv3-d16/mfpu=fpv4-sp-d16/mfpu=fpv5-d16
|
||||
+MULTILIB_DIRNAMES += neon vfpv3-d16 fpv4-sp-d16 fpv5-d16
|
||||
+
|
||||
+MULTILIB_EXCEPTIONS =
|
||||
+MULTILIB_REQUIRED =
|
||||
+
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv6-m
|
||||
+
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7-a/mfloat-abi=hard/mfpu=neon
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7-a/mfloat-abi=softfp/mfpu=neon
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7-a
|
||||
+
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7-r/mfloat-abi=hard/mfpu=vfpv3-d16
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7-r
|
||||
+
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7-m/mfloat-abi=hard/mfpu=fpv4-sp-d16
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7-m
|
||||
+
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7e-m/mfloat-abi=hard/mfpu=fpv4-sp-d16
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7e-m/mfloat-abi=hard/mfpu=fpv5-d16
|
||||
+MULTILIB_REQUIRED += mthumb/march=armv7e-m
|
||||
+
|
||||
+#EOF
|
||||
5
devel/arm-eabi-gcc92/multilib
Normal file
5
devel/arm-eabi-gcc92/multilib
Normal file
@@ -0,0 +1,5 @@
|
||||
MULTILIB_OPTIONS = march=armv7-a mthumb
|
||||
MULTILIB_DIRNAMES = armv7-a thumb
|
||||
MULTILIB_EXCEPTIONS =
|
||||
MULTILIB_MATCHES =
|
||||
MULTILIB_OSDIRNAMES =
|
||||
6
devel/arm-eabi-gcc92/pkg-descr
Normal file
6
devel/arm-eabi-gcc92/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
The GNU Ada compiler system built from GCC 4.1.2.
|
||||
|
||||
Please add ${PREFIX}/bin/gcc41 to your PATH variable
|
||||
before using this port.
|
||||
|
||||
WWW: http://gcc.gnu.org/
|
||||
556
devel/arm-eabi-gcc92/pkg-plist
Normal file
556
devel/arm-eabi-gcc92/pkg-plist
Normal file
@@ -0,0 +1,556 @@
|
||||
bin/%%TARGET%%-cpp
|
||||
bin/%%TARGET%%-gcc
|
||||
bin/%%TARGET%%-gcc-ar
|
||||
bin/%%TARGET%%-gcc-nm
|
||||
bin/%%TARGET%%-gcc-ranlib
|
||||
bin/%%TARGET%%-gcov
|
||||
bin/%%TARGET%%-gcov-dump
|
||||
bin/%%TARGET%%-gcov-tool
|
||||
info/%%TARGET%%/cpp.info
|
||||
info/%%TARGET%%/cppinternals.info
|
||||
info/%%TARGET%%/dir
|
||||
info/%%TARGET%%/gcc.info
|
||||
info/%%TARGET%%/gccinstall.info
|
||||
info/%%TARGET%%/gccint.info
|
||||
info/%%TARGET%%/libquadmath.info
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include-fixed/limits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include-fixed/README
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include-fixed/syslimits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/arm_acle.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/arm_neon.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/float.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/iso646.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/mmintrin.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stdalign.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stdarg.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stdatomic.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stdbool.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stddef.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stdfix.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stdint-gcc.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stdint.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/stdnoreturn.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/tgmath.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/unwind-arm-common.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/unwind.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/include/varargs.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/install-tools/fixinc_list
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/install-tools/gsyslimits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/install-tools/include/limits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/install-tools/include/README
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/install-tools/macro_list
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/install-tools/mkheaders.conf
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/gtype.state
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/addresses.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/alias.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/all-tree.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/alloc-pool.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ansidecl.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/asan.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/attribs.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/auto-host.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/auto-profile.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/b-header-vars
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/backend.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/basic-block.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/bb-reorder.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/bitmap.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/builtin-attrs.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/builtin-types.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/builtins.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/builtins.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/bversion.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/c-family/c-common.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/c-family/c-common.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/c-family/c-objc.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/c-family/c-pragma.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/c-family/c-pretty-print.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/c-tree.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/calls.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ccmp.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfg-flags.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfg.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfganal.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfgbuild.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfgcleanup.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfgexpand.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfghooks.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfgloop.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfgloopmanip.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cfgrtl.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cgraph.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/chkp-builtins.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cif-code.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cilk-builtins.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cilk.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cilkplus.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/collect-utils.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/collect2-aix.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/collect2.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/conditions.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/aarch-common-protos.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/aout.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/arm-cores.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/arm-opts.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/arm-protos.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/arm.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/bpabi.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/elf.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm/unknown-elf.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/dbxelf.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/elfos.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/initfini-array.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/newlib-stdint.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/vxworks-dummy.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/configargs.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/context.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/convert.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/coretypes.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/coverage.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cp/cp-tree.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cppbuiltin.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cppdefault.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cpplib.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cselib.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/data-streamer.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dbgcnt.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dbgcnt.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dbxout.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dce.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ddg.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/debug.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/defaults.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/df.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dfp.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/diagnostic-color.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/diagnostic-core.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/diagnostic.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/diagnostic.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dojump.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dominance.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/domwalk.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/double-int.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dumpfile.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dwarf2asm.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/dwarf2out.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/emit-rtl.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/errors.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/et-forest.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/except.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/explow.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/expmed.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/expr.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/fibonacci_heap.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/file-find.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/filenames.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/fixed-value.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/flag-types.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/flags.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/fold-const-call.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/fold-const.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/function.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gcc-plugin.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gcc-rich-location.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gcc-symtab.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gcc.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gcov-counter.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gcov-io.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gcse-common.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gcse.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/generic-match.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gengtype.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/genrtl.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gensupport.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ggc-internal.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ggc.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-builder.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-expr.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-fold.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-iterator.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-low.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-match.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-predict.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-pretty-print.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-ssa.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-streamer.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple-walk.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimple.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimplify-me.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gimplify.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/glimits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/graph.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/graphds.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/graphite.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gsstruct.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gstab.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gsyms.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gsyslimits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gtm-builtins.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/gtype-desc.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hard-reg-set.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hash-map-traits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hash-map.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hash-set.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hash-table.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hash-traits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hashtab.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/highlev-plugin-common.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hooks.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hosthooks-def.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hosthooks.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hsa-brig-format.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hsa.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hw-doloop.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/hwint.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ifcvt.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/inchash.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/incpath.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/input.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/insn-addr.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/insn-codes.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/insn-constants.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/insn-flags.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/insn-modes.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/insn-notes.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/internal-fn.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/internal-fn.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/intl.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ipa-chkp.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ipa-icf-gimple.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ipa-icf.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ipa-inline.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ipa-prop.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ipa-ref.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ipa-reference.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ipa-utils.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ira-int.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ira.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/is-a.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/java/java-tree.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/langhooks-def.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/langhooks.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/lcm.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/libfuncs.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/libiberty.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/limitx.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/limity.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/line-map.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/loop-unroll.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/lower-subreg.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/lra-int.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/lra.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/lto-compress.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/lto-section-names.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/lto-streamer.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/machmode.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/machmode.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/md5.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/mem-stats-traits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/mem-stats.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/memory-block.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/mode-classes.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/objc/objc-tree.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/obstack.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/omp-builtins.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/omp-low.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/optabs-libfuncs.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/optabs-query.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/optabs-tree.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/optabs.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/optabs.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/options.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/opts-diagnostic.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/opts.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/output.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/params-enum.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/params-list.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/params.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/params.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/params.list
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/pass_manager.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/pass-instances.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/passes.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/plugin-api.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/plugin-version.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/plugin.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/plugin.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/predict.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/predict.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/prefix.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/pretty-print.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/print-rtl.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/print-tree.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/profile.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/read-md.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/real.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/realmpfr.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/recog.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/reg-notes.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/regcprop.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/regrename.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/regs.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/regset.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/reload.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/resource.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/rtl-chkp.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/rtl-error.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/rtl-iter.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/rtl.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/rtl.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/rtlhash.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/rtlhooks-def.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/safe-ctype.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sanitizer.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sbitmap.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sched-int.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sdbout.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sel-sched-dump.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sel-sched-ir.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sel-sched.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sese.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/shrink-wrap.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/signop.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sparseset.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/spellcheck.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/splay-tree.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sreal.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ssa-iterators.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ssa.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/stab.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/statistics.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/stmt.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/stor-layout.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/streamer-hooks.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/stringpool.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/symbol-summary.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/symtab.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/sync-builtins.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/system.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/target-def.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/target-globals.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/target-hooks-macros.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/target-insns.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/target.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/target.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/targhooks.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/timevar.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/timevar.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tm_p.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tm-preds.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tm.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/toplev.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tracer.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/trans-mem.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-affine.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-cfg.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-cfgcleanup.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-check.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-chkp.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-chrec.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-core.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-data-ref.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-dfa.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-diagnostic.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-dump.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-eh.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-hash-traits.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-hasher.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-inline.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-into-ssa.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-iterator.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-nested.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-object-size.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-outof-ssa.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-parloops.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-pass.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-phinodes.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-pretty-print.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-scalar-evolution.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-address.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-alias.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-coalesce.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-dom.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-live.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-loop-ivopts.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-loop-manip.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-loop-niter.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-loop.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-operands.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-propagate.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-sccvn.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-scopedtables.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-ter.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-threadbackward.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-threadedge.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa-threadupdate.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssa.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-ssanames.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-stdarg.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-streamer.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree-vectorizer.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tree.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/treestruct.def
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tsan.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/tsystem.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/typeclass.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/typed-splay-tree.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ubsan.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/valtrack.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/value-prof.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/varasm.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/vec.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/version.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/vmsdbg.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/vtable-verify.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/wide-int-print.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/wide-int.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/xcoff.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/xcoffout.h
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/libcc1plugin.la
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/libcc1plugin.so
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/plugin/libcc1plugin.so.0
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv6-m/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv6-m/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv6-m/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv6-m/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv6-m/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv6-m/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv6-m/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard/neon/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard/neon/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard/neon/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard/neon/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard/neon/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard/neon/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard/neon/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp/neon/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp/neon/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp/neon/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp/neon/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp/neon/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp/neon/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp/neon/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard/fpv4-sp-d16/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard/fpv4-sp-d16/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard/fpv4-sp-d16/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard/fpv4-sp-d16/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard/fpv4-sp-d16/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard/fpv4-sp-d16/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard/fpv4-sp-d16/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard/vfpv3-d16/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard/vfpv3-d16/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard/vfpv3-d16/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard/vfpv3-d16/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard/vfpv3-d16/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard/vfpv3-d16/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard/vfpv3-d16/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv4-sp-d16/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv4-sp-d16/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv4-sp-d16/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv4-sp-d16/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv4-sp-d16/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv4-sp-d16/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv4-sp-d16/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv5-d16/crtbegin.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv5-d16/crtend.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv5-d16/crtfastmath.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv5-d16/crti.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv5-d16/crtn.o
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv5-d16/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv5-d16/libgcov.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/libgcc.a
|
||||
lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/libgcov.a
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/cc1
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/collect2
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/install-tools/fixinc.sh
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/install-tools/fixincl
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/install-tools/mkheaders
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/install-tools/mkinstalldirs
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/liblto_plugin.la
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/liblto_plugin.so
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/liblto_plugin.so.0
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/lto-wrapper
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/lto1
|
||||
libexec/gcc/%%TARGET%%/%%VERSION%%/plugin/gengtype
|
||||
man/man1/%%TARGET%%-cpp.1.gz
|
||||
man/man1/%%TARGET%%-gcc.1.gz
|
||||
man/man1/%%TARGET%%-gcov-dump.1.gz
|
||||
man/man1/%%TARGET%%-gcov-tool.1.gz
|
||||
man/man1/%%TARGET%%-gcov.1.gz
|
||||
@dir info/%%TARGET%%
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/include
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/include-fixed
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/install-tools/include
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/install-tools
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ada/gcc-interface
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/ada
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/c-family
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config/arm
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/config
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/cp
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/java
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include/objc
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin/include
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/plugin
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv6-m
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard/neon
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/hard
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp/neon
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a/softfp
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-a
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard/fpv4-sp-d16
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m/hard
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-m
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard/vfpv3-d16
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r/hard
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7-r
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv4-sp-d16
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard/fpv5-d16
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m/hard
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb/armv7e-m
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%/thumb
|
||||
@dir lib/gcc/%%TARGET%%/%%VERSION%%
|
||||
@dir lib/gcc/%%TARGET%%
|
||||
@dir lib/gcc
|
||||
@dir libexec/gcc/%%TARGET%%/%%VERSION%%/install-tools
|
||||
@dir libexec/gcc/%%TARGET%%/%%VERSION%%/plugin
|
||||
@dir libexec/gcc/%%TARGET%%/%%VERSION%%
|
||||
@dir libexec/gcc/%%TARGET%%
|
||||
@dir libexec/gcc
|
||||
@@ -1,3 +1,4 @@
|
||||
bin/c++
|
||||
bin/g++
|
||||
bin/gcc
|
||||
bin/gcc-ar
|
||||
@@ -8,6 +9,22 @@ bin/gcov-dump
|
||||
bin/gcov-tool
|
||||
bin/gcpp
|
||||
bin/gfortran
|
||||
bin/%%TARGET%%-c++
|
||||
bin/%%TARGET%%-g++
|
||||
bin/%%TARGET%%-gcc
|
||||
bin/%%TARGET%%-gcc-ar
|
||||
bin/%%TARGET%%-gcc-nm
|
||||
bin/%%TARGET%%-gcc-ranlib
|
||||
bin/%%TARGET%%-gfortran
|
||||
info/gcc/cpp.info
|
||||
info/gcc/cppinternals.info
|
||||
info/gcc/gcc.info
|
||||
info/gcc/gccinstall.info
|
||||
info/gcc/gccint.info
|
||||
info/gcc/gfortran.info
|
||||
info/gcc/libgomp.info
|
||||
info/gcc/libitm.info
|
||||
info/gcc/libquadmath.info
|
||||
lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/crtbegin.o
|
||||
lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/crtbeginS.o
|
||||
lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/crtend.o
|
||||
@@ -1429,75 +1446,74 @@ man/man1/gcov-tool.1.gz
|
||||
man/man1/gcov.1.gz
|
||||
man/man1/gcpp.1.gz
|
||||
man/man1/gfortran.1.gz
|
||||
@dirrm info/gcc
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/finclude
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include/ssp
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include-fixed/netinet
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include-fixed/sys
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include-fixed
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/install-tools/include
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/install-tools
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/ada/gcc-interface
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/ada
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/c-family
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/config/i386
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/config
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/cp
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/d
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/objc
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0
|
||||
@dirrm lib/gcc/9.2.0/gcc/%%TARGET%%
|
||||
@dirrm lib/gcc/9.2.0/gcc
|
||||
@dirrm lib/gcc/9.2.0/include/c++/backward
|
||||
@dirrm lib/gcc/9.2.0/include/c++/bits
|
||||
@dirrm lib/gcc/9.2.0/include/c++/debug
|
||||
@dirrm lib/gcc/9.2.0/include/c++/decimal
|
||||
@dirrm lib/gcc/9.2.0/include/c++/experimental/bits
|
||||
@dirrm lib/gcc/9.2.0/include/c++/experimental
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/bin_search_tree_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/binary_heap_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/binomial_heap_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/binomial_heap_base_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/branch_policy
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/cc_hash_table_map_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/eq_fn
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/gp_hash_table_map_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/hash_fn
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/list_update_map_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/list_update_policy
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/ov_tree_map_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/pairing_heap_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/pat_trie_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/rb_tree_map_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/rc_binomial_heap_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/resize_policy
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/splay_tree_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/thin_heap_
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/tree_policy
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/trie_policy
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/unordered_iterator
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds/detail
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext/pb_ds
|
||||
@dirrm lib/gcc/9.2.0/include/c++/ext
|
||||
@dirrm lib/gcc/9.2.0/include/c++/parallel
|
||||
@dirrm lib/gcc/9.2.0/include/c++/profile/impl
|
||||
@dirrm lib/gcc/9.2.0/include/c++/profile
|
||||
@dirrm lib/gcc/9.2.0/include/c++/pstl
|
||||
@dirrm lib/gcc/9.2.0/include/c++/tr1
|
||||
@dirrm lib/gcc/9.2.0/include/c++/tr2
|
||||
@dirrm lib/gcc/9.2.0/include/c++/%%TARGET%%/bits
|
||||
@dirrm lib/gcc/9.2.0/include/c++/%%TARGET%%/ext
|
||||
@dirrm lib/gcc/9.2.0/include/c++/%%TARGET%%
|
||||
@dirrm lib/gcc/9.2.0/include/c++
|
||||
@dirrm lib/gcc/9.2.0/include
|
||||
@dirrm lib/gcc/9.2.0
|
||||
@dirrm lib/gcc
|
||||
@dirrm libexec/gcc/%%TARGET%%/9.2.0/install-tools
|
||||
@dirrm libexec/gcc/%%TARGET%%/9.2.0/plugin
|
||||
@dirrm libexec/gcc/%%TARGET%%/9.2.0
|
||||
@dirrm libexec/gcc/%%TARGET%%
|
||||
@dirrm libexec/gcc
|
||||
@dir info/gcc
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/finclude
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include/ssp
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include-fixed/netinet
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include-fixed/sys
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/include-fixed
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/install-tools/include
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/install-tools
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/ada/gcc-interface
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/ada
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/c-family
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/config/i386
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/config
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/cp
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/d
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include/objc
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin/include
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0/plugin
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%/9.2.0
|
||||
@dir lib/gcc/9.2.0/gcc/%%TARGET%%
|
||||
@dir lib/gcc/9.2.0/gcc
|
||||
@dir lib/gcc/9.2.0/include/c++/backward
|
||||
@dir lib/gcc/9.2.0/include/c++/bits
|
||||
@dir lib/gcc/9.2.0/include/c++/debug
|
||||
@dir lib/gcc/9.2.0/include/c++/decimal
|
||||
@dir lib/gcc/9.2.0/include/c++/experimental/bits
|
||||
@dir lib/gcc/9.2.0/include/c++/experimental
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/bin_search_tree_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/binary_heap_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/binomial_heap_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/binomial_heap_base_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/branch_policy
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/cc_hash_table_map_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/eq_fn
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/gp_hash_table_map_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/hash_fn
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/list_update_map_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/list_update_policy
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/ov_tree_map_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/pairing_heap_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/pat_trie_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/rb_tree_map_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/rc_binomial_heap_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/resize_policy
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/splay_tree_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/thin_heap_
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/tree_policy
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/trie_policy
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail/unordered_iterator
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds/detail
|
||||
@dir lib/gcc/9.2.0/include/c++/ext/pb_ds
|
||||
@dir lib/gcc/9.2.0/include/c++/ext
|
||||
@dir lib/gcc/9.2.0/include/c++/parallel
|
||||
@dir lib/gcc/9.2.0/include/c++/profile/impl
|
||||
@dir lib/gcc/9.2.0/include/c++/profile
|
||||
@dir lib/gcc/9.2.0/include/c++/pstl
|
||||
@dir lib/gcc/9.2.0/include/c++/tr1
|
||||
@dir lib/gcc/9.2.0/include/c++/tr2
|
||||
@dir lib/gcc/9.2.0/include/c++/%%TARGET%%/bits
|
||||
@dir lib/gcc/9.2.0/include/c++/%%TARGET%%/ext
|
||||
@dir lib/gcc/9.2.0/include/c++/%%TARGET%%
|
||||
@dir lib/gcc/9.2.0/include/c++
|
||||
@dir lib/gcc/9.2.0/include
|
||||
@dir lib/gcc/9.2.0
|
||||
@dir libexec/gcc/%%TARGET%%/9.2.0/install-tools
|
||||
@dir libexec/gcc/%%TARGET%%/9.2.0/plugin
|
||||
@dir libexec/gcc/%%TARGET%%/9.2.0
|
||||
@dir libexec/gcc/%%TARGET%%
|
||||
@dir libexec/gcc
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user