head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.46 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.44 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.42 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.40 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.38 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.36 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.34 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.32 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.30 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.28 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.26 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.24 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.22 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.20 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.18 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.16 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.14 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.12 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.0.16 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.14 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.12 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.10 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.2 date 2004.11.25.15.10.09; author wiz; state dead; branches; next 1.1; 1.1 date 2002.03.14.14.54.54; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Remove pgcc -- obsoleted by the release of gcc3. @ text @$NetBSD: patch-aq,v 1.1 2002/03/14 14:54:54 wiz Exp $ --- ../gcc-2.95.2/gcc/configure.in.orig Wed Oct 13 09:58:02 1999 +++ ../gcc-2.95.2/gcc/configure.in Sat Sep 16 01:07:10 2000 @@@@ -1156,9 +1156,20 @@@@ tmake_file=t-freebsd ;; changequote(,)dnl + i[34567]86-*-netbsdelf* | \ + i[34567]86-*-netbsd1.4[I-Z]* | \ + i[34567]86-*-netbsd1.[5-9]* | \ + i[34567]86-*-netbsd2*) +changequote([,])dnl + tm_file=i386/netbsd-elf.h + xm_file=i386/xm-netbsd.h + tmake_file=t-netbsd + ;; +changequote(,)dnl i[34567]86-*-netbsd*) changequote([,])dnl tm_file=i386/netbsd.h + xm_file=i386/xm-netbsd.h tmake_file=t-netbsd use_collect2=yes ;; @@@@ -3021,6 +3032,12 @@@@ tmake_file=sparc/t-sparcbare tm_file="sparc/aout.h libgloss.h" ;; + sparc-*-netbsd*elf*) + tm_file=sparc/netbsd-elf.h + xm_file=sparc/xm-netbsd.h + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" + tmake_file="t-netbsd sparc/t-netbsd" + ;; sparc-*-netbsd*) tm_file=sparc/netbsd.h tmake_file=t-netbsd @@@@ -3216,6 +3233,12 @@@@ extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" gnu_ld=yes ;; + sparc64-*-netbsd*) + tm_file=sparc/netbsd64.h + xm_file=sparc/xm-netbsd64.h + tmake_file=t-netbsd + use_collect2=yes + ;; # This hasn't been upgraded to GCC 2. # tahoe-harris-*) # Harris tahoe, using COFF. # tm_file=tahoe/harris.h @@@@ -3556,6 +3579,12 @@@@ enable_haifa=yes;; esac fi + +case $target in + alpha*|sparc64*) + build_xm_file="${build_xm_file} xm-target64.h" + host_xm_file="${host_xm_file} xm-target64.h";; +esac # Handle cpp installation. if test x$enable_cpp != xno @ 1.1 log @Pull over gcc package files from before the 2.95.3 update. Compiles and installs/deinstalls cleanly on 1.5ZA/i386, otherwise untested, but that's better than a BROKEN package. Some cleanup. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.2 2001/02/28 23:28:09 hubertf Exp $ @