aboutsummaryrefslogtreecommitdiff
path: root/devel/m6811-gcc/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /devel/m6811-gcc/files/patch-ac
parentbf79fcb3d24148c21b1850f690d90d8250e040e1 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Notes
Notes: svn path=/head/; revision=18827 svn path=/tags/RELEASE_3_2_0/; revision=18828; tag=release/3.2.0
Diffstat (limited to 'devel/m6811-gcc/files/patch-ac')
-rw-r--r--devel/m6811-gcc/files/patch-ac82
1 files changed, 0 insertions, 82 deletions
diff --git a/devel/m6811-gcc/files/patch-ac b/devel/m6811-gcc/files/patch-ac
deleted file mode 100644
index e05b3f5b599d..000000000000
--- a/devel/m6811-gcc/files/patch-ac
+++ /dev/null
@@ -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