On Mon, May 26, 2014 at 06:31:45PM +0200, Tobias Ulmer wrote: > 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>
You can go ahead as far as I'm concerned with this part. > 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" >
