head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_CW_FP:1.1 OPENPKG_1_STABLE_MP:1.1; locks; strict; comment @# @; 1.2 date 2005.07.24.08.43.37; author rse; state dead; branches; next 1.1; 1.1 date 2003.07.22.13.47.16; author rse; state Exp; branches; next ; desc @@ 1.2 log @remove obsolete GCC 2.95 as this program no longer builds out-of-the-box on mostly all latest OS versions @ text @--- libiberty/strerror.c.orig Sun Sep 2 13:52:50 2001 +++ libiberty/strerror.c Sun Sep 2 13:52:24 2001 @@@@ -462,7 +462,9 @@@@ #else +#ifndef __FreeBSD__ extern int sys_nerr; +#endif extern char *sys_errlist[]; #endif --- libiberty/strsignal.c.orig Sat May 16 01:42:42 1998 +++ libiberty/strsignal.c Mon Sep 3 08:59:59 2001 @@@@ -243,7 +243,7 @@@@ #else -#ifdef NSIG +#if defined(NSIG) && !defined(__FreeBSD__) static int sys_nsig = NSIG; #else #ifdef _NSIG --- gcc/configure.old Wed May 23 15:05:36 2001 +++ gcc/configure Wed May 23 15:05:40 2001 @@@@ -3092,7 +3092,7 @@@@ *-*-osf[23]*) tm_file="${tm_file} alpha/osf.h alpha/osf2or3.h" ;; - *-*-osf4*) + *-*-osf[45]*) tm_file="${tm_file} alpha/osf.h" # Some versions of OSF4 (specifically X4.0-9 296.7) have # a broken tar, so we use cpio instead. @@@@ -3100,7 +3100,7 @@@@ ;; esac case $machine in - *-*-osf4.0[b-z] | *-*-osf4.[1-9]*) + *-*-osf4.0[b-z] | *-*-osf4.[1-9]* | *-*-osf5.* ) target_cpu_default=MASK_SUPPORT_ARCH ;; esac @ 1.1 log @get rid of versioned patch files and merge into single patch file @ text @@