git: 0722111cffc6 - main - devel/zpu-gcc: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 09:23:22 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=0722111cffc640008a8c8bd3b558219af44eb693 commit 0722111cffc640008a8c8bd3b558219af44eb693 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-04-30 09:23:14 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-04-30 09:23:14 +0000 devel/zpu-gcc: Remove expired port: 2023-04-30 devel/zpu-gcc: Broken with latest C compiler and port unused --- MOVED | 1 + devel/Makefile | 1 - devel/zpu-gcc/Makefile | 45 ------- devel/zpu-gcc/distinfo | 2 - devel/zpu-gcc/files/configure.sh | 18 --- devel/zpu-gcc/files/install.sh | 3 - devel/zpu-gcc/files/patch-binutils_Makefile.in | 13 -- .../files/patch-binutils_ld_emulparams_zpuelf.sh | 9 -- devel/zpu-gcc/files/patch-build.sh | 34 ----- devel/zpu-gcc/files/patch-gcc_Makefile.in | 11 -- devel/zpu-gcc/files/patch-gcc_gcc_Makefile.in | 44 ------- .../zpu-gcc/files/patch-gcc_gcc_fixinc_mkfixinc.sh | 11 -- .../files/patch-gcc_libgloss_zpu_Makefile.in | 47 ------- devel/zpu-gcc/pkg-descr | 9 -- devel/zpu-gcc/pkg-plist | 142 --------------------- 15 files changed, 1 insertion(+), 389 deletions(-) diff --git a/MOVED b/MOVED index bd873c90da5b..38df844b0b06 100644 --- a/MOVED +++ b/MOVED @@ -17916,3 +17916,4 @@ sysutils/py-psutil121|sysutils/py-psutil|2023-04-30|Has expired: Use sysutils/py www/dolibarr13||2023-04-30|Has expired: No support PHP >= 8.x www/dolibarr15||2023-04-30|Has expired: No support PHP >= 8.x www/dolibarr14||2023-04-30|Has expired: No support PHP >= 8.x +devel/zpu-gcc||2023-04-30|Has expired: Broken with latest C compiler and port unused diff --git a/devel/Makefile b/devel/Makefile index cf204c8120c1..596fc08e849b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7732,7 +7732,6 @@ SUBDIR += zls SUBDIR += zookeeper SUBDIR += zpu-binutils - SUBDIR += zpu-gcc SUBDIR += zthread SUBDIR += zycore-c SUBDIR += zydis diff --git a/devel/zpu-gcc/Makefile b/devel/zpu-gcc/Makefile deleted file mode 100644 index 920c9a158ef6..000000000000 --- a/devel/zpu-gcc/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -PORTNAME= zpu-gcc -PORTVERSION= 1.0 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= LOCAL/db -DISTNAME= zpu-toolchain-${PORTVERSION} - -MAINTAINER= db@FreeBSD.org -COMMENT= ZPU gcc compiler -WWW= https://opensource.zylin.com/zpu.htm - -LICENSE= GPLv2 - -DEPRECATED= Broken with latest C compiler and port unused -EXPIRATION_DATE= 2023-04-30 -BROKEN= Broken with latest C compilers will not fix - -BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-elf-as:devel/zpu-binutils -RUN_DEPENDS:= ${BUILD_DEPENDS} - -WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain -USES= gettext gmake makeinfo -MANDIRS= ${PREFIX}/zpu/man -INFO= zpuc/cpp zpuc/cppinternals zpuc/gcc zpuc/gccinstall \ - zpuc/gccint - -post-patch: - @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' ${WRKSRC}/build.sh - ${CP} ${FILESDIR}/install.sh ${WRKSRC} - @${REINPLACE_CMD} -e 's|%%MAKE_CMD%%|${MAKE_CMD}|' ${WRKSRC}/build.sh \ - ${WRKSRC}/install.sh - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/build.sh - @${REINPLACE_CMD} -e 's|%%DESTDIR%%|${STAGEDIR}|g' ${WRKSRC}/gcc/Makefile.in - -do-install: - cd ${WRKSRC} && ${SH} install.sh - -post-stage: - @${RM} ${STAGEDIR}${PREFIX}/zpu/lib/libiberty.a - @${RMDIR} ${STAGEDIR}${PREFIX}/zpu/include - -do-build: - cd ${WRKSRC} && ${SETENV} CONFIG_SITE=${CONFIG_SITE} ${SH} build.sh - -.include <bsd.port.mk> diff --git a/devel/zpu-gcc/distinfo b/devel/zpu-gcc/distinfo deleted file mode 100644 index 95fc910df9c3..000000000000 --- a/devel/zpu-gcc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zpu-toolchain-1.0.tar.gz) = fec2f0f18777456a54dcaf92970aa78047d5764e741cc4807ac21bf69a989f0e -SIZE (zpu-toolchain-1.0.tar.gz) = 52147780 diff --git a/devel/zpu-gcc/files/configure.sh b/devel/zpu-gcc/files/configure.sh deleted file mode 100644 index cc68c814cb4f..000000000000 --- a/devel/zpu-gcc/files/configure.sh +++ /dev/null @@ -1,18 +0,0 @@ -set -e -rm -rf build -mkdir build -cd build -../binutils/configure --target=zpu-elf --prefix=/usr/local -#gmake -#gmake install -cd .. - -export PATH=/usr/local/zpu/bin:$PATH -rm -rf gccbuild -mkdir gccbuild -cd gccbuild -../gcc/configure --target=zpu-elf --prefix=/usr/local --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc -../gcc/configure --target=zpu-elf --prefix=`pwd`/../install --enable-languages=c --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc -#gmake -#gmake install - diff --git a/devel/zpu-gcc/files/install.sh b/devel/zpu-gcc/files/install.sh deleted file mode 100644 index a21b5135dd08..000000000000 --- a/devel/zpu-gcc/files/install.sh +++ /dev/null @@ -1,3 +0,0 @@ -export PATH=/usr/local/zpu/bin:$PATH -cd gccbuild -%%MAKE_CMD%% install diff --git a/devel/zpu-gcc/files/patch-binutils_Makefile.in b/devel/zpu-gcc/files/patch-binutils_Makefile.in deleted file mode 100644 index c5e2f14759f1..000000000000 --- a/devel/zpu-gcc/files/patch-binutils_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- binutils/Makefile.in.orig 2012-10-11 18:40:22.000000000 -0500 -+++ binutils/Makefile.in 2012-10-13 10:55:52.000000000 -0500 -@@ -141,8 +141,8 @@ - - # compilers to use to create programs which must be run in the build - # environment. --CC_FOR_BUILD = @CC_FOR_BUILD@ --CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ -+CC_FOR_BUILD = ${CC} -+CFLAGS_FOR_BUILD = ${CFLAGS} - - CXX_FOR_BUILD = $(CXX) - diff --git a/devel/zpu-gcc/files/patch-binutils_ld_emulparams_zpuelf.sh b/devel/zpu-gcc/files/patch-binutils_ld_emulparams_zpuelf.sh deleted file mode 100644 index faea13452756..000000000000 --- a/devel/zpu-gcc/files/patch-binutils_ld_emulparams_zpuelf.sh +++ /dev/null @@ -1,9 +0,0 @@ ---- binutils/ld/emulparams/zpuelf.sh.orig 2012-10-12 15:43:08.000000000 -0500 -+++ binutils/ld/emulparams/zpuelf.sh 2012-10-12 15:43:55.000000000 -0500 -@@ -27,4 +27,5 @@ - DTOR_START='___dtors = .;' - DTOR_END='___dtors_end = .;' - --STACK_ADDR=(0x1000000-0x10000) -+STACK_ADDR=0x1000000-0x10000 -+#STACK_ADDR=(0x1000000-0x10000) diff --git a/devel/zpu-gcc/files/patch-build.sh b/devel/zpu-gcc/files/patch-build.sh deleted file mode 100644 index 40b658f17edb..000000000000 --- a/devel/zpu-gcc/files/patch-build.sh +++ /dev/null @@ -1,34 +0,0 @@ ---- build.sh.orig 2012-10-11 18:40:23.000000000 -0500 -+++ build.sh 2012-10-19 19:35:57.000000000 -0500 -@@ -1,18 +1,19 @@ -+export CC=cc - set -e --rm -rf build --mkdir build --cd build --../binutils/configure --target=zpu-elf --prefix=`pwd`/../install --make --make install --cd .. -+#rm -rf build -+#mkdir build -+#cd build -+#../binutils/configure --target=zpu-elf --prefix=%%PREFIX%%/zpu -+#gmake -+#gmake install -+#cd .. - --export PATH=`pwd`/install/bin:$PATH -+export PATH=/usr/local/zpu/bin:$PATH - rm -rf gccbuild - mkdir gccbuild - cd gccbuild --#../gcc/configure --target=zpu-elf --prefix=`pwd`/../install --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc --../gcc/configure --target=zpu-elf --prefix=`pwd`/../install --enable-languages=c --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc --make --make install -+##../gcc/configure --target=zpu-elf --prefix=%%PREFIX%%/zpu --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc -+../gcc/configure --target=zpu-elf --prefix=%%PREFIX%%/zpu --infodir=%%PREFIX%%/share/info/zpuc --enable-languages=c --with-gnu-as --with-gnu-ld --with-newlib --disable-shared --enable-newlib -v --enable-checking=misc,tree,rtl,rtlflag,gc,gcac,fold --disable-multilib --disable-threads --enable-sjlj-exceptions --enable-libstdcxx-allocator=malloc -+%%MAKE_CMD%% -+#gmake install - diff --git a/devel/zpu-gcc/files/patch-gcc_Makefile.in b/devel/zpu-gcc/files/patch-gcc_Makefile.in deleted file mode 100644 index 58cef3ad40b4..000000000000 --- a/devel/zpu-gcc/files/patch-gcc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/Makefile.in.orig 2014-01-03 18:42:06.597988667 -0500 -+++ gcc/Makefile.in 2014-01-03 18:43:34.929982234 -0500 -@@ -385,7 +385,7 @@ - - # Flags to pass down to all sub-makes. - BASE_FLAGS_TO_PASS = \ -- "DESTDIR=$(DESTDIR)" \ -+ "DESTDIR=%%DESTDIR%%" \ - "RPATH_ENVVAR=$(RPATH_ENVVAR)" \ - "TARGET_SUBDIR=$(TARGET_SUBDIR)" \ - "bindir=$(bindir)" \ diff --git a/devel/zpu-gcc/files/patch-gcc_gcc_Makefile.in b/devel/zpu-gcc/files/patch-gcc_gcc_Makefile.in deleted file mode 100644 index ff75568dc574..000000000000 --- a/devel/zpu-gcc/files/patch-gcc_gcc_Makefile.in +++ /dev/null @@ -1,44 +0,0 @@ ---- gcc/gcc/Makefile.in.orig 2012-10-11 19:40:24.000000000 -0400 -+++ gcc/gcc/Makefile.in 2014-01-05 15:29:59.371874048 -0500 -@@ -762,6 +762,7 @@ - # subdirectories. - # ??? The choices here will need some experimenting with. - -+DESTDIR=%%DESTDIR%% - export AR_FOR_TARGET - export AR_CREATE_FOR_TARGET - export AR_FLAGS_FOR_TARGET -@@ -769,7 +770,7 @@ - export AWK - export BUILD_PREFIX - export BUILD_PREFIX_1 --export DESTDIR -+#export DESTDIR - export GCC_FOR_TARGET - export INCLUDES - export INSTALL_DATA -@@ -2512,6 +2513,7 @@ - - .PHONY: install-gcc-tooldir - install-gcc-tooldir: -+ echo install-gcc-tooldir DESTDIR = ${DESTDIR} - $(SHELL) ${srcdir}/mkinstalldirs $(DESTDIR)$(gcc_tooldir) - - # Build fixed copies of system files. -@@ -2919,13 +2921,13 @@ - -rm -f $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) - -$(INSTALL_PROGRAM) xgcc$(exeext) $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) - -rm -f $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version) -+ ls -ld gcc-cross$(exeext) - -( cd $(DESTDIR)$(bindir) && \ - $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version) ) - -if [ -f gcc-cross$(exeext) ] ; then \ -- if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \ -- rm -f $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \ -+ mkdir -p $(DESTDIR)$(gcc_tooldir)/bin/.; \ -+ mkdir -p $(DESTDIR)$(gcc_tooldir)/bin/.; \ - $(INSTALL_PROGRAM) gcc-cross$(exeext) $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \ -- else true; fi; \ - else \ - rm -f $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-tmp$(exeext); \ - ( cd $(DESTDIR)$(bindir) && \ diff --git a/devel/zpu-gcc/files/patch-gcc_gcc_fixinc_mkfixinc.sh b/devel/zpu-gcc/files/patch-gcc_gcc_fixinc_mkfixinc.sh deleted file mode 100644 index 7a0abb7509e4..000000000000 --- a/devel/zpu-gcc/files/patch-gcc_gcc_fixinc_mkfixinc.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/gcc/fixinc/mkfixinc.sh.orig 2013-06-17 08:08:36.000000000 -0400 -+++ gcc/gcc/fixinc/mkfixinc.sh 2013-06-17 08:08:54.000000000 -0400 -@@ -72,7 +72,7 @@ - # OK. We gotta make the thing. - # make and install either the binary or the default script - --defs="SHELL=\"$SHELL\" CC=\"$CC\" CFLAGS=\"$CFLAGS\" LDFLAGS=\"$LDFLAGS\" LIBERTY=\"$LIBERTY\"" -+defs="SHELL=\"/bin/sh\" CC=\"$CC\" CFLAGS=\"$CFLAGS\" LDFLAGS=\"$LDFLAGS\" LIBERTY=\"$LIBERTY\"" - cmd="$MAKE ${defs} install-bin" - echo $cmd - eval $cmd diff --git a/devel/zpu-gcc/files/patch-gcc_libgloss_zpu_Makefile.in b/devel/zpu-gcc/files/patch-gcc_libgloss_zpu_Makefile.in deleted file mode 100644 index 2451fe8eb4eb..000000000000 --- a/devel/zpu-gcc/files/patch-gcc_libgloss_zpu_Makefile.in +++ /dev/null @@ -1,47 +0,0 @@ ---- gcc/libgloss/zpu/Makefile.in.orig 2012-10-11 19:40:33.000000000 -0400 -+++ gcc/libgloss/zpu/Makefile.in 2014-01-05 16:38:11.241591883 -0500 -@@ -48,12 +48,8 @@ - RANLIB = @RANLIB@ - AR_FLAGS = qv - --OBJDUMP = `if [ -f ${objroot}/../binutils/objdump ] ; \ -- then echo ${objroot}/../binutils/objdump ; \ -- else t='$(program_transform_name)'; echo objdump | sed -e $$t ; fi` --OBJCOPY = `if [ -f ${objroot}/../binutils/objcopy ] ; \ -- then echo ${objroot}/../binutils/objcopy ; \ -- else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi` -+OBJDUMP = $(prefix)/bin/zpu-elf-objdump -+OBJCOPY = $(prefix)/bin/zpu-elf-objcopy - - SCRIPTS = - -@@ -108,10 +104,10 @@ - - .PHONY: install info install-info clean-info - install: install-scripts -- $(INSTALL_PROGRAM) $(CRT0) $(tooldir)/lib${MULTISUBDIR}/$(CRT0) -- $(INSTALL_PROGRAM) $(IO) $(tooldir)/lib${MULTISUBDIR}/$(IO) -+ $(INSTALL_PROGRAM) $(CRT0) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(CRT0) -+ $(INSTALL_PROGRAM) $(IO) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(IO) - @for bsp in ${BSP}; do\ -- $(INSTALL_PROGRAM) $${bsp} $(tooldir)/lib${MULTISUBDIR}; \ -+ $(INSTALL_PROGRAM) $${bsp} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \ - done - - # Install the linker script in the correct place. -@@ -122,8 +118,6 @@ - t='$(program_transform_name)'; \ - objdump=`echo objdump | sed -e $$t`; \ - fi ; \ -- name=`$$objdump -f $(CRT0) | sed '/^$$/d'`; -- name=`$$objdump -f $(IO) | sed '/^$$/d'`; - - doc: - info: -@@ -139,4 +133,4 @@ - .c.o: - $(CC) $(CFLAGS_FOR_TARGET) $(INCLUDES) -c $(CFLAGS) -fomit-frame-pointer -ffunction-sections -fdata-sections $< - -- -\ No newline at end of file -+ diff --git a/devel/zpu-gcc/pkg-descr b/devel/zpu-gcc/pkg-descr deleted file mode 100644 index 90049a0e4dc6..000000000000 --- a/devel/zpu-gcc/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -zpu-gcc compiler suite for the zpu - -Typical usage seems to be experienced engineers who have some very -particular requirements that can only be met using the ZPU due to technical -or licensing issues. - -Academic circles have found the ZPU appealing since the actual core is -trivial and allows them to focus on some other aspect of research or -student exercises. diff --git a/devel/zpu-gcc/pkg-plist b/devel/zpu-gcc/pkg-plist deleted file mode 100644 index 42f9f4d57caa..000000000000 --- a/devel/zpu-gcc/pkg-plist +++ /dev/null @@ -1,142 +0,0 @@ -zpu/bin/zpu-elf-cpp -zpu/bin/zpu-elf-gcc -zpu/bin/zpu-elf-gcc-3.4.2 -zpu/bin/zpu-elf-gccbug -zpu/bin/zpu-elf-gcov -zpu/lib/gcc/zpu-elf/3.4.2/crtbegin.o -zpu/lib/gcc/zpu-elf/3.4.2/crtend.o -zpu/lib/gcc/zpu-elf/3.4.2/crti.o -zpu/lib/gcc/zpu-elf/3.4.2/crtn.o -zpu/lib/gcc/zpu-elf/3.4.2/include/README -zpu/lib/gcc/zpu-elf/3.4.2/include/fixed -zpu/lib/gcc/zpu-elf/3.4.2/include/float.h -zpu/lib/gcc/zpu-elf/3.4.2/include/iso646.h -zpu/lib/gcc/zpu-elf/3.4.2/include/limits.h -zpu/lib/gcc/zpu-elf/3.4.2/include/stdarg.h -zpu/lib/gcc/zpu-elf/3.4.2/include/stdbool.h -zpu/lib/gcc/zpu-elf/3.4.2/include/stddef.h -zpu/lib/gcc/zpu-elf/3.4.2/include/syslimits.h -zpu/lib/gcc/zpu-elf/3.4.2/include/unwind.h -zpu/lib/gcc/zpu-elf/3.4.2/include/varargs.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/gsyslimits.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/README -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/float.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/iso646.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/limits.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/stdarg.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/stdbool.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/stddef.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/unwind.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/include/varargs.h -zpu/lib/gcc/zpu-elf/3.4.2/install-tools/mkheaders.conf -zpu/lib/gcc/zpu-elf/3.4.2/libgcc.a -zpu/lib/gcc/zpu-elf/3.4.2/libgcov.a -zpu/lib/gcc/zpu-elf/3.4.2/specs -zpu/libexec/gcc/zpu-elf/3.4.2/cc1 -zpu/libexec/gcc/zpu-elf/3.4.2/collect2 -zpu/libexec/gcc/zpu-elf/3.4.2/install-tools/fix-header -zpu/libexec/gcc/zpu-elf/3.4.2/install-tools/fixinc.sh -zpu/libexec/gcc/zpu-elf/3.4.2/install-tools/fixincl -zpu/libexec/gcc/zpu-elf/3.4.2/install-tools/fixproto -zpu/libexec/gcc/zpu-elf/3.4.2/install-tools/mkheaders -zpu/libexec/gcc/zpu-elf/3.4.2/install-tools/mkinstalldirs -zpu/man/man1/zpu-elf-cpp.1.gz -zpu/man/man1/zpu-elf-gcc.1.gz -zpu/man/man1/zpu-elf-gcov.1.gz -zpu/man/man7/fsf-funding.7.gz -zpu/man/man7/gfdl.7.gz -zpu/man/man7/gpl.7.gz -zpu/share/locale/be/LC_MESSAGES/gcc.mo -zpu/share/locale/ca/LC_MESSAGES/gcc.mo -zpu/share/locale/da/LC_MESSAGES/gcc.mo -zpu/share/locale/de/LC_MESSAGES/gcc.mo -zpu/share/locale/el/LC_MESSAGES/gcc.mo -zpu/share/locale/es/LC_MESSAGES/gcc.mo -zpu/share/locale/fr/LC_MESSAGES/gcc.mo -zpu/share/locale/ja/LC_MESSAGES/gcc.mo -zpu/share/locale/nl/LC_MESSAGES/gcc.mo -zpu/share/locale/sv/LC_MESSAGES/gcc.mo -zpu/share/locale/tr/LC_MESSAGES/gcc.mo -zpu/zpu-elf/bin/gcc -zpu/zpu-elf/include/_ansi.h -zpu/zpu-elf/include/_syslist.h -zpu/zpu-elf/include/alloca.h -zpu/zpu-elf/include/ar.h -zpu/zpu-elf/include/argz.h -zpu/zpu-elf/include/assert.h -zpu/zpu-elf/include/ctype.h -zpu/zpu-elf/include/dirent.h -zpu/zpu-elf/include/envz.h -zpu/zpu-elf/include/errno.h -zpu/zpu-elf/include/fastmath.h -zpu/zpu-elf/include/fcntl.h -zpu/zpu-elf/include/grp.h -zpu/zpu-elf/include/iconv.h -zpu/zpu-elf/include/ieeefp.h -zpu/zpu-elf/include/langinfo.h -zpu/zpu-elf/include/limits.h -zpu/zpu-elf/include/locale.h -zpu/zpu-elf/include/machine/ansi.h -zpu/zpu-elf/include/machine/fastmath.h -zpu/zpu-elf/include/machine/ieeefp.h -zpu/zpu-elf/include/machine/malloc.h -zpu/zpu-elf/include/machine/setjmp-dj.h -zpu/zpu-elf/include/machine/setjmp.h -zpu/zpu-elf/include/machine/stdlib.h -zpu/zpu-elf/include/machine/termios.h -zpu/zpu-elf/include/machine/time.h -zpu/zpu-elf/include/machine/types.h -zpu/zpu-elf/include/malloc.h -zpu/zpu-elf/include/math.h -zpu/zpu-elf/include/newlib.h -zpu/zpu-elf/include/paths.h -zpu/zpu-elf/include/process.h -zpu/zpu-elf/include/pthread.h -zpu/zpu-elf/include/pwd.h -zpu/zpu-elf/include/reent.h -zpu/zpu-elf/include/regdef.h -zpu/zpu-elf/include/search.h -zpu/zpu-elf/include/setjmp.h -zpu/zpu-elf/include/signal.h -zpu/zpu-elf/include/stdio.h -zpu/zpu-elf/include/stdlib.h -zpu/zpu-elf/include/string.h -zpu/zpu-elf/include/sys/_types.h -zpu/zpu-elf/include/sys/cdefs.h -zpu/zpu-elf/include/sys/config.h -zpu/zpu-elf/include/sys/dirent.h -zpu/zpu-elf/include/sys/errno.h -zpu/zpu-elf/include/sys/fcntl.h -zpu/zpu-elf/include/sys/features.h -zpu/zpu-elf/include/sys/file.h -zpu/zpu-elf/include/sys/lock.h -zpu/zpu-elf/include/sys/param.h -zpu/zpu-elf/include/sys/queue.h -zpu/zpu-elf/include/sys/reent.h -zpu/zpu-elf/include/sys/resource.h -zpu/zpu-elf/include/sys/sched.h -zpu/zpu-elf/include/sys/signal.h -zpu/zpu-elf/include/sys/stat.h -zpu/zpu-elf/include/sys/stdio.h -zpu/zpu-elf/include/sys/syslimits.h -zpu/zpu-elf/include/sys/time.h -zpu/zpu-elf/include/sys/timeb.h -zpu/zpu-elf/include/sys/times.h -zpu/zpu-elf/include/sys/types.h -zpu/zpu-elf/include/sys/unistd.h -zpu/zpu-elf/include/sys/utime.h -zpu/zpu-elf/include/sys/wait.h -zpu/zpu-elf/include/termios.h -zpu/zpu-elf/include/time.h -zpu/zpu-elf/include/unctrl.h -zpu/zpu-elf/include/unistd.h -zpu/zpu-elf/include/utime.h -zpu/zpu-elf/include/utmp.h -zpu/zpu-elf/include/wchar.h -zpu/zpu-elf/include/wctype.h -zpu/zpu-elf/lib/crt0.o -zpu/zpu-elf/lib/crt_io.o -zpu/zpu-elf/lib/libbcc.a -zpu/zpu-elf/lib/libc.a -zpu/zpu-elf/lib/libg.a -zpu/zpu-elf/lib/libm.a