View | Details | Raw Unified | Return to bug 20930
Collapse All | Expand All

(-)i386-rtems-binutils/Makefile (-9 / +10 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	binutils
8
PORTNAME=	binutils
9
PORTVERSION=	2.9.5.0.24
9
PORTVERSION=	2.10
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=   ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/source/ \
11
MASTER_SITES=	ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
12
		http://www.thehousleys.net/rtems-4.5.0b3/
12
		http://rtems.thehousleys.net/
13
PATCHFILES=	${BINNAME}-rtems-20000207.diff.gz
13
DISTFILES=	${BINNAME}.tar.gz
14
PATCH_SITES=	ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/source/ \
14
PATCHFILES=	${BINNAME}-rtems-20000726.diff.gz
15
		http://www.thehousleys.net/rtems-4.5.0b3/
15
PATCH_SITES=	ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
16
		http://rtems.thehousleys.net/
16
17
17
MAINTAINER=	jim@thehousleys.net
18
MAINTAINER=	jim@thehousleys.net
18
19
Lines 20-26 Link Here
20
21
21
LCLTARGET?=	i386-rtems
22
LCLTARGET?=	i386-rtems
22
23
23
BINNAME=	binutils-2.9.5.0.24
24
PORTREVISION=	2
25
BINNAME=	binutils-2.10
24
MASTERDIR=	${.CURDIR}/../i386-rtems-binutils
26
MASTERDIR=	${.CURDIR}/../i386-rtems-binutils
25
PLIST=		${PKGDIR}/PLIST.${LCLTARGET}
27
PLIST=		${PKGDIR}/PLIST.${LCLTARGET}
26
28
Lines 38-45 Link Here
38
		${LCLTARGET}-ranlib.1 ${LCLTARGET}-size.1 \
40
		${LCLTARGET}-ranlib.1 ${LCLTARGET}-size.1 \
39
		${LCLTARGET}-strings.1 ${LCLTARGET}-strip.1 \
41
		${LCLTARGET}-strings.1 ${LCLTARGET}-strip.1 \
40
		${LCLTARGET}-objcopy.1 ${LCLTARGET}-addr2line.1 \
42
		${LCLTARGET}-objcopy.1 ${LCLTARGET}-addr2line.1 \
41
		${LCLTARGET}-nlmconv.1 ${LCLTARGET}-c++filt.1 \
43
		${LCLTARGET}-nlmconv.1 ${LCLTARGET}-as.1 ${LCLTARGET}-ld.1
42
		${LCLTARGET}-as.1 ${LCLTARGET}-ld.1
43
44
44
.if defined(PATCH_DEBUG)
45
.if defined(PATCH_DEBUG)
45
PATCH_DIST_ARGS=   -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
46
PATCH_DIST_ARGS=   -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
(-)i386-rtems-binutils/files/md5 (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (rtems/binutils-2.9.5.0.24-rtems-20000207.diff.gz) = 3b6e19c6f6bf569437dafdde69d9ef3a
1
MD5 (rtems/binutils-2.10.tar.gz) = 4feaad7d856509d9f8844f21a0a9e4b7
2
MD5 (rtems/binutils-2.9.5.0.24.tar.gz) = a87ace0b5a3eee5ea8a8723db9c51b7a
2
MD5 (rtems/binutils-2.10-rtems-20000726.diff.gz) = 3802eebcbefec5b7d8a8d2bcecb4be28
(-)i386-rtems-binutils/patches/patch-aa (+48 lines)
Line 0 Link Here
1
--- binutils/Makefile.in.orig	Fri Apr  7 00:39:24 2000
2
+++ binutils/Makefile.in	Thu Aug 24 09:33:00 2000
3
@@ -152,14 +152,14 @@
4
 SRCONV_PROG = srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT) 
5
 
6
 man_MANS = ar.1 nm.1 objdump.1 ranlib.1 size.1 strings.1 strip.1 objcopy.1 \
7
-	addr2line.1 nlmconv.1 $(DEMANGLER_NAME).1
8
+	addr2line.1 nlmconv.1
9
 
10
 
11
-PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ $(ADDR2LINE_PROG) $(READELF_PROG) @BUILD_DLLWRAP@ @BUILD_MISC@
12
+PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ $(ADDR2LINE_PROG) $(READELF_PROG) @BUILD_DLLWRAP@ @BUILD_MISC@
13
 
14
 bin_PROGRAMS = $(SIZE_PROG) $(OBJDUMP_PROG) $(AR_PROG) $(STRINGS_PROG) $(RANLIB_PROG) $(OBJCOPY_PROG) @BUILD_NLMCONV@ @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ $(ADDR2LINE_PROG) $(READELF_PROG) @BUILD_DLLWRAP@ @BUILD_MISC@
15
 
16
-noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
17
+noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG)
18
 
19
 EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
20
 
21
@@ -293,7 +293,7 @@
22
 
23
 MAINTAINERCLEANFILES = config.texi
24
 
25
-MOSTLYCLEANFILES = sysinfo $(DEMANGLER_NAME).1 binutils.log binutils.sum \
26
+MOSTLYCLEANFILES = sysinfo binutils.log binutils.sum \
27
 	abcdefgh*
28
 
29
 
30
@@ -306,7 +306,7 @@
31
 strings$(EXEEXT) ranlib$(EXEEXT) objcopy$(EXEEXT) @BUILD_NLMCONV@ \
32
 @BUILD_SRCONV@ @BUILD_DLLTOOL@ @BUILD_WINDRES@ addr2line$(EXEEXT) \
33
 readelf$(EXEEXT) @BUILD_DLLWRAP@ @BUILD_MISC@
34
-noinst_PROGRAMS =  nm-new$(EXEEXT) strip-new$(EXEEXT) cxxfilt$(EXEEXT)
35
+noinst_PROGRAMS =  nm-new$(EXEEXT) strip-new$(EXEEXT)
36
 PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
37
 
38
 
39
@@ -1191,9 +1191,6 @@
40
 
41
 binutils.info: $(srcdir)/binutils.texi config.texi
42
 
43
-$(DEMANGLER_NAME).1: cxxfilt.man Makefile
44
-	sed -e 's/@PROGRAM@/$(DEMANGLER_NAME)/' < $(srcdir)/cxxfilt.man \
45
-		> $(DEMANGLER_NAME).1
46
 mostlyclean-local:
47
 	-rm -rf tmpdir
48
 
(-)i386-rtems-binutils/pkg/PLIST.i386-rtems (-1 lines)
Lines 8-14 Link Here
8
bin/i386-rtems-readelf
8
bin/i386-rtems-readelf
9
bin/i386-rtems-nm
9
bin/i386-rtems-nm
10
bin/i386-rtems-strip
10
bin/i386-rtems-strip
11
bin/i386-rtems-c++filt
12
bin/i386-rtems-as
11
bin/i386-rtems-as
13
bin/i386-rtems-gasp
12
bin/i386-rtems-gasp
14
bin/i386-rtems-ld
13
bin/i386-rtems-ld
(-)i386-rtems-binutils/pkg/PLIST.i960-rtems (-1 lines)
Lines 8-14 Link Here
8
bin/i960-rtems-readelf
8
bin/i960-rtems-readelf
9
bin/i960-rtems-nm
9
bin/i960-rtems-nm
10
bin/i960-rtems-strip
10
bin/i960-rtems-strip
11
bin/i960-rtems-c++filt
12
bin/i960-rtems-as
11
bin/i960-rtems-as
13
bin/i960-rtems-gasp
12
bin/i960-rtems-gasp
14
bin/i960-rtems-ld
13
bin/i960-rtems-ld
(-)i386-rtems-binutils/pkg/PLIST.m68k-rtems (-1 lines)
Lines 8-14 Link Here
8
bin/m68k-rtems-readelf
8
bin/m68k-rtems-readelf
9
bin/m68k-rtems-nm
9
bin/m68k-rtems-nm
10
bin/m68k-rtems-strip
10
bin/m68k-rtems-strip
11
bin/m68k-rtems-c++filt
12
bin/m68k-rtems-as
11
bin/m68k-rtems-as
13
bin/m68k-rtems-gasp
12
bin/m68k-rtems-gasp
14
bin/m68k-rtems-ld
13
bin/m68k-rtems-ld
(-)i386-rtems-binutils/pkg/PLIST.mips64orion-rtems (-1 lines)
Lines 8-14 Link Here
8
bin/mips64orion-rtems-readelf
8
bin/mips64orion-rtems-readelf
9
bin/mips64orion-rtems-nm
9
bin/mips64orion-rtems-nm
10
bin/mips64orion-rtems-strip
10
bin/mips64orion-rtems-strip
11
bin/mips64orion-rtems-c++filt
12
bin/mips64orion-rtems-as
11
bin/mips64orion-rtems-as
13
bin/mips64orion-rtems-gasp
12
bin/mips64orion-rtems-gasp
14
bin/mips64orion-rtems-ld
13
bin/mips64orion-rtems-ld
(-)i386-rtems-binutils/pkg/PLIST.powerpc-rtems (-1 lines)
Lines 8-14 Link Here
8
bin/powerpc-rtems-readelf
8
bin/powerpc-rtems-readelf
9
bin/powerpc-rtems-nm
9
bin/powerpc-rtems-nm
10
bin/powerpc-rtems-strip
10
bin/powerpc-rtems-strip
11
bin/powerpc-rtems-c++filt
12
bin/powerpc-rtems-as
11
bin/powerpc-rtems-as
13
bin/powerpc-rtems-gasp
12
bin/powerpc-rtems-gasp
14
bin/powerpc-rtems-ld
13
bin/powerpc-rtems-ld
(-)i386-rtems-binutils/pkg/PLIST.sh-rtems (-1 lines)
Lines 8-14 Link Here
8
bin/sh-rtems-readelf
8
bin/sh-rtems-readelf
9
bin/sh-rtems-nm
9
bin/sh-rtems-nm
10
bin/sh-rtems-strip
10
bin/sh-rtems-strip
11
bin/sh-rtems-c++filt
12
bin/sh-rtems-as
11
bin/sh-rtems-as
13
bin/sh-rtems-gasp
12
bin/sh-rtems-gasp
14
bin/sh-rtems-ld
13
bin/sh-rtems-ld
(-)i386-rtems-binutils/pkg/PLIST.sparc-rtems (-1 lines)
Lines 8-14 Link Here
8
bin/sparc-rtems-readelf
8
bin/sparc-rtems-readelf
9
bin/sparc-rtems-nm
9
bin/sparc-rtems-nm
10
bin/sparc-rtems-strip
10
bin/sparc-rtems-strip
11
bin/sparc-rtems-c++filt
12
bin/sparc-rtems-as
11
bin/sparc-rtems-as
13
bin/sparc-rtems-gasp
12
bin/sparc-rtems-gasp
14
bin/sparc-rtems-ld
13
bin/sparc-rtems-ld

Return to bug 20930