mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Now that gcc renamed the head of their CVS from 3.2 to 3.3, update this
port since avr-libc-current has avr-gcc 3.3 as their prerequisite.
This commit is contained in:
parent
35712f9ac7
commit
d447dfda79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64421
8 changed files with 102 additions and 118 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gcc
|
PORTNAME= gcc
|
||||||
PORTVERSION= 3.2-2002-06-28
|
PORTVERSION= 3.3-2002-08-12
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
#MASTER_SITES= ${MASTER_SITE_GNU}
|
#MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
#MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
#MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gcc-core+g++-3.2-2002-06-28.tar.bz2) = fbff197d2e911fb664546b80df65a28d
|
MD5 (gcc-core+g++-3.3-2002-08-12.tar.bz2) = 6a55dabdd021433a49c84673d5f4df37
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
--- Makefile.in.orig Fri Jun 28 09:56:30 2002
|
--- Makefile.in.orig Mon Aug 12 15:13:39 2002
|
||||||
+++ Makefile.in Fri Jun 28 10:53:22 2002
|
+++ Makefile.in Mon Aug 12 15:31:13 2002
|
||||||
@@ -186,7 +186,7 @@
|
@@ -186,7 +186,7 @@
|
||||||
|
|
||||||
# This is set by the configure script to the list of directories which
|
# This is set by the configure script to the list of directories which
|
||||||
# should be built using the target tools.
|
# should be built using the target tools.
|
||||||
-TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib winsup opcodes bsp libstub cygmon libf2c libobjc
|
-TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib winsup opcodes libf2c libobjc
|
||||||
+TARGET_CONFIGDIRS = libgloss $(SPECIAL_LIBS) newlib winsup opcodes bsp libstub cygmon
|
+TARGET_CONFIGDIRS = libgloss $(SPECIAL_LIBS) newlib winsup opcodes
|
||||||
|
|
||||||
# Target libraries are put under this directory:
|
# Target libraries are put under this directory:
|
||||||
# Changed by configure to $(target_alias) if cross.
|
# Changed by configure to $(target_alias) if cross.
|
||||||
@@ -781,81 +781,19 @@
|
@@ -755,74 +755,19 @@
|
||||||
|
|
||||||
# This is a list of the targets for all of the modules which are compiled
|
# This is a list of the targets for all of the modules which are compiled
|
||||||
# using $(TARGET_FLAGS_TO_PASS).
|
# using $(TARGET_FLAGS_TO_PASS).
|
||||||
|
@ -24,14 +24,11 @@
|
||||||
- all-target-libiberty \
|
- all-target-libiberty \
|
||||||
- all-target-gperf \
|
- all-target-gperf \
|
||||||
- all-target-examples \
|
- all-target-examples \
|
||||||
- all-target-libstub \
|
|
||||||
- all-target-libffi \
|
- all-target-libffi \
|
||||||
- all-target-libjava \
|
- all-target-libjava \
|
||||||
- all-target-zlib \
|
- all-target-zlib \
|
||||||
- all-target-boehm-gc \
|
- all-target-boehm-gc \
|
||||||
- all-target-qthreads \
|
- all-target-qthreads
|
||||||
- all-target-bsp \
|
|
||||||
- all-target-cygmon
|
|
||||||
+ALL_TARGET_MODULES =
|
+ALL_TARGET_MODULES =
|
||||||
|
|
||||||
# This is a list of the configure targets for all of the modules which
|
# This is a list of the configure targets for all of the modules which
|
||||||
|
@ -47,14 +44,11 @@
|
||||||
- configure-target-libiberty \
|
- configure-target-libiberty \
|
||||||
- configure-target-gperf \
|
- configure-target-gperf \
|
||||||
- configure-target-examples \
|
- configure-target-examples \
|
||||||
- configure-target-libstub \
|
|
||||||
- configure-target-libffi \
|
- configure-target-libffi \
|
||||||
- configure-target-libjava \
|
- configure-target-libjava \
|
||||||
- configure-target-zlib \
|
- configure-target-zlib \
|
||||||
- configure-target-boehm-gc \
|
- configure-target-boehm-gc \
|
||||||
- configure-target-qthreads \
|
- configure-target-qthreads
|
||||||
- configure-target-bsp \
|
|
||||||
- configure-target-cygmon
|
|
||||||
+CONFIGURE_TARGET_MODULES =
|
+CONFIGURE_TARGET_MODULES =
|
||||||
|
|
||||||
# This is a list of the check targets for all of the modules which are
|
# This is a list of the check targets for all of the modules which are
|
||||||
|
@ -85,7 +79,6 @@
|
||||||
- install-target-winsup \
|
- install-target-winsup \
|
||||||
- install-target-libgloss \
|
- install-target-libgloss \
|
||||||
- install-target-libiberty \
|
- install-target-libiberty \
|
||||||
- install-target-bsp \
|
|
||||||
- install-target-libjava \
|
- install-target-libjava \
|
||||||
- install-target-zlib \
|
- install-target-zlib \
|
||||||
- install-target-boehm-gc \
|
- install-target-boehm-gc \
|
||||||
|
|
|
@ -5,44 +5,43 @@ bin/avr-c++
|
||||||
bin/avr-cpp
|
bin/avr-cpp
|
||||||
bin/avr-g++
|
bin/avr-g++
|
||||||
bin/avr-gcc
|
bin/avr-gcc
|
||||||
bin/avr-gcc-3.2
|
bin/avr-gcc-3.3
|
||||||
bin/avr-gccbug
|
bin/avr-gccbug
|
||||||
lib/charset.alias
|
lib/charset.alias
|
||||||
lib/gcc-lib/avr/3.2/avr3/libgcc.a
|
lib/gcc-lib/avr/3.3/avr3/libgcc.a
|
||||||
lib/gcc-lib/avr/3.2/avr4/libgcc.a
|
lib/gcc-lib/avr/3.3/avr4/libgcc.a
|
||||||
lib/gcc-lib/avr/3.2/avr5/libgcc.a
|
lib/gcc-lib/avr/3.3/avr5/libgcc.a
|
||||||
lib/gcc-lib/avr/3.2/cc1
|
lib/gcc-lib/avr/3.3/cc1
|
||||||
lib/gcc-lib/avr/3.2/cc1plus
|
lib/gcc-lib/avr/3.3/cc1plus
|
||||||
lib/gcc-lib/avr/3.2/collect2
|
lib/gcc-lib/avr/3.3/collect2
|
||||||
lib/gcc-lib/avr/3.2/include/README
|
lib/gcc-lib/avr/3.3/include/README
|
||||||
lib/gcc-lib/avr/3.2/include/fixed
|
lib/gcc-lib/avr/3.3/include/fixed
|
||||||
lib/gcc-lib/avr/3.2/include/float.h
|
lib/gcc-lib/avr/3.3/include/float.h
|
||||||
lib/gcc-lib/avr/3.2/include/iso646.h
|
lib/gcc-lib/avr/3.3/include/iso646.h
|
||||||
lib/gcc-lib/avr/3.2/include/limits.h
|
lib/gcc-lib/avr/3.3/include/limits.h
|
||||||
lib/gcc-lib/avr/3.2/include/stdarg.h
|
lib/gcc-lib/avr/3.3/include/stdarg.h
|
||||||
lib/gcc-lib/avr/3.2/include/stdbool.h
|
lib/gcc-lib/avr/3.3/include/stdbool.h
|
||||||
lib/gcc-lib/avr/3.2/include/stddef.h
|
lib/gcc-lib/avr/3.3/include/stddef.h
|
||||||
lib/gcc-lib/avr/3.2/include/syslimits.h
|
lib/gcc-lib/avr/3.3/include/syslimits.h
|
||||||
lib/gcc-lib/avr/3.2/include/varargs.h
|
lib/gcc-lib/avr/3.3/include/varargs.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/fix-header
|
lib/gcc-lib/avr/3.3/install-tools/fix-header
|
||||||
lib/gcc-lib/avr/3.2/install-tools/fixinc.sh
|
lib/gcc-lib/avr/3.3/install-tools/fixinc.sh
|
||||||
lib/gcc-lib/avr/3.2/install-tools/fixincl
|
lib/gcc-lib/avr/3.3/install-tools/fixincl
|
||||||
lib/gcc-lib/avr/3.2/install-tools/fixproto
|
lib/gcc-lib/avr/3.3/install-tools/fixproto
|
||||||
lib/gcc-lib/avr/3.2/install-tools/gsyslimits.h
|
lib/gcc-lib/avr/3.3/install-tools/gsyslimits.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/README
|
lib/gcc-lib/avr/3.3/install-tools/include/README
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/float.h
|
lib/gcc-lib/avr/3.3/install-tools/include/float.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/iso646.h
|
lib/gcc-lib/avr/3.3/install-tools/include/iso646.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/limits.h
|
lib/gcc-lib/avr/3.3/install-tools/include/limits.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/stdarg.h
|
lib/gcc-lib/avr/3.3/install-tools/include/stdarg.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/stdbool.h
|
lib/gcc-lib/avr/3.3/install-tools/include/stdbool.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/stddef.h
|
lib/gcc-lib/avr/3.3/install-tools/include/stddef.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/varargs.h
|
lib/gcc-lib/avr/3.3/install-tools/include/varargs.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/mkheaders
|
lib/gcc-lib/avr/3.3/install-tools/mkheaders
|
||||||
lib/gcc-lib/avr/3.2/install-tools/mkheaders.conf
|
lib/gcc-lib/avr/3.3/install-tools/mkheaders.conf
|
||||||
lib/gcc-lib/avr/3.2/install-tools/mkinstalldirs
|
lib/gcc-lib/avr/3.3/install-tools/mkinstalldirs
|
||||||
lib/gcc-lib/avr/3.2/libgcc.a
|
lib/gcc-lib/avr/3.3/libgcc.a
|
||||||
lib/gcc-lib/avr/3.2/specs
|
lib/gcc-lib/avr/3.3/specs
|
||||||
lib/gcc-lib/avr/3.2/tradcpp0
|
|
||||||
share/locale/da/LC_MESSAGES/gcc.mo
|
share/locale/da/LC_MESSAGES/gcc.mo
|
||||||
share/locale/el/LC_MESSAGES/gcc.mo
|
share/locale/el/LC_MESSAGES/gcc.mo
|
||||||
share/locale/es/LC_MESSAGES/gcc.mo
|
share/locale/es/LC_MESSAGES/gcc.mo
|
||||||
|
@ -51,11 +50,11 @@ share/locale/ja/LC_MESSAGES/gcc.mo
|
||||||
share/locale/nl/LC_MESSAGES/gcc.mo
|
share/locale/nl/LC_MESSAGES/gcc.mo
|
||||||
share/locale/sv/LC_MESSAGES/gcc.mo
|
share/locale/sv/LC_MESSAGES/gcc.mo
|
||||||
share/locale/tr/LC_MESSAGES/gcc.mo
|
share/locale/tr/LC_MESSAGES/gcc.mo
|
||||||
@dirrm lib/gcc-lib/avr/3.2/avr3
|
@dirrm lib/gcc-lib/avr/3.3/avr3
|
||||||
@dirrm lib/gcc-lib/avr/3.2/avr4
|
@dirrm lib/gcc-lib/avr/3.3/avr4
|
||||||
@dirrm lib/gcc-lib/avr/3.2/avr5
|
@dirrm lib/gcc-lib/avr/3.3/avr5
|
||||||
@dirrm lib/gcc-lib/avr/3.2/include
|
@dirrm lib/gcc-lib/avr/3.3/include
|
||||||
@dirrm lib/gcc-lib/avr/3.2/install-tools/include
|
@dirrm lib/gcc-lib/avr/3.3/install-tools/include
|
||||||
@dirrm lib/gcc-lib/avr/3.2/install-tools
|
@dirrm lib/gcc-lib/avr/3.3/install-tools
|
||||||
@dirrm lib/gcc-lib/avr/3.2
|
@dirrm lib/gcc-lib/avr/3.3
|
||||||
@dirrm lib/gcc-lib/avr
|
@dirrm lib/gcc-lib/avr
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gcc
|
PORTNAME= gcc
|
||||||
PORTVERSION= 3.2-2002-06-28
|
PORTVERSION= 3.3-2002-08-12
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
#MASTER_SITES= ${MASTER_SITE_GNU}
|
#MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
#MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
#MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gcc-core+g++-3.2-2002-06-28.tar.bz2) = fbff197d2e911fb664546b80df65a28d
|
MD5 (gcc-core+g++-3.3-2002-08-12.tar.bz2) = 6a55dabdd021433a49c84673d5f4df37
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
--- Makefile.in.orig Fri Jun 28 09:56:30 2002
|
--- Makefile.in.orig Mon Aug 12 15:13:39 2002
|
||||||
+++ Makefile.in Fri Jun 28 10:53:22 2002
|
+++ Makefile.in Mon Aug 12 15:31:13 2002
|
||||||
@@ -186,7 +186,7 @@
|
@@ -186,7 +186,7 @@
|
||||||
|
|
||||||
# This is set by the configure script to the list of directories which
|
# This is set by the configure script to the list of directories which
|
||||||
# should be built using the target tools.
|
# should be built using the target tools.
|
||||||
-TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib winsup opcodes bsp libstub cygmon libf2c libobjc
|
-TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib winsup opcodes libf2c libobjc
|
||||||
+TARGET_CONFIGDIRS = libgloss $(SPECIAL_LIBS) newlib winsup opcodes bsp libstub cygmon
|
+TARGET_CONFIGDIRS = libgloss $(SPECIAL_LIBS) newlib winsup opcodes
|
||||||
|
|
||||||
# Target libraries are put under this directory:
|
# Target libraries are put under this directory:
|
||||||
# Changed by configure to $(target_alias) if cross.
|
# Changed by configure to $(target_alias) if cross.
|
||||||
@@ -781,81 +781,19 @@
|
@@ -755,74 +755,19 @@
|
||||||
|
|
||||||
# This is a list of the targets for all of the modules which are compiled
|
# This is a list of the targets for all of the modules which are compiled
|
||||||
# using $(TARGET_FLAGS_TO_PASS).
|
# using $(TARGET_FLAGS_TO_PASS).
|
||||||
|
@ -24,14 +24,11 @@
|
||||||
- all-target-libiberty \
|
- all-target-libiberty \
|
||||||
- all-target-gperf \
|
- all-target-gperf \
|
||||||
- all-target-examples \
|
- all-target-examples \
|
||||||
- all-target-libstub \
|
|
||||||
- all-target-libffi \
|
- all-target-libffi \
|
||||||
- all-target-libjava \
|
- all-target-libjava \
|
||||||
- all-target-zlib \
|
- all-target-zlib \
|
||||||
- all-target-boehm-gc \
|
- all-target-boehm-gc \
|
||||||
- all-target-qthreads \
|
- all-target-qthreads
|
||||||
- all-target-bsp \
|
|
||||||
- all-target-cygmon
|
|
||||||
+ALL_TARGET_MODULES =
|
+ALL_TARGET_MODULES =
|
||||||
|
|
||||||
# This is a list of the configure targets for all of the modules which
|
# This is a list of the configure targets for all of the modules which
|
||||||
|
@ -47,14 +44,11 @@
|
||||||
- configure-target-libiberty \
|
- configure-target-libiberty \
|
||||||
- configure-target-gperf \
|
- configure-target-gperf \
|
||||||
- configure-target-examples \
|
- configure-target-examples \
|
||||||
- configure-target-libstub \
|
|
||||||
- configure-target-libffi \
|
- configure-target-libffi \
|
||||||
- configure-target-libjava \
|
- configure-target-libjava \
|
||||||
- configure-target-zlib \
|
- configure-target-zlib \
|
||||||
- configure-target-boehm-gc \
|
- configure-target-boehm-gc \
|
||||||
- configure-target-qthreads \
|
- configure-target-qthreads
|
||||||
- configure-target-bsp \
|
|
||||||
- configure-target-cygmon
|
|
||||||
+CONFIGURE_TARGET_MODULES =
|
+CONFIGURE_TARGET_MODULES =
|
||||||
|
|
||||||
# This is a list of the check targets for all of the modules which are
|
# This is a list of the check targets for all of the modules which are
|
||||||
|
@ -85,7 +79,6 @@
|
||||||
- install-target-winsup \
|
- install-target-winsup \
|
||||||
- install-target-libgloss \
|
- install-target-libgloss \
|
||||||
- install-target-libiberty \
|
- install-target-libiberty \
|
||||||
- install-target-bsp \
|
|
||||||
- install-target-libjava \
|
- install-target-libjava \
|
||||||
- install-target-zlib \
|
- install-target-zlib \
|
||||||
- install-target-boehm-gc \
|
- install-target-boehm-gc \
|
||||||
|
|
|
@ -5,44 +5,43 @@ bin/avr-c++
|
||||||
bin/avr-cpp
|
bin/avr-cpp
|
||||||
bin/avr-g++
|
bin/avr-g++
|
||||||
bin/avr-gcc
|
bin/avr-gcc
|
||||||
bin/avr-gcc-3.2
|
bin/avr-gcc-3.3
|
||||||
bin/avr-gccbug
|
bin/avr-gccbug
|
||||||
lib/charset.alias
|
lib/charset.alias
|
||||||
lib/gcc-lib/avr/3.2/avr3/libgcc.a
|
lib/gcc-lib/avr/3.3/avr3/libgcc.a
|
||||||
lib/gcc-lib/avr/3.2/avr4/libgcc.a
|
lib/gcc-lib/avr/3.3/avr4/libgcc.a
|
||||||
lib/gcc-lib/avr/3.2/avr5/libgcc.a
|
lib/gcc-lib/avr/3.3/avr5/libgcc.a
|
||||||
lib/gcc-lib/avr/3.2/cc1
|
lib/gcc-lib/avr/3.3/cc1
|
||||||
lib/gcc-lib/avr/3.2/cc1plus
|
lib/gcc-lib/avr/3.3/cc1plus
|
||||||
lib/gcc-lib/avr/3.2/collect2
|
lib/gcc-lib/avr/3.3/collect2
|
||||||
lib/gcc-lib/avr/3.2/include/README
|
lib/gcc-lib/avr/3.3/include/README
|
||||||
lib/gcc-lib/avr/3.2/include/fixed
|
lib/gcc-lib/avr/3.3/include/fixed
|
||||||
lib/gcc-lib/avr/3.2/include/float.h
|
lib/gcc-lib/avr/3.3/include/float.h
|
||||||
lib/gcc-lib/avr/3.2/include/iso646.h
|
lib/gcc-lib/avr/3.3/include/iso646.h
|
||||||
lib/gcc-lib/avr/3.2/include/limits.h
|
lib/gcc-lib/avr/3.3/include/limits.h
|
||||||
lib/gcc-lib/avr/3.2/include/stdarg.h
|
lib/gcc-lib/avr/3.3/include/stdarg.h
|
||||||
lib/gcc-lib/avr/3.2/include/stdbool.h
|
lib/gcc-lib/avr/3.3/include/stdbool.h
|
||||||
lib/gcc-lib/avr/3.2/include/stddef.h
|
lib/gcc-lib/avr/3.3/include/stddef.h
|
||||||
lib/gcc-lib/avr/3.2/include/syslimits.h
|
lib/gcc-lib/avr/3.3/include/syslimits.h
|
||||||
lib/gcc-lib/avr/3.2/include/varargs.h
|
lib/gcc-lib/avr/3.3/include/varargs.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/fix-header
|
lib/gcc-lib/avr/3.3/install-tools/fix-header
|
||||||
lib/gcc-lib/avr/3.2/install-tools/fixinc.sh
|
lib/gcc-lib/avr/3.3/install-tools/fixinc.sh
|
||||||
lib/gcc-lib/avr/3.2/install-tools/fixincl
|
lib/gcc-lib/avr/3.3/install-tools/fixincl
|
||||||
lib/gcc-lib/avr/3.2/install-tools/fixproto
|
lib/gcc-lib/avr/3.3/install-tools/fixproto
|
||||||
lib/gcc-lib/avr/3.2/install-tools/gsyslimits.h
|
lib/gcc-lib/avr/3.3/install-tools/gsyslimits.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/README
|
lib/gcc-lib/avr/3.3/install-tools/include/README
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/float.h
|
lib/gcc-lib/avr/3.3/install-tools/include/float.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/iso646.h
|
lib/gcc-lib/avr/3.3/install-tools/include/iso646.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/limits.h
|
lib/gcc-lib/avr/3.3/install-tools/include/limits.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/stdarg.h
|
lib/gcc-lib/avr/3.3/install-tools/include/stdarg.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/stdbool.h
|
lib/gcc-lib/avr/3.3/install-tools/include/stdbool.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/stddef.h
|
lib/gcc-lib/avr/3.3/install-tools/include/stddef.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/include/varargs.h
|
lib/gcc-lib/avr/3.3/install-tools/include/varargs.h
|
||||||
lib/gcc-lib/avr/3.2/install-tools/mkheaders
|
lib/gcc-lib/avr/3.3/install-tools/mkheaders
|
||||||
lib/gcc-lib/avr/3.2/install-tools/mkheaders.conf
|
lib/gcc-lib/avr/3.3/install-tools/mkheaders.conf
|
||||||
lib/gcc-lib/avr/3.2/install-tools/mkinstalldirs
|
lib/gcc-lib/avr/3.3/install-tools/mkinstalldirs
|
||||||
lib/gcc-lib/avr/3.2/libgcc.a
|
lib/gcc-lib/avr/3.3/libgcc.a
|
||||||
lib/gcc-lib/avr/3.2/specs
|
lib/gcc-lib/avr/3.3/specs
|
||||||
lib/gcc-lib/avr/3.2/tradcpp0
|
|
||||||
share/locale/da/LC_MESSAGES/gcc.mo
|
share/locale/da/LC_MESSAGES/gcc.mo
|
||||||
share/locale/el/LC_MESSAGES/gcc.mo
|
share/locale/el/LC_MESSAGES/gcc.mo
|
||||||
share/locale/es/LC_MESSAGES/gcc.mo
|
share/locale/es/LC_MESSAGES/gcc.mo
|
||||||
|
@ -51,11 +50,11 @@ share/locale/ja/LC_MESSAGES/gcc.mo
|
||||||
share/locale/nl/LC_MESSAGES/gcc.mo
|
share/locale/nl/LC_MESSAGES/gcc.mo
|
||||||
share/locale/sv/LC_MESSAGES/gcc.mo
|
share/locale/sv/LC_MESSAGES/gcc.mo
|
||||||
share/locale/tr/LC_MESSAGES/gcc.mo
|
share/locale/tr/LC_MESSAGES/gcc.mo
|
||||||
@dirrm lib/gcc-lib/avr/3.2/avr3
|
@dirrm lib/gcc-lib/avr/3.3/avr3
|
||||||
@dirrm lib/gcc-lib/avr/3.2/avr4
|
@dirrm lib/gcc-lib/avr/3.3/avr4
|
||||||
@dirrm lib/gcc-lib/avr/3.2/avr5
|
@dirrm lib/gcc-lib/avr/3.3/avr5
|
||||||
@dirrm lib/gcc-lib/avr/3.2/include
|
@dirrm lib/gcc-lib/avr/3.3/include
|
||||||
@dirrm lib/gcc-lib/avr/3.2/install-tools/include
|
@dirrm lib/gcc-lib/avr/3.3/install-tools/include
|
||||||
@dirrm lib/gcc-lib/avr/3.2/install-tools
|
@dirrm lib/gcc-lib/avr/3.3/install-tools
|
||||||
@dirrm lib/gcc-lib/avr/3.2
|
@dirrm lib/gcc-lib/avr/3.3
|
||||||
@dirrm lib/gcc-lib/avr
|
@dirrm lib/gcc-lib/avr
|
||||||
|
|
Loading…
Add table
Reference in a new issue