FreeBSD Bugzilla – Attachment 10505 Details for
Bug 21049
Update port: devel/*-rtems-chill
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 16.29 KB, created by
James Housley
on 2000-09-05 04:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
James Housley
Created:
2000-09-05 04:10:00 UTC
Size:
16.29 KB
patch
obsolete
>diff -ruN ../devel.old/i386-rtems-chill/Makefile i386-rtems-chill/Makefile >--- ../devel.old/i386-rtems-chill/Makefile Fri Aug 11 10:38:10 2000 >+++ i386-rtems-chill/Makefile Mon Sep 4 21:15:05 2000 >@@ -2,40 +2,40 @@ > # Date created: 9 June 2000 > # Whom: James Housley <jim@thehousleys.net> > # >-# $FreeBSD: ports/devel/i386-rtems-chill/Makefile,v 1.3 2000/08/11 14:38:10 will Exp $ >+# $FreeBSD: ports/devel/i386-rtems-chill/Makefile,v 1.2 2000/08/11 04:57:17 will Exp $ > # > > PORTNAME= chill > PORTVERSION= 2.95.2 > CATEGORIES= devel >-MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/source/ \ >- http://www.thehousleys.net/rtems-4.5.0b3/ >+MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ >+ http://rtems.thehousleys.net/ > DISTFILES= ${CHILLNAME}.tar.gz ${NEWLIBNAME}.tar.gz >-PATCHFILES= ${CHILLNAME}-rtems-20000531.diff.gz \ >- ${NEWLIBNAME}-rtems-20000606.diff.gz >-PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/source/ \ >- http://www.thehousleys.net/rtems-4.5.0b3/ >+PATCHFILES= ${CHILLNAME}-rtems-20000724.diff.gz \ >+ ${NEWLIBNAME}-rtems-20000828.diff.gz >+PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ >+ http://rtems.thehousleys.net/ > > MAINTAINER= jim@thehousleys.net > >-BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf >- > DIST_SUBDIR= rtems > > LCLTARGET?= i386-rtems > >+PORTREVISION= 9 > CHILLNAME= gcc-2.95.2 > NEWLIBNAME= newlib-1.8.2 > MASTERDIR= ${.CURDIR}/../i386-rtems-chill > PLIST= ${PKGDIR}/PLIST.${LCLTARGET} > >-BUILD_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc >+BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ >+ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc > RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc > > PKGNAMEPREFIX= ${LCLTARGET}- > USE_GMAKE= yes > GNU_CONFIGURE= yes >-ALL_TARGET= all info >+ALL_TARGET= all > > CONFIGURE_TARGET?= --target=${LCLTARGET} > CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --verbose \ >@@ -68,8 +68,5 @@ > do-install: > @(cd ${WRKDIR}/build-${LCLTARGET} && \ > ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) >- >-post-install: >- @install-info ${PREFIX}/info/chill.info ${PREFIX}/info/dir > > .include <bsd.port.mk> >diff -ruN ../devel.old/i386-rtems-chill/files/md5 i386-rtems-chill/files/md5 >--- ../devel.old/i386-rtems-chill/files/md5 Mon Jul 10 00:32:03 2000 >+++ i386-rtems-chill/files/md5 Mon Sep 4 11:41:50 2000 >@@ -1,4 +1,4 @@ >-MD5 (rtems/gcc-2.95.2-rtems-20000531.diff.gz) = e62392e923fcfb4b472b5440903c618e > MD5 (rtems/gcc-2.95.2.tar.gz) = 1bf15194e6b99d088133b1d28176d949 >-MD5 (rtems/newlib-1.8.2-rtems-20000606.diff.gz) = ab84b0f07d4c07756ac37861679e4f5d > MD5 (rtems/newlib-1.8.2.tar.gz) = b4df8090127da174e42852dd200a42db >+MD5 (rtems/gcc-2.95.2-rtems-20000724.diff.gz) = 124dd38318d144559a68bd85a3825f8b >+MD5 (rtems/newlib-1.8.2-rtems-20000828.diff.gz) = 364444b42f76be1085e8094e6e98c5ba >diff -ruN ../devel.old/i386-rtems-chill/patches/patch-aa i386-rtems-chill/patches/patch-aa >--- ../devel.old/i386-rtems-chill/patches/patch-aa Mon Jul 10 00:32:03 2000 >+++ i386-rtems-chill/patches/patch-aa Fri Sep 1 21:16:21 2000 >@@ -1,21 +1,38 @@ >---- gcc/Makefile.in.orig Fri Aug 13 03:46:55 1999 >-+++ gcc/Makefile.in Mon Jun 12 22:04:15 2000 >-@@ -2590,18 +2590,6 @@ >- >- # Install the man pages. >- install-man: installdirs $(srcdir)/gcc.1 $(srcdir)/cccp.1 lang.install-man >-- -if [ -f gcc-cross$(exeext) ] ; then \ >-- rm -f $(man1dir)/$(GCC_CROSS_NAME)$(manext); \ >-- $(INSTALL_DATA) $(srcdir)/gcc.1 $(man1dir)/$(GCC_CROSS_NAME)$(manext); \ >-- chmod a-x $(man1dir)/$(GCC_CROSS_NAME)$(manext); \ >-- else \ >-- rm -f $(man1dir)/$(GCC_INSTALL_NAME)$(manext); \ >-- $(INSTALL_DATA) $(srcdir)/gcc.1 $(man1dir)/$(GCC_INSTALL_NAME)$(manext); \ >-- chmod a-x $(man1dir)/$(GCC_INSTALL_NAME)$(manext); \ >-- fi >-- -rm -f $(man1dir)/cccp$(manext) >-- -$(INSTALL_DATA) $(srcdir)/cccp.1 $(man1dir)/cccp$(manext) >-- -chmod a-x $(man1dir)/cccp$(manext) >- >- # Install the library. >- install-libgcc: libgcc.a installdirs >+--- Makefile.in.orig Fri Sep 1 21:07:00 2000 >++++ Makefile.in Fri Sep 1 21:16:11 2000 >+@@ -656,9 +656,7 @@ >+ install-autoconf \ >+ install-automake \ >+ install-bash \ >+- install-bfd \ >+ install-bzip2 \ >+- install-opcodes \ >+ install-binutils \ >+ install-bison \ >+ install-byacc \ >+@@ -689,11 +687,9 @@ >+ install-itcl \ >+ install-ld \ >+ install-libgui \ >+- install-libiberty \ >+ install-libtool \ >+ install-m4 \ >+ install-make \ >+- install-mmalloc \ >+ install-patch \ >+ install-perl \ >+ install-prms \ >+@@ -823,13 +819,11 @@ >+ install-target-libio \ >+ install-target-libstdc++ \ >+ install-target-libg++ \ >+- install-target-newlib \ >+ install-target-libf2c \ >+ install-target-libchill \ >+ install-target-libobjc \ >+ install-target-winsup \ >+ install-target-libgloss \ >+- install-target-libiberty \ >+ install-target-bsp \ >+ install-target-libjava \ >+ install-target-zlib \ >diff -ruN ../devel.old/i386-rtems-chill/patches/patch-ab i386-rtems-chill/patches/patch-ab >--- ../devel.old/i386-rtems-chill/patches/patch-ab Wed Dec 31 19:00:00 1969 >+++ i386-rtems-chill/patches/patch-ab Fri Sep 1 21:15:51 2000 >@@ -0,0 +1,84 @@ >+--- gcc/Makefile.in.orig Fri Aug 13 03:46:55 1999 >++++ gcc/Makefile.in Fri Sep 1 21:15:38 2000 >+@@ -400,7 +400,7 @@ >+ MAYBE_USE_COLLECT2 = @maybe_use_collect2@ >+ # It is convenient for configure to add the assignment at the beginning, >+ # so don't override it here. >+-USE_COLLECT2 = collect2$(exeext) >++USE_COLLECT2 = >+ >+ # List of extra C and assembler files to add to libgcc1.a. >+ # Assembler files should have names ending in `.asm'. >+@@ -437,7 +437,7 @@ >+ >+ # A list of all the language-specific executables. >+ # This is overridden by configure. >+-COMPILERS = cc1$(exeext) @all_compilers@ >++COMPILERS = @all_compilers@ >+ >+ # List of things which should already be built whenever we try to use xgcc >+ # to compile anything (without linking). >+@@ -2432,9 +2432,8 @@ >+ # Copy the compiler files into directories where they will be run. >+ # Install the driver last so that the window when things are >+ # broken is small. >+-install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \ >+- $(INSTALL_CPP) install-man install-info intl.install lang.install-normal \ >+- install-driver >++install-normal: install-common \ >++ intl.install lang.install-normal >+ >+ # Do nothing while making gcc with a cross-compiler. The person who >+ # makes gcc for the target machine has to know how to put a complete >+@@ -2507,51 +2506,6 @@ >+ else true; \ >+ fi; \ >+ done >+- for file in $(EXTRA_PASSES) $(EXTRA_PROGRAMS) $(USE_COLLECT2) ..; do \ >+- if [ x"$$file" != x.. ]; then \ >+- rm -f $(libsubdir)/$$file; \ >+- $(INSTALL_PROGRAM) $$file $(libsubdir)/$$file; \ >+- else true; fi; \ >+- done >+- for file in $(EXTRA_PARTS) ..; do \ >+- if [ x"$$file" != x.. ]; then \ >+- rm -f $(libsubdir)/$$file; \ >+- $(INSTALL_DATA) $$file $(libsubdir)/$$file; \ >+- chmod a-x $(libsubdir)/$$file; \ >+- else true; fi; \ >+- done >+-# Don't mess with specs if it doesn't exist yet. >+- -if [ -f specs ] ; then \ >+- rm -f $(libsubdir)/specs; \ >+- $(INSTALL_DATA) specs $(libsubdir)/specs; \ >+- chmod a-x $(libsubdir)/specs; \ >+- fi >+-# Install protoize if it was compiled. >+- -if [ -f protoize$(exeext) ]; \ >+- then \ >+- if [ -f gcc-cross$(exeext) ] ; then \ >+- rm -f $(bindir)/$(PROTOIZE_CROSS_NAME)$(exeext); \ >+- $(INSTALL_PROGRAM) protoize$(exeext) $(bindir)/$(PROTOIZE_CROSS_NAME)$(exeext); \ >+- rm -f $(bindir)/$(UNPROTOIZE_CROSS_NAME)$(exeext); \ >+- $(INSTALL_PROGRAM) unprotoize$(exeext) $(bindir)/$(UNPROTOIZE_CROSS_NAME)$(exeext); \ >+- else \ >+- rm -f $(bindir)/$(PROTOIZE_INSTALL_NAME)$(exeext); \ >+- $(INSTALL_PROGRAM) protoize$(exeext) $(bindir)/$(PROTOIZE_INSTALL_NAME)$(exeext); \ >+- rm -f $(bindir)/$(UNPROTOIZE_INSTALL_NAME)$(exeext); \ >+- $(INSTALL_PROGRAM) unprotoize$(exeext) $(bindir)/$(UNPROTOIZE_INSTALL_NAME)$(exeext); \ >+- fi ; \ >+- rm -f $(libsubdir)/SYSCALLS.c.X; \ >+- $(INSTALL_DATA) SYSCALLS.c.X $(libsubdir)/SYSCALLS.c.X; \ >+- chmod a-x $(libsubdir)/SYSCALLS.c.X; \ >+- fi >+- -rm -f $(libsubdir)/cpp$(exeext) >+- $(INSTALL_PROGRAM) cpp$(exeext) $(libsubdir)/cpp$(exeext) >+-# Install gcov if it was compiled. >+- -if [ -f gcov$(exeext) ]; \ >+- then \ >+- rm -f $(bindir)/gcov$(exeext); \ >+- $(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \ >+- fi >+ >+ # Install the driver program as $(target_alias)-gcc >+ # and also as either gcc (if native) or $(gcc_tooldir)/bin/gcc. >diff -ruN ../devel.old/i386-rtems-chill/pkg/DESCR i386-rtems-chill/pkg/DESCR >--- ../devel.old/i386-rtems-chill/pkg/DESCR Mon Jul 10 00:32:03 2000 >+++ i386-rtems-chill/pkg/DESCR Tue Aug 15 11:37:48 2000 >@@ -1,12 +1,10 @@ >-FSF gcc-2.8.1 for embedded Motorola M68K and Coldfire cross-development >- >-This port is used by devel/crossm68k-devel to generate a cross-development >-environment for embedded Motorola 68xxx and Coldfire applications. >- >-devel/m68knewlib uses this port as a dependency. >--------------------------------------------------------------------------- >-Jerry Hicks >-jhicks@glenatl.glenayre.com of Embedded Software development. >+The base port for all the RTEMS CHILL-gcc ports. RTEMS is a >+Real-Time Operating System of Embedded Software development. > It has its origins in the US Military, but is now open-source > and supported by a wide varity of GNU tool languages. It > a large number of processors and systems. >+ >+WWW: http://www.oarcorp.com >+ >+- Jim >+jim@thehousleys.net >diff -ruN ../devel.old/i386-rtems-chill/pkg/PLIST.i386-rtems i386-rtems-chill/pkg/PLIST.i386-rtems >--- ../devel.old/i386-rtems-chill/pkg/PLIST.i386-rtems Mon Jul 10 00:32:03 2000 >+++ i386-rtems-chill/pkg/PLIST.i386-rtems Mon Sep 4 12:08:43 2000 >@@ -1,7 +1,6 @@ > bin/i386-rtems-chill >-@unexec install-info --delete %D/info/chill.info %D/info/dir >-info/chill.info >-@exec install-info %D/info/chill.info %D/info/dir > lib/gcc-lib/i386-rtems/2.95.2/libchill.a > lib/gcc-lib/i386-rtems/2.95.2/cc1chill > lib/gcc-lib/i386-rtems/2.95.2/chillrt0.o >+lib/gcc-lib/i386-rtems/2.95.2/soft-float/chillrt0.o >+lib/gcc-lib/i386-rtems/2.95.2/soft-float/libchill.a >diff -ruN ../devel.old/i386-rtems-chill/pkg/PLIST.m68k-rtems i386-rtems-chill/pkg/PLIST.m68k-rtems >--- ../devel.old/i386-rtems-chill/pkg/PLIST.m68k-rtems Mon Jul 10 00:32:03 2000 >+++ i386-rtems-chill/pkg/PLIST.m68k-rtems Mon Sep 4 12:56:16 2000 >@@ -1,7 +1,12 @@ > bin/m68k-rtems-chill >-@unexec install-info --delete %D/info/chill.info %D/info/dir >-info/chill.info >-@exec install-info %D/info/chill.info %D/info/dir > lib/gcc-lib/m68k-rtems/2.95.2/libchill.a > lib/gcc-lib/m68k-rtems/2.95.2/cc1chill > lib/gcc-lib/m68k-rtems/2.95.2/chillrt0.o >+lib/gcc-lib/m68k-rtems/2.95.2/m68000/libchill.a >+lib/gcc-lib/m68k-rtems/2.95.2/m68000/chillrt0.o >+lib/gcc-lib/m68k-rtems/2.95.2/m5200/libchill.a >+lib/gcc-lib/m68k-rtems/2.95.2/m5200/chillrt0.o >+lib/gcc-lib/m68k-rtems/2.95.2/mcpu32/libchill.a >+lib/gcc-lib/m68k-rtems/2.95.2/mcpu32/chillrt0.o >+lib/gcc-lib/m68k-rtems/2.95.2/msoft-float/libchill.a >+lib/gcc-lib/m68k-rtems/2.95.2/msoft-float/chillrt0.o >diff -ruN ../devel.old/i386-rtems-chill/pkg/PLIST.mips64orion-rtems i386-rtems-chill/pkg/PLIST.mips64orion-rtems >--- ../devel.old/i386-rtems-chill/pkg/PLIST.mips64orion-rtems Mon Jul 10 00:32:04 2000 >+++ i386-rtems-chill/pkg/PLIST.mips64orion-rtems Mon Sep 4 13:42:53 2000 >@@ -1,7 +1,26 @@ > bin/mips64orion-rtems-chill >-@unexec install-info --delete %D/info/chill.info %D/info/dir >-info/chill.info >-@exec install-info %D/info/chill.info %D/info/dir > lib/gcc-lib/mips64orion-rtems/2.95.2/libchill.a > lib/gcc-lib/mips64orion-rtems/2.95.2/cc1chill > lib/gcc-lib/mips64orion-rtems/2.95.2/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/el/mips1/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/el/mips1/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/el/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/el/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/mips1/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/mips1/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/single/el/mips1/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/single/el/mips1/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/single/el/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/single/el/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/single/mips1/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/single/mips1/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/single/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/single/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/soft-float/el/mips1/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/soft-float/el/mips1/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/soft-float/el/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/soft-float/el/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/soft-float/mips1/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/soft-float/mips1/chillrt0.o >+lib/gcc-lib/mips64orion-rtems/2.95.2/soft-float/libchill.a >+lib/gcc-lib/mips64orion-rtems/2.95.2/soft-float/chillrt0.o >diff -ruN ../devel.old/i386-rtems-chill/pkg/PLIST.powerpc-rtems i386-rtems-chill/pkg/PLIST.powerpc-rtems >--- ../devel.old/i386-rtems-chill/pkg/PLIST.powerpc-rtems Mon Jul 10 00:32:04 2000 >+++ i386-rtems-chill/pkg/PLIST.powerpc-rtems Mon Sep 4 14:42:21 2000 >@@ -1,7 +1,20 @@ > bin/powerpc-rtems-chill >-@unexec install-info --delete %D/info/chill.info %D/info/dir >-info/chill.info >-@exec install-info %D/info/chill.info %D/info/dir > lib/gcc-lib/powerpc-rtems/2.95.2/libchill.a > lib/gcc-lib/powerpc-rtems/2.95.2/cc1chill > lib/gcc-lib/powerpc-rtems/2.95.2/chillrt0.o >+lib/gcc-lib/powerpc-rtems/2.95.2/ca/libchill.a >+lib/gcc-lib/powerpc-rtems/2.95.2/ca/chillrt0.o >+lib/gcc-lib/powerpc-rtems/2.95.2/le/ca/libchill.a >+lib/gcc-lib/powerpc-rtems/2.95.2/le/ca/chillrt0.o >+lib/gcc-lib/powerpc-rtems/2.95.2/le/libchill.a >+lib/gcc-lib/powerpc-rtems/2.95.2/le/chillrt0.o >+lib/gcc-lib/powerpc-rtems/2.95.2/lin/libchill.a >+lib/gcc-lib/powerpc-rtems/2.95.2/lin/chillrt0.o >+lib/gcc-lib/powerpc-rtems/2.95.2/nof/ca/libchill.a >+lib/gcc-lib/powerpc-rtems/2.95.2/nof/ca/chillrt0.o >+lib/gcc-lib/powerpc-rtems/2.95.2/nof/le/ca/libchill.a >+lib/gcc-lib/powerpc-rtems/2.95.2/nof/le/ca/chillrt0.o >+lib/gcc-lib/powerpc-rtems/2.95.2/nof/le/libchill.a >+lib/gcc-lib/powerpc-rtems/2.95.2/nof/le/chillrt0.o >+lib/gcc-lib/powerpc-rtems/2.95.2/nof/libchill.a >+lib/gcc-lib/powerpc-rtems/2.95.2/nof/chillrt0.o >diff -ruN ../devel.old/i386-rtems-chill/pkg/PLIST.sh-rtems i386-rtems-chill/pkg/PLIST.sh-rtems >--- ../devel.old/i386-rtems-chill/pkg/PLIST.sh-rtems Mon Jul 10 00:32:04 2000 >+++ i386-rtems-chill/pkg/PLIST.sh-rtems Mon Sep 4 16:21:06 2000 >@@ -1,7 +1,26 @@ > bin/sh-rtems-chill >-@unexec install-info --delete %D/info/chill.info %D/info/dir >-info/chill.info >-@exec install-info %D/info/chill.info %D/info/dir > lib/gcc-lib/sh-rtems/2.95.2/libchill.a > lib/gcc-lib/sh-rtems/2.95.2/cc1chill > lib/gcc-lib/sh-rtems/2.95.2/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/m2/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/m2/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/m3e/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/m3e/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/m4/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/m4/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/m4-single/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/m4-single/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/m4-single-only/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/m4-single-only/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/ml/m2/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/ml/m2/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/ml/m3e/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/ml/m3e/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/ml/m4/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/ml/m4/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/ml/m4-single/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/ml/m4-single/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/ml/m4-single-only/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/ml/m4-single-only/chillrt0.o >+lib/gcc-lib/sh-rtems/2.95.2/ml/libchill.a >+lib/gcc-lib/sh-rtems/2.95.2/ml/chillrt0.o >diff -ruN ../devel.old/i386-rtems-chill/pkg/PLIST.sparc-rtems i386-rtems-chill/pkg/PLIST.sparc-rtems >--- ../devel.old/i386-rtems-chill/pkg/PLIST.sparc-rtems Mon Jul 10 00:32:04 2000 >+++ i386-rtems-chill/pkg/PLIST.sparc-rtems Mon Sep 4 17:11:03 2000 >@@ -1,7 +1,6 @@ > bin/sparc-rtems-chill >-@unexec install-info --delete %D/info/chill.info %D/info/dir >-info/chill.info >-@exec install-info %D/info/chill.info %D/info/dir > lib/gcc-lib/sparc-rtems/2.95.2/libchill.a > lib/gcc-lib/sparc-rtems/2.95.2/cc1chill > lib/gcc-lib/sparc-rtems/2.95.2/chillrt0.o >+lib/gcc-lib/sparc-rtems/2.95.2/soft/chillrt0.o >+lib/gcc-lib/sparc-rtems/2.95.2/soft/libchill.a
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21049
: 10505