diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-31 04:58:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-31 04:58:10 +0000 |
commit | 3dbe12fad1aa6eb339d6a9357d11362d76eb23d7 (patch) | |
tree | b8b4d570b8bdb2b32f0d4df52e0cc5796e8e7b9e /devel/libffi-devel/files/patch-aa | |
parent | Fix build for Alpha. (diff) |
Fix build on Alpha.
Notes
Notes:
svn path=/head/; revision=19136
Diffstat (limited to 'devel/libffi-devel/files/patch-aa')
-rw-r--r-- | devel/libffi-devel/files/patch-aa | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libffi-devel/files/patch-aa b/devel/libffi-devel/files/patch-aa index 7ee39e0809b4..ffcd5f8ee6fc 100644 --- a/devel/libffi-devel/files/patch-aa +++ b/devel/libffi-devel/files/patch-aa @@ -1,10 +1,11 @@ ---- configure.orig Mon Oct 5 17:26:04 1998 -+++ configure Sat Oct 24 00:42:30 1998 -@@ -1415,6 +1415,7 @@ +--- configure.orig Mon Oct 5 04:26:04 1998 ++++ configure Sun May 30 19:01:51 1999 +@@ -1415,6 +1415,8 @@ case "$host" in mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;; i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;; +i*86-unknown-freebsd*) TARGET=X86; TARGETDIR=x86;; ++alpha-unknown-freebsd*) TARGET=ALPHA; TARGETDIR=alpha;; sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;; sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;; alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; TARGETDIR=alpha;; |