summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Ulmer <tobiasu@cvs.openbsd.org>2014-05-27 10:11:00 +0000
committerTobias Ulmer <tobiasu@cvs.openbsd.org>2014-05-27 10:11:00 +0000
commit71b26a1862c8d198de2b156acafe9aaa07266227 (patch)
tree1eb1b020467a11af5ddc363b068316ef9ce2d1fd
parentb226375ca5b9edbde446546a9c95a5fbee38e05e (diff)
Fix ia64 cross-gcc target.
opensslconf.h is just a dummy, we're lightyears away from working userspace. ok deraadt@
-rw-r--r--lib/libcrypto/crypto/arch/ia64/opensslconf.h3
-rw-r--r--sys/arch/ia64/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/libcrypto/crypto/arch/ia64/opensslconf.h b/lib/libcrypto/crypto/arch/ia64/opensslconf.h
new file mode 100644
index 00000000000..3b60e6346e7
--- /dev/null
+++ b/lib/libcrypto/crypto/arch/ia64/opensslconf.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: opensslconf.h,v 1.1 2014/05/27 10:10:59 tobiasu Exp $ */
+
+#error "Dummy header, create a proper ia64 config"
diff --git a/sys/arch/ia64/Makefile b/sys/arch/ia64/Makefile
new file mode 100644
index 00000000000..e8e1ffc2842
--- /dev/null
+++ b/sys/arch/ia64/Makefile
@@ -0,0 +1,3 @@
+# $OpenBSD: Makefile,v 1.1 2014/05/27 10:10:59 tobiasu Exp $
+
+.include <bsd.prog.mk>