head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.58 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.56 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.54 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.52 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.50 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.48 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.46 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.44 pkgsrc-2008Q1:1.2.0.42 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.40 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.38 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.36 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.34 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.32 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.30 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.28 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.26 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.24 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.22 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.20 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.18 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.16 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.14 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.12 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.10 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.8 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.4 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.6 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.2 pkgviews-base:1.2 buildlink2:1.1.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.3 date 2009.12.07.10.07.44; author wiz; state dead; branches; next 1.2; 1.2 date 2002.05.15.14.03.28; author kent; state Exp; branches; next 1.1; 1.1 date 2001.08.05.15.28.41; author kent; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.06.23.18.43.04; author jlam; state Exp; branches; next ; desc @@ 1.3 log @Remove broken package containing toolchain for now-removed NetBSD/playstation2 port. @ text @$NetBSD: gcc-aa,v 1.2 2002/05/15 14:03:28 kent Exp $ --- gcc/configure.orig Wed Apr 24 15:23:36 2002 +++ gcc/configure @@@@ -2947,6 +2947,10 @@@@ sparc*-*-*) cpu_type=sparc ;; + algor-*-netbsd* | arc-*-netbsd* | cobalt-*-netbsd* | hpcmips-*-netbsd* | playstation2-*-netbsd* | pmax-*-netbsd*) + cpu_type=mips + machine=mipsel-unknown-netbsd + ;; esac tm_file=${cpu_type}/${cpu_type}.h @@@@ -4682,9 +4686,19 @@@@ fi ;; mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD + xmake_file=x-netbsd tm_file=mips/netbsd.h # On NetBSD, the headers are already okay, except for math.h. tmake_file=t-netbsd + ;; + mipsEEel-*-netbsd*) # for NetBSD/PlayStation2, incomplete!! + xmake_file=x-linux # Oops + xm_file="xm-siglist.h ${xm_file}" + tmake_file="mips/t-eelinux" # + tm_file="mips/elfl.h mips/eenetbsd.h" + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" + gnu_ld=yes + gas=yes ;; mipsEE*-*-linux*) # MIPS EE w/ Linux & ELF xmake_file=x-linux @ 1.2 log @pkg/16475: Update to the compiler of PlayStation Linux 1.0 - gcc: Add -fsingle-precision-constant option - gcc: Apply franken-gcc patch of Mozilla.org - ld: Add -fgc-dynstr As for pkgsrc, C++ compiler is removed because it is not used for kernel compilation. @ text @d1 1 a1 1 $NetBSD: gcc-aa,v 1.1 2001/08/05 15:28:41 kent Exp $ @ 1.1 log @New package, cross-compiler for NetBSD/PlayStation2 @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- gcc/configure.hoge Thu Aug 2 23:14:48 2001 d5 17 a21 1 @@@@ -4686,6 +4686,15 @@@@ d24 1 a24 1 ;; d33 1 a33 1 + ;; a35 1 xm_file="xm-siglist.h ${xm_file}" @ 1.1.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: gcc-aa,v 1.2 2002/05/15 14:03:28 kent Exp $ d3 1 a3 1 --- gcc/configure.orig Wed Apr 24 15:23:36 2002 d5 1 a5 17 @@@@ -2947,6 +2947,10 @@@@ sparc*-*-*) cpu_type=sparc ;; + algor-*-netbsd* | arc-*-netbsd* | cobalt-*-netbsd* | hpcmips-*-netbsd* | playstation2-*-netbsd* | pmax-*-netbsd*) + cpu_type=mips + machine=mipsel-unknown-netbsd + ;; esac tm_file=${cpu_type}/${cpu_type}.h @@@@ -4682,9 +4686,19 @@@@ fi ;; mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD + xmake_file=x-netbsd tm_file=mips/netbsd.h d8 1 a8 1 + ;; d17 1 a17 1 ;; d20 1 @