diff options
author | gmcgarry <gmcgarry@pkgsrc.org> | 2001-07-21 02:51:35 +0000 |
---|---|---|
committer | gmcgarry <gmcgarry@pkgsrc.org> | 2001-07-21 02:51:35 +0000 |
commit | 973a0de16ae2afcbc02fd1e5e79180b82eb432f9 (patch) | |
tree | 597e5c56723b7b0eb1538252b462b7507586eb81 /devel/lcc/patches/patch-ab | |
parent | 68eec7a070836a422801d3bf8bc8079efe425c06 (diff) | |
download | pkgsrc-973a0de16ae2afcbc02fd1e5e79180b82eb432f9.tar.gz |
Import of lcc-4.1: retargetable ANSI C compiler
Diffstat (limited to 'devel/lcc/patches/patch-ab')
-rw-r--r-- | devel/lcc/patches/patch-ab | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/lcc/patches/patch-ab b/devel/lcc/patches/patch-ab new file mode 100644 index 00000000000..ce95857c427 --- /dev/null +++ b/devel/lcc/patches/patch-ab @@ -0,0 +1,21 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/07/21 02:51:36 gmcgarry Exp $ +--- src/bind.c.orig Tue Sep 22 06:34:26 1998 ++++ src/bind.c Thu Jun 7 19:41:37 2001 +@@ -2,7 +2,7 @@ + extern Interface alphaIR; + extern Interface mipsebIR, mipselIR; + extern Interface sparcIR, solarisIR; +-extern Interface x86IR, x86linuxIR; ++extern Interface x86IR, x86linuxIR, x86bsdIR, x86bsdelfIR; + extern Interface symbolicIR, symbolic64IR; + extern Interface nullIR; + extern Interface bytecodeIR; +@@ -14,6 +14,8 @@ + "sparc/solaris", &solarisIR, + "x86/win32", &x86IR, + "x86/linux", &x86linuxIR, ++ "x86/netbsd", &x86bsdIR, ++ "x86/netbsdelf", &x86bsdelfIR, + "symbolic/osf", &symbolic64IR, + "symbolic/irix", &symbolicIR, + "symbolic", &symbolicIR, |