I want to experiment with building some simple efi binaries.
This diff unbreaks make -f Makefile.cross TARGET=ia64 cross-gcc

OK?

Index: sys/arch/ia64/Makefile
===================================================================
RCS file: sys/arch/ia64/Makefile
diff -N sys/arch/ia64/Makefile
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ sys/arch/ia64/Makefile      26 May 2014 16:20:15 -0000
@@ -0,0 +1,3 @@
+# $OpenBSD$
+
+.include <bsd.prog.mk>
Index: lib/libcrypto/crypto/arch/ia64/opensslconf.h
===================================================================
RCS file: lib/libcrypto/crypto/arch/ia64/opensslconf.h
diff -N lib/libcrypto/crypto/arch/ia64/opensslconf.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ lib/libcrypto/crypto/arch/ia64/opensslconf.h        26 May 2014 16:20:15 
-0000
@@ -0,0 +1,3 @@
+/* $OpenBSD$ */
+
+#error "Dummy header, create a proper ia64 config"

Reply via email to