diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-10 16:36:36 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-10 16:36:36 +0000 |
commit | 1b3f202de83d02f60c1386cfb7b46dd2723e9e89 (patch) | |
tree | 43ad9587eeaba05d66655942ea3a7084f42cdf18 /lang | |
parent | cc0a78dac8ec2db5aa8fc880bddde11275ff82a1 (diff) | |
download | FreeBSD-ports-1b3f202de83d02f60c1386cfb7b46dd2723e9e89.zip FreeBSD-ports-1b3f202de83d02f60c1386cfb7b46dd2723e9e89.tar.gz |
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 !)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pgcc/Makefile | 6 | ||||
-rw-r--r-- | lang/pgcc/files/patch-ac | 19 |
2 files changed, 3 insertions, 22 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 846caa1..986b89f 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 399793d..0000000 --- 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); - } |