diff options
author | jmc <jmc@pkgsrc.org> | 2002-03-13 08:37:52 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-03-13 08:37:52 +0000 |
commit | e74073c33a95184bbd9e7b0077bcd646eb0cc614 (patch) | |
tree | 0ac4e6454d5a926811516cf45e34c13af2c50caa /lang/ocaml/patches | |
parent | f9cf2febd09b73eb5096223841b7a845baa8b450 (diff) | |
download | pkgsrc-e74073c33a95184bbd9e7b0077bcd646eb0cc614.tar.gz |
Add powerpc/macppc support
Diffstat (limited to 'lang/ocaml/patches')
-rw-r--r-- | lang/ocaml/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ocaml/patches/patch-aa b/lang/ocaml/patches/patch-aa new file mode 100644 index 00000000000..c3fbe85d6e3 --- /dev/null +++ b/lang/ocaml/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/03/13 08:37:53 jmc Exp $ + +--- config/auto-aux/config.sub.orig Wed Mar 13 08:33:09 2002 ++++ config/auto-aux/config.sub Wed Mar 13 08:33:19 2002 +@@ -152,7 +152,7 @@ + | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ + | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ + | mips64el-* | mips64orion-* | mips64orionel-* \ +- | ia64-*) ++ | ia64-* | macppc-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. |