diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-22 01:35:36 +0000 | 
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-22 01:35:36 +0000 | 
| commit | 7b9d7e0720a3e1fc46bb1c669eadfb2d2856851f (patch) | |
| tree | afbf5c3c8c1a7f489f81b6f5dab260c2700c7278 /lang/gcc31/files/patch-ak | |
| parent | leafnode-1.4 -> leafnode-1.9.2 (diff) | |
* Add support for ``-pthead''
* Add Alpha support
Obtained from:	Alpha bits taken from Hidetoshi Shimokawa's
                <simokawa@FreeBSD.ORG> work
Notes
Notes:
    svn path=/head/; revision=17335
Diffstat (limited to 'lang/gcc31/files/patch-ak')
| -rw-r--r-- | lang/gcc31/files/patch-ak | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/lang/gcc31/files/patch-ak b/lang/gcc31/files/patch-ak index 19a2994f3f05..2e54beea1a61 100644 --- a/lang/gcc31/files/patch-ak +++ b/lang/gcc31/files/patch-ak @@ -1,5 +1,5 @@ ---- gcc/configure.orig	Mon Mar  8 10:06:10 1999 -+++ gcc/configure	Sat Mar 13 19:08:06 1999 +--- gcc/configure.orig	Sun Mar 14 02:59:02 1999 ++++ gcc/configure	Sat Mar 20 00:40:05 1999  @@ -2395,6 +2395,15 @@    			thread_file='posix'    		fi @@ -27,18 +27,20 @@   		# On FreeBSD, the headers are already ok, except for math.h.   		fixincludes=fixinc.wrap  -		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" - 		tmake_file=i386/t-freebsd +-		tmake_file=i386/t-freebsd  -		gas=yes  -		gnu_ld=yes  -		stabs=yes ++		tmake_file=t-freebsd   		;;   	i[34567]86-*-freebsd*)  -		tm_file=i386/freebsd.h  +		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd.h i386/perform.h"   		# On FreeBSD, the headers are already ok, except for math.h.   		fixincludes=fixinc.wrap +-		tmake_file=i386/t-freebsd  +		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" - 		tmake_file=i386/t-freebsd ++		tmake_file=t-freebsd  +		gas=yes  +		gnu_ld=yes  +		stabs=yes | 
