From 3b7765f2b7cf3b6183ce9f2996eeee61c34f0689 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 30 May 2002 21:15:28 +0000 Subject: [PATCH] grmbl, rs6000.h != ${tm_file}. --- lang/egcs/stable/patches/patch-gcc_config_gcc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/egcs/stable/patches/patch-gcc_config_gcc b/lang/egcs/stable/patches/patch-gcc_config_gcc index fdfdd4f99f7..2f69151202f 100644 --- a/lang/egcs/stable/patches/patch-gcc_config_gcc +++ b/lang/egcs/stable/patches/patch-gcc_config_gcc @@ -1,6 +1,6 @@ -$OpenBSD: patch-gcc_config_gcc,v 1.9 2002/05/30 12:20:09 espie Exp $ +$OpenBSD: patch-gcc_config_gcc,v 1.10 2002/05/30 21:15:28 espie Exp $ --- gcc/config.gcc.orig Thu May 2 23:28:49 2002 -+++ gcc/config.gcc Thu May 30 11:52:29 2002 ++++ gcc/config.gcc Thu May 30 23:12:01 2002 @@ -579,6 +579,7 @@ alpha*-*-openbsd*) # default x-alpha is only appropriate for dec-osf. target_cpu_default="MASK_GAS" @@ -13,7 +13,7 @@ $OpenBSD: patch-gcc_config_gcc,v 1.9 2002/05/30 12:20:09 espie Exp $ # Nothing special ;; powerpc-*-openbsd*) -+ tm_file="${tm_file} rs6000/openbsd1.h openbsd.h dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/openbsd.h" ++ tm_file="rs6000/rs6000.h rs6000/openbsd1.h openbsd.h dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h ${tm_file}" tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd" extra_headers= ;;