Fix ia64 cross-gcc

2014-05-26 Thread Tobias Ulmer
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 --- /d

Re: Fix ia64 cross-gcc

2014-06-09 Thread Paul Irofti
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 > ==