1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

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 !)
This commit is contained in:
Andreas Klemm 1997-06-10 16:36:36 +00:00
parent d2770b3ffd
commit e0c79a7347
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6852
2 changed files with 3 additions and 22 deletions

View File

@ -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/

View File

@ -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);
}