summaryrefslogtreecommitdiff
path: root/lang/pgcc
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-06-10 16:36:36 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-06-10 16:36:36 +0000
commite0c79a7347e2823c3f3f6c9a6faba4c5de3ad397 (patch)
treef8beb189f38303b3cfce83e3c3e65b39ff481cea /lang/pgcc
parentRemove myself from the maintainer. (diff)
reordered ftp sites (USA sites first)
removed patch-ac (dunno how this patch made it again into my patches directory, thanks Satoshi for telling me !)
Notes
Notes: svn path=/head/; revision=6852
Diffstat (limited to 'lang/pgcc')
-rw-r--r--lang/pgcc/Makefile6
-rw-r--r--lang/pgcc/files/patch-ac19
2 files changed, 3 insertions, 22 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
index 846caa13e7cd..986b89f3d31c 100644
--- a/lang/pgcc/Makefile
+++ b/lang/pgcc/Makefile
@@ -3,7 +3,7 @@
# Date created: Mi 18 Dez 1996 00:26:20 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.2 1996/12/24 05:29:43 asami Exp $
+# $Id: Makefile,v 1.3 1997/06/08 12:58:59 andreas Exp $
#
DISTNAME= gcc-2.7.2
@@ -12,9 +12,9 @@ CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
# note this is an http site
-PATCH_SITES= http://www.iti.cs.tu-bs.de/soft/www.goof.com/pcg/data/ \
- http://www.nightflight.com/~pcg/data/ \
+PATCH_SITES= http://www.nightflight.com/~pcg/data/ \
http://www.goof.com/pcg/data/ \
+ http://www.iti.cs.tu-bs.de/soft/www.goof.com/pcg/data/ \
http://www.pmi.saitama-med.ac.jp/pcg/data/ \
http://linux.cis.nctu.edu.tw/pcg/data/
diff --git a/lang/pgcc/files/patch-ac b/lang/pgcc/files/patch-ac
deleted file mode 100644
index 399793d43109..000000000000
--- a/lang/pgcc/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** toplev.c.orig Mon Dec 2 16:30:20 1996
---- toplev.c Mon Dec 2 16:30:37 1996
-***************
-*** 3387,3393 ****
- });
-
- /* intel1 */
-! if(optimize > 0 && flag_reg_reg_copy_opt)
- {
- reg_to_reg_copy_opt(insns, global_reg_dump_file);
- }
---- 3387,3393 ----
- });
-
- /* intel1 */
-! if(optimize > 0 && flag_reg_reg_copy_opt && global_reg_dump)
- {
- reg_to_reg_copy_opt(insns, global_reg_dump_file);
- }