Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2000 17:10:55 -0700 (PDT)
From:      Jake Burkholder <jake@io.yi.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17802: port update: devel/gcc11
Message-ID:  <200004050010.RAA16824@io.yi.org>

next in thread | raw e-mail | index | archive | help

>Number:         17802
>Category:       ports
>Synopsis:       port update: devel/gcc11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr  4 17:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jake Burkholder
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none
>Environment:

n/a

>Description:

Update the gcc11 port from gcc-2.6.3 to gcc-2.95.2 and add myself as
maintainer.  This depends on the binutils11 port submitted in ports/17801.

Approved-by: erich

>How-To-Repeat:

n/a

>Fix:

Index: gcc11/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- gcc11/Makefile	1999/08/31 06:41:43	1.7
+++ gcc11/Makefile	2000/04/04 22:45:15
@@ -1,32 +1,31 @@
 # New ports collection makefile for:	gcc11
-# Version required:	2.6.3
 # Date created:		Thu Sep 14 11:10:01 CDT 1995
 # Whom:			erich@FreeBSD.org
 #
-# $FreeBSD: ports/devel/gcc11/Makefile,v 1.7 1999/08/31 06:41:43 mharo Exp $
+# $FreeBSD$
 #
 
-DISTNAME=	gcc11
-PKGNAME=	gcc11-2.6.3
+DISTNAME=	gcc-2.95.2
+PORTNAME=	gcc11
+PORTVERSION=	2.95.2
 CATEGORIES=	devel
-MASTER_SITES=	ftp://nyquist.ee.ualberta.ca/pub/motorola/68hc11/gcc/ 
-DISTFILES=	gcc-6811-fsf.tar.gz gcc-2.6.3.tar.gz
+MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR=	gcc
 
-MAINTAINER=	erich@FreeBSD.org
+PATCH_SITES=	http://home.worldnet.fr/~stcarrez/snapshots/
+PATCH_DIST_STRIP=	-p1
 
-NO_WRKSUBDIR=	yes
+MAINTAINER=	jburkhol@home.com
 
-post-extract:
-	tar -C ${WRKSRC}/gcc-6811-release/gcc -cf - config | \
-	  tar -C ${WRKSRC}/gcc-2.6.3 -xvf -
+BUILD_DEPENDS=	${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/binutils11
 
-pre-configure:
-	cd ${WRKSRC}/gcc-2.6.3; ./configure -host=i386-unknown-freebsd2.0.5 \
-	  --target=m6811-local --prefix=${PREFIX}
+PATCHFILES=	gcc-2.95.2-m68hc1x-20000111.diffs.gz
 
-post-install:
-	cd ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3; strip cc1 cpp
-	cd ${PREFIX}/bin; strip m6811-local-gcc as6800 asz80 as6811 \
-	  as6809 as6805 as6804 asi85 aslink
+USE_GMAKE=	yes
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX} --target=m6811-elf	\
+			--program-prefix=m6811-elf-
+
+MAN1=		m6811-elf-g++.1 m6811-elf-g77.1 m6811-elf-gcc.1 cccp.1
 
 .include <bsd.port.mk>
Index: gcc11/files/md5
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- gcc11/files/md5	1996/08/01 19:54:20	1.1.1.1
+++ gcc11/files/md5	2000/04/04 21:16:04
@@ -1,2 +1,2 @@
-MD5 (gcc-6811-fsf.tar.gz) = 43171eafb3bf4f55ada273aaf4ce4ead
-MD5 (gcc-2.6.3.tar.gz) = c406a3c3a69637cb152985a4aa65c471
+MD5 (gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f
+MD5 (gcc-2.95.2-m68hc1x-20000111.diffs.gz) = fcbdb54005feeb12ecd1556c1691ee66
Index: gcc11/patches/patch-aa
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- gcc11/patches/patch-aa	1996/08/01 19:54:20	1.1.1.1
+++ gcc11/patches/patch-aa	2000/04/04 21:16:42
@@ -1,24 +0,0 @@
-*** Makefile.orig	Fri Sep  1 16:59:32 1995
---- Makefile	Fri Sep  1 17:14:52 1995
-***************
-*** 0 ****
---- 1,19 ----
-+ 
-+ all:
-+ 	cd gcc-2.6.3; ${MAKE} "LANGUAGES=c" $@
-+ 	cd gcc-6811-release/xasm/asm-src; ${MAKE}
-+ 	cd gcc-6811-release/xasm/lnk-src; ${MAKE}
-+ 	cd gcc-6811-release/sample; ${MAKE}
-+ 
-+ install:
-+ 	cd gcc-2.6.3; ${MAKE} "LANGUAGES=c" $@
-+ 	cd gcc-6811-release/xasm/asm-src; ${MAKE} $@
-+ 	cd gcc-6811-release/xasm/lnk-src; ${MAKE} $@
-+ 	cd gcc-6811-release/sample; ${MAKE} $@
-+ 	cd ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3; \
-+ 	rm -f as ld; \
-+ 	ln -s ${PREFIX}/bin/as6811 as; \
-+ 	ln -s ${PREFIX}/bin/aslink ld
-+ 	rm -f ${PREFIX}/bin/gcc11
-+ 	cd ${PREFIX}/bin; ln -s ${PREFIX}/bin/m6811-local-gcc gcc11
-+ 
Index: gcc11/patches/patch-ab
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/patches/patch-ab,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-ab
--- gcc11/patches/patch-ab	1996/08/01 19:54:20	1.1.1.1
+++ gcc11/patches/patch-ab	2000/04/04 21:17:37
@@ -1,127 +0,0 @@
-*** gcc-2.6.3/Makefile.in~	Fri Sep  1 11:18:23 1995
---- gcc-2.6.3/Makefile.in	Fri Sep  1 11:18:33 1995
-***************
-*** 34,40 ****
-  
-  # Selection of languages to be made.
-  # This is overridden by configure.
-! LANGUAGES = c objective-c proto
-  
-  ALLOCA =
-  ALLOCA_FLAGS =
---- 34,40 ----
-  
-  # Selection of languages to be made.
-  # This is overridden by configure.
-! LANGUAGES = c
-  
-  ALLOCA =
-  ALLOCA_FLAGS =
-***************
-*** 319,325 ****
-  HOST_OBSTACK=$(OBSTACK)
-  
-  # Choose the real default target.
-! ALL=all.internal
-  
-  # Choose the real install target.
-  INSTALL_TARGET=install-normal
---- 319,325 ----
-  HOST_OBSTACK=$(OBSTACK)
-  
-  # Choose the real default target.
-! ALL=all.cross
-  
-  # Choose the real install target.
-  INSTALL_TARGET=install-normal
-***************
-*** 565,572 ****
-  # This is what to compile if making a cross-compiler.
-  # Note that we can compile enquire using the cross-compiler just built,
-  # although we can't run it on this machine.
-! all.cross: native gcc-cross specs stmp-headers $(LIBGCC) $(STMP_FIXPROTO) \
-! 	$(CROSS_TEST) $(ENQUIRE) $(EXTRA_PARTS) lang.all.cross
-  # This is what to compile if making gcc with a cross-compiler.
-  all.build: native xgcc $(EXTRA_PARTS) lang.all.build
-  # This is what must be made before installing GCC and converting libraries.
---- 565,571 ----
-  # This is what to compile if making a cross-compiler.
-  # Note that we can compile enquire using the cross-compiler just built,
-  # although we can't run it on this machine.
-! all.cross: native gcc-cross specs stmp-headers
-  # This is what to compile if making gcc with a cross-compiler.
-  all.build: native xgcc $(EXTRA_PARTS) lang.all.build
-  # This is what must be made before installing GCC and converting libraries.
-***************
-*** 692,698 ****
-  # This rule deliberately does not depend on libgcc1.a
-  # so that it will fail if the installer hasn't provided it.
-  libgcc1.cross:
-! 	mv libgcc1.a libgcc1.cross || (echo You must find a way to make libgcc1.a; false)
-  
-  # Compile the library of arithmetic subroutines with the native compiler.
-  # Don't compile it with GCC!
---- 692,698 ----
-  # This rule deliberately does not depend on libgcc1.a
-  # so that it will fail if the installer hasn't provided it.
-  libgcc1.cross:
-! 	echo $@ is not implemented yet; exit 99
-  
-  # Compile the library of arithmetic subroutines with the native compiler.
-  # Don't compile it with GCC!
-***************
-*** 1870,1877 ****
-  install: $(INSTALL_TARGET) ; @true
-  
-  # Copy the compiler files into directories where they will be run.
-! install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
-!     install-man install-info 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
---- 1869,1875 ----
-  install: $(INSTALL_TARGET) ; @true
-  
-  # Copy the compiler files into directories where they will be run.
-! install-normal: install-common $(INSTALL_HEADERS) 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
-*** gcc-2.6.3/cccp.c~	Fri Sep  1 10:42:15 1995
---- gcc-2.6.3/cccp.c	Fri Sep  1 10:42:31 1995
-***************
-*** 188,194 ****
-  #ifndef VMS
-  #ifndef HAVE_STRERROR
-  extern int sys_nerr;
-! #if defined(bsd4_4) || defined(__NetBSD__)
-  extern const char *const sys_errlist[];
-  #else
-  extern char *sys_errlist[];
---- 188,194 ----
-  #ifndef VMS
-  #ifndef HAVE_STRERROR
-  extern int sys_nerr;
-! #if defined(bsd4_4) || defined(__NetBSD__) || defined(__FreeBSD__)
-  extern const char *const sys_errlist[];
-  #else
-  extern char *sys_errlist[];
-*** gcc-2.6.3/gcc.c~	Fri Sep  1 10:57:20 1995
---- gcc-2.6.3/gcc.c	Fri Sep  1 10:57:36 1995
-***************
-*** 166,172 ****
-  #endif
-  
-  extern int sys_nerr;
-! #if defined(bsd4_4) || defined(__NetBSD__)
-  extern const char *const sys_errlist[];
-  #else
-  extern char *sys_errlist[];
---- 166,172 ----
-  #endif
-  
-  extern int sys_nerr;
-! #if defined(bsd4_4) || defined(__NetBSD__) || defined(__FreeBSD__)
-  extern const char *const sys_errlist[];
-  #else
-  extern char *sys_errlist[];
Index: gcc11/patches/patch-ac
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/patches/patch-ac,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-ac
--- gcc11/patches/patch-ac	1996/08/01 19:54:20	1.1.1.1
+++ gcc11/patches/patch-ac	2000/04/04 21:17:38
@@ -1,82 +0,0 @@
-*** gcc-6811-release/sample/Makefile~	Fri Sep  1 16:01:06 1995
---- gcc-6811-release/sample/Makefile	Fri Sep  1 16:01:45 1995
-***************
-*** 9,15 ****
-  #
-  CPP=./cpp
-  AR=
-! AS=/usr/local/gnu6811/bin/as6811
-  # CC=cc
-! CC=/usr/local/gnu6811/bin/m6811-local-gcc
-  SHELL=/bin/sh
---- 9,15 ----
-  #
-  CPP=./cpp
-  AR=
-! AS=../xasm/asm-src/as6811
-  # CC=cc
-! CC=/usr/local/bin/m6811-local-gcc
-  SHELL=/bin/sh
-***************
-*** 32,34 ****
---- 32,36 ----
-  clean:
-  	rm -f $(TARGETS) *.lst
-  
-+ install:
-+ 	cp ${TARGETS} ${SRC} gcb11.inc ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3
-*** gcc-6811-release/xasm/asm-src/Makefile~	Fri Sep  1 16:39:12 1995
---- gcc-6811-release/xasm/asm-src/Makefile	Fri Sep  1 16:39:58 1995
-***************
-*** 9,15 ****
-  COMMON_OBJ= 	asmain.o aslex.o assym.o assubr.o asexpr.o  \
-  		asdata.o aslist.o asout.o
-  
-! all:	as6800 as6801 as6804 as6805 as6809 as6801 as6811 asz80 asi85
-  
-  clean:
-  	rm *.o 
---- 9,19 ----
-  COMMON_OBJ= 	asmain.o aslex.o assym.o assubr.o asexpr.o  \
-  		asdata.o aslist.o asout.o
-  
-! PRGS=as6800 as6801 as6804 as6805 as6809 as6801 as6811 asz80 asi85
-! all: ${PRGS}
-! 
-! install: ${PRGS}
-! 	cp ${PRGS} ${PREFIX}/bin
-  
-  clean:
-  	rm *.o 
-*** gcc-6811-release/xasm/lnk-src/Makefile~	Fri Sep  1 16:42:23 1995
---- gcc-6811-release/xasm/lnk-src/Makefile	Fri Sep  1 16:42:44 1995
-***************
-*** 11,15 ****
---- 11,18 ----
-  aslink: $(LINK_OBJ) aslink.h
-  	$(CC) -o aslink $(LINK_OBJ)
-  
-+ install:	
-+ 	cp aslink ${PREFIX}/bin
-+ 
-  clean:
-  	rm -f aslink *.o  
-*** gcc-6811-release/sample/crt0.s~	Tue Sep  5 09:09:28 1995
---- gcc-6811-release/sample/crt0.s	Tue Sep  5 09:09:48 1995
-***************
-*** 377,383 ****
-  ;	end crt0.s
-  ;
-  ;	.include	"gios.s"
-! 	.include	"utldbg.s"
-  ;	.include	"malloc.s"
-  ;-----------------------------------------
-  ; start use code 
---- 377,383 ----
-  ;	end crt0.s
-  ;
-  ;	.include	"gios.s"
-! ;	.include	"utldbg.s"
-  ;	.include	"malloc.s"
-  ;-----------------------------------------
-  ; start use code 
Index: gcc11/patches/patch-ad
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/patches/patch-ad,v
retrieving revision 1.1
diff -u -r1.1 patch-ad
--- gcc11/patches/patch-ad	1996/08/12 15:52:57	1.1
+++ gcc11/patches/patch-ad	2000/04/04 21:17:40
@@ -1,7 +0,0 @@
---- gcc-2.6.3/config/i386/x-freebsd~	Mon Aug 12 10:22:41 1996
-+++ gcc-2.6.3/config/i386/x-freebsd	Mon Aug 12 10:22:56 1996
-@@ -1,3 +1,3 @@
- # Don't run fixproto
- STMP_FIXPROTO =
--CLIB=-lgnumalloc
-+CLIB=
Index: gcc11/pkg/COMMENT
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/pkg/COMMENT,v
retrieving revision 1.2
diff -u -r1.2 COMMENT
--- gcc11/pkg/COMMENT	1996/10/10 04:56:17	1.2
+++ gcc11/pkg/COMMENT	2000/04/04 21:18:18
@@ -1 +1 @@
-The gcc-2.6.3 cross-compiler for the 6811
+The gcc-2.95.2 cross-compiler for the 6811
Index: gcc11/pkg/DESCR
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/pkg/DESCR,v
retrieving revision 1.2
diff -u -r1.2 DESCR
--- gcc11/pkg/DESCR	1996/10/16 15:57:57	1.2
+++ gcc11/pkg/DESCR	2000/04/04 22:46:03
@@ -1,22 +1,13 @@
 This is a 6811 cross compiler for FreeBSD.
-From the original README...
 
-    The following are some comments and instructions on the 6811 port of the
-    gnu gcc compiler done by Coactive Aesthetics.
+The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is
+based on an old port of GCC for 68HC11 made by Otto Lind.  However, it was
+intensively modified to generate smaller and faster code. It was enhanced
+to support 32-bits and 64-bits integers. The support for IEEE floating point
+numbers (32 and 64-bits) is also provided. Source level debugging is available
+with DWARF-2 debugging format.
 
-    The port was written using the GCB11 Network Microcontroller board that
-    is manufactured by Coactive Aesthetics. It was hosted on a NeXT system.
-    However, there is no assumptions and/or hardcode values within the
-    compiler which would prevent the compiler from working on any 6811 board
-    or on any host system.
+WWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html
 
-    Any questions, bug reports, or porting comments/questions should be sent
-    to gcc@coactive.com.
-
-    Thanks,
-    Otto
-
-You'll probably have to edit ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3/crt0.s
-to suit your hardware.
---
-erich@freebsd.org
+-- 
+jburkhol@home.com
Index: gcc11/pkg/PLIST
===================================================================
RCS file: /home/ncvs/ports/devel/gcc11/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- gcc11/pkg/PLIST	1998/10/20 01:37:02	1.2
+++ gcc11/pkg/PLIST	2000/04/04 21:19:19
@@ -1,58 +1,160 @@
-lib/gcc-lib/m6811-local/2.6.3/include/syslimits.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/hash.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/list.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/sarray.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/objc.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/objc-api.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/Object.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/Protocol.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/encoding.h
-lib/gcc-lib/m6811-local/2.6.3/include/objc/typedstream.h
-lib/gcc-lib/m6811-local/2.6.3/include/stdarg.h
-lib/gcc-lib/m6811-local/2.6.3/include/stddef.h
-lib/gcc-lib/m6811-local/2.6.3/include/varargs.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-alpha.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-h8300.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-i860.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-i960.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-mips.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-m88k.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-pa.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-pyr.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-sparc.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-clipper.h
-lib/gcc-lib/m6811-local/2.6.3/include/va-spur.h
-lib/gcc-lib/m6811-local/2.6.3/include/proto.h
-lib/gcc-lib/m6811-local/2.6.3/include/limits.h
-lib/gcc-lib/m6811-local/2.6.3/include/README
-lib/gcc-lib/m6811-local/2.6.3/include/float.h
-lib/gcc-lib/m6811-local/2.6.3/cc1
-lib/gcc-lib/m6811-local/2.6.3/specs
-lib/gcc-lib/m6811-local/2.6.3/cpp
-lib/gcc-lib/m6811-local/2.6.3/gcb11.inc
-lib/gcc-lib/m6811-local/2.6.3/crt0.s
-lib/gcc-lib/m6811-local/2.6.3/gapp.s
-lib/gcc-lib/m6811-local/2.6.3/gios.s
-lib/gcc-lib/m6811-local/2.6.3/gnet.s
-lib/gcc-lib/m6811-local/2.6.3/crt0.o
-lib/gcc-lib/m6811-local/2.6.3/gapp.o
-lib/gcc-lib/m6811-local/2.6.3/gios.o
-lib/gcc-lib/m6811-local/2.6.3/gnet.o
-lib/gcc-lib/m6811-local/2.6.3/as
-lib/gcc-lib/m6811-local/2.6.3/ld
-bin/m6811-local-gcc
-bin/as6800
-bin/asz80
-bin/as6811
-bin/as6801
-bin/as6809
-bin/as6805
-bin/as6804
-bin/asi85
-bin/aslink
-m6811-local/include/assert.h
-bin/gcc11
-@dirrm lib/gcc-lib/m6811-local/2.6.3/include/objc
-@dirrm lib/gcc-lib/m6811-local/2.6.3/include
-@dirrm lib/gcc-lib/m6811-local/2.6.3
-@dirrm lib/gcc-lib/m6811-local
+bin/m6811-elf-c++
+bin/m6811-elf-chill
+bin/m6811-elf-g++
+bin/m6811-elf-g77
+bin/m6811-elf-gcj
+bin/gcjh
+bin/jv-scan
+bin/jcf-dump
+bin/m6811-elf-protoize
+bin/m6811-elf-unprotoize
+bin/gcov
+bin/cpp
+bin/m6811-elf-gcc
+info/chill.info
+info/g77.info
+info/g77.info-1
+info/g77.info-10
+info/g77.info-11
+info/g77.info-12
+info/g77.info-13
+info/g77.info-14
+info/g77.info-15
+info/g77.info-16
+info/g77.info-17
+info/g77.info-18
+info/g77.info-19
+info/g77.info-2
+info/g77.info-20
+info/g77.info-21
+info/g77.info-3
+info/g77.info-4
+info/g77.info-5
+info/g77.info-6
+info/g77.info-7
+info/g77.info-8
+info/g77.info-9
+info/cpp.info
+info/cpp.info-1
+info/cpp.info-2
+info/cpp.info-3
+info/gcc.info
+info/gcc.info-1
+info/gcc.info-10
+info/gcc.info-11
+info/gcc.info-12
+info/gcc.info-13
+info/gcc.info-14
+info/gcc.info-15
+info/gcc.info-16
+info/gcc.info-17
+info/gcc.info-18
+info/gcc.info-19
+info/gcc.info-2
+info/gcc.info-20
+info/gcc.info-21
+info/gcc.info-22
+info/gcc.info-23
+info/gcc.info-24
+info/gcc.info-25
+info/gcc.info-26
+info/gcc.info-27
+info/gcc.info-28
+info/gcc.info-29
+info/gcc.info-3
+info/gcc.info-30
+info/gcc.info-4
+info/gcc.info-5
+info/gcc.info-6
+info/gcc.info-7
+info/gcc.info-8
+info/gcc.info-9
+lib/gcc-lib/m6811-elf/2.95.2/include/assert.h
+lib/gcc-lib/m6811-elf/2.95.2/include/syslimits.h
+lib/gcc-lib/m6811-elf/2.95.2/include/stdarg.h
+lib/gcc-lib/m6811-elf/2.95.2/include/stddef.h
+lib/gcc-lib/m6811-elf/2.95.2/include/varargs.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-alpha.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-h8300.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-i860.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-i960.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-mips.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-m88k.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-mn10200.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-mn10300.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-pa.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-pyr.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-sparc.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-clipper.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-spur.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-m32r.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-sh.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-v850.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-arc.h
+lib/gcc-lib/m6811-elf/2.95.2/include/iso646.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-ppc.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-m68hc11.h
+lib/gcc-lib/m6811-elf/2.95.2/include/va-c4x.h
+lib/gcc-lib/m6811-elf/2.95.2/include/typeinfo
+lib/gcc-lib/m6811-elf/2.95.2/include/exception
+lib/gcc-lib/m6811-elf/2.95.2/include/new
+lib/gcc-lib/m6811-elf/2.95.2/include/new.h
+lib/gcc-lib/m6811-elf/2.95.2/include/proto.h
+lib/gcc-lib/m6811-elf/2.95.2/include/stdbool.h
+lib/gcc-lib/m6811-elf/2.95.2/include/limits.h
+lib/gcc-lib/m6811-elf/2.95.2/include/float.h
+lib/gcc-lib/m6811-elf/2.95.2/include/README
+lib/gcc-lib/m6811-elf/2.95.2/include/fixed
+lib/gcc-lib/m6811-elf/2.95.2/cc1
+lib/gcc-lib/m6811-elf/2.95.2/cc1chill
+lib/gcc-lib/m6811-elf/2.95.2/cc1plus
+lib/gcc-lib/m6811-elf/2.95.2/f771
+lib/gcc-lib/m6811-elf/2.95.2/jc1
+lib/gcc-lib/m6811-elf/2.95.2/jvgenmain
+lib/gcc-lib/m6811-elf/2.95.2/cc1obj
+lib/gcc-lib/m6811-elf/2.95.2/collect2
+lib/gcc-lib/m6811-elf/2.95.2/specs
+lib/gcc-lib/m6811-elf/2.95.2/SYSCALLS.c.X
+lib/gcc-lib/m6811-elf/2.95.2/cpp
+lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/fshort-double/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/fshort-double/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/m68hc11/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/m68hc11/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/m68hc11/fshort-double/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/m68hc11/fshort-double/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/fshort-double/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/fshort-double/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/m68hc12/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/m68hc12/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/m68hc12/fshort-double/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/m68hc12/fshort-double/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/mshort/fshort-double/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/mshort/fshort-double/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/mshort/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/mshort/crt1.o
+lib/gcc-lib/m6811-elf/2.95.2/fshort-double/libgcc.a
+lib/gcc-lib/m6811-elf/2.95.2/fshort-double/crt1.o
+m6811-elf/bin/gcc
+m6811-elf/include/assert.h
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/fshort-double
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc11/fshort-double
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc11
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/fshort-double
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc12/fshort-double
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc12
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/mshort/fshort-double
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/fshort-double
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/mshort
+@dirrm lib/gcc-lib/m6811-elf/2.95.2/include
+@dirrm lib/gcc-lib/m6811-elf/2.95.2
+@dirrm lib/gcc-lib/m6811-elf
+@dirrm lib/gcc-lib
+@dirrm m6811-elf/include

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004050010.RAA16824>